AAF Test Build - Beta 155
Added 2020-10-26 01:53:07 +0000 UTC## [Beta 155] - 2020-10-25
### Fixed
- scene breaking when an actor exit happens during an actor add event.
- scene breaking when an actor add event occurs while another add event is already happening.
- stat decay not starting after scene.
### Removed
- walking time-out warning. I like a clean log and this warning serves no helpful purpose since we can't control how the game engine handles pathing.
### Added
- ApplyEquipmentRules to the API. Allows applying equipmentRules XML via the API at any given time instead of through action XML.
- stopmorph_delay to AAF_settings.ini. Allows applying a delay to application of the stopMorphSet, similar to the equip delay feature. Is -1 (disabled) by default.
- use_loose_packages to AAF_settings.ini. You probably shouldn't change this. Allows setting the lock packages to use "looser" conditions. ie. Allows NPC to break out of AAF scenes due to combat more easily. Needs additional testing.