Vanguardascendant Posted January 26, 2021 Share Posted January 26, 2021 If a script injects an outfit into an NPC's inventory, how does the game decide which outfit to wear? Link to comment Share on other sites More sharing options...
SKKmods Posted January 26, 2021 Share Posted January 26, 2021 Apart from the "reset default outfit" bug the game does not seem to change outfit like it will auto loot to upgrade weapons in combat. Except ... if the active AI package includes sleep and there is an abSleepOutfit = defined the game *sometimes* switches, but inconsistently. You need to either script SetOutfit() or EquipItem() to get the actor to use whatever you have added to their inventory. With SetOutfit you dont need to add the outfit or armor items, it does that all automagically. Except it doesn't work on the player. Link to comment Share on other sites More sharing options...
Vanguardascendant Posted January 27, 2021 Author Share Posted January 27, 2021 Apart from the "reset default outfit" bug the game does not seem to change outfit like it will auto loot to upgrade weapons in combat. Except ... if the active AI package includes sleep and there is an abSleepOutfit = defined the game *sometimes* switches, but inconsistently. You need to either script SetOutfit() or EquipItem() to get the actor to use whatever you have added to their inventory. With SetOutfit you dont need to add the outfit or armor items, it does that all automagically. Except it doesn't work on the player. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts