Jump to content

Need some help with a small AI-Package


ubuntufreakdragon

Recommended Posts

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 = 1024

So 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 by ubuntufreakdragon
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...