Difference between revisions of "Arcane University:NPC Packages"
The Beyond Skyrim Wiki — Hosted by UESP
(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...") |
|||
(One intermediate revision by the same user not shown) | |||
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 & Troubleshooting == |
+ | |||
+ | === Once per day flag === | ||
+ | the "Once Per Day" flag on a package only works if the package has neither start time nor duration, so it often appears as though it doesn't work at all. | ||
+ | - jadkai | ||
+ | |||
+ | [[Category:Packages]] |
Latest revision as of 17:55, 6 July 2021
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.
Contents
Getting Started[edit]
To get an introduction, make sure to read: Bethesda Tutorial Packages(Creation Kit Wiki)
Debugging Packages[edit]
Debugging AI-Packages is a cumbersome task to do, but there are tools that can help you with it.
Known Issues & Troubleshooting[edit]
Once per day flag[edit]
the "Once Per Day" flag on a package only works if the package has neither start time nor duration, so it often appears as though it doesn't work at all. - jadkai