Jump to content

Recommended Posts

Posted

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.

Posted

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

  • Recently Browsing   0 members

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