Difference between revisions of "Arcane University:NPC Packages"

The Beyond Skyrim Wiki — Hosted by UESP
Jump to: navigation, search
(Created page with "{{Trail|Implementation}} AI-Packages (or NPC-Packages) control the behaviour of the actors in Skyrim. They specify where an NPCs works/eats/sleeps, how he behaves in combat or...")
 
Line 7: Line 7:
 
To get an introduction, make sure to read: [https://www.creationkit.com/index.php?title=Bethesda_Tutorial_Packages Bethesda Tutorial Packages(Creation Kit Wiki)]
 
To get an introduction, make sure to read: [https://www.creationkit.com/index.php?title=Bethesda_Tutorial_Packages Bethesda Tutorial Packages(Creation Kit Wiki)]
  
 +
== Debugging Packages ==
 +
Debugging AI-Packages is a cumbersome task to do, but there are tools that can help you with it.
 +
* [https://www.nexusmods.com/skyrimspecialedition/mods/19250 More Informative Console]
 +
* [https://www.nexusmods.com/skyrimspecialedition/mods/40646 Package Debug Helper]
  
 
== Known Issues ==
 
== Known Issues ==

Revision as of 22:24, 6 July 2021

< Arcane University:Implementation

AI-Packages (or NPC-Packages) control the behaviour of the actors in Skyrim. They specify where an NPCs works/eats/sleeps, how he behaves in combat or when he discovers a dead body.

See the known issues section for common issues at the bottom when working with NPC-Packages.

Getting Started

To get an introduction, make sure to read: Bethesda Tutorial Packages(Creation Kit Wiki)

Debugging Packages

Debugging AI-Packages is a cumbersome task to do, but there are tools that can help you with it.

Known Issues