AdditionalRundownAdvancements
Adds several new features to your rundown and levels (EARLY ACCESS)
CHANGELOG
Changelog
0.4.0
- Added new ARA world event component type WE_AnimationTrigger: you can now toggle on/off ARA world event objects with a Type 15 warden event.
- Removed the IsTrigger field.
v0.3.0
- Added new ARA world event component types WE_CollisionTrigger, WE_LookatTrigger, and WE_InteractTrigger!
- LiveEdit will now reposition ARA world event objects mid-level.
- You can now set the AreaIndex field to -1 to retrieve the area index based on the Position field.
- Fixed an issue where only the first block for each zone was being read from json.
v0.2.4
- Fixed a culling issue with custom elevator cargo.
- Removed warning console log when using a default terminal prefab override.
v0.2.3
- Added InjectLib as a soft dependency for AWO events compatibility for EventsOnPickup.
v0.2.2
- Fixed UseExistingFilterInArea not working, and added funcitonality to override an existing WE object's Rotation and Scale.
v0.2.1
- Removed a debugging message for non-ARA SpecificTerminals and SpecificPickups.
v0.2.0
- Changed type for ZoneData Components from a list to a dictionary. If you were using ARA WE ChainedPuzzles, make sure to change your datablocks (see wiki)!
- Added new ARA world event component type WE_SpecificTerminal, which can force prefab overrides for SpecificTerminals.
- Added new ARA WE component type WE_SpecificPickup; ARA SpecificPickups will ignore the nav mesh requirement for spawning, and can execute EventsOnPickup.
- Added field UseExistingFilterInArea.
- Fixed errors for custom elevator cargo when the item is not a big pickup.
- Setup initial wiki.