Difference between revisions of "How to avoid dragons flying through landscape"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Black RL
(Created page with "So your Dragon keeps flying through the land, no matter what you do, navmesh, collision, etc. The solution is pretty simple as a matter of fact: *Create an exterior worldspac...")
 
imported>ShadeMe
(Cleanup)
Line 1: Line 1:
So your Dragon keeps flying through the land, no matter what you do, navmesh, collision, etc. The solution is pretty simple as a matter of fact:
Dragons will fly through landscape and placed objects if the maximum height data for their parent worldspace is not calculated (interior cells are not supported).


*Create an exterior worldspace (4 cells minimum)
To do so, use the ''Generate Max Height Data For World'' tool from the ''World'' menu.
*Click menu World > Generate max height data for world. Select your custom worldspace from the list provided, click OK


Done! Your Dragon now flies correctly!
== Discussions ==


Credits: acidzebra (Nexus)
*[http://forums.bethsoft.com/topic/1399707-dragon-going-inside-the-landscape/ Official Forum]
*[http://forums.nexusmods.com/index.php?/topic/798488-controlling-dragons/page__p__6394013__hl__dragons+fly__fromsearch__1#entry6394013 Nexus Forum]


*[http://forums.bethsoft.com/topic/1399707-dragon-going-inside-the-landscape/ Discussion in Bethesda forum]
[[Category:Solutions]]
*[http://forums.nexusmods.com/index.php?/topic/798488-controlling-dragons/page__p__6394013__hl__dragons+fly__fromsearch__1#entry6394013 Discussion on Nexus forum]

Revision as of 07:11, 31 October 2012

Dragons will fly through landscape and placed objects if the maximum height data for their parent worldspace is not calculated (interior cells are not supported).

To do so, use the Generate Max Height Data For World tool from the World menu.

Discussions