ubuntufreakdragon Posted March 9, 2015 Share Posted March 9, 2015 (edited) Hi I need a small AI-Package, that makes the affected actor running to completely random places, my current solution is: (running endless)Wander:. location = near self, radius 2048. Preferred Path only = false //otherwise the AI doesn't do anything. RideHorseIfPossible = false //The Package is meant for a Werewolf, and they don't ride. mindist = 1024So far the package does its job, but it's quite stupid while active, the main issue is:The affected actor often tries to run trough rock's wall's and other blocking worldobjects instead of avoiding them, what I need is a package which:- Chooses a close reachable location (near self, it's intended that the actor might explore whole Skyrim this way)- Moves there only using 'valid' paths- does this endless until the package is disabled via script. If anyone wonders why I need such a package: http://www.nexusmods.com/skyrim/mods/62138/? Edited March 9, 2015 by ubuntufreakdragon Link to comment Share on other sites More sharing options...
Recommended Posts