Attention soldiers,
we updated the game today. Visit our website and read about Known Issues.
Changelog 1.0.0.59
Game
- Fixed: Supplies in vehicles are now colliding with characters and other vehicles
- Fixed: M998 is getting caught on small curbs and other small objects
- Fixed: Some weapons collide with themselves when dropped on the ground
- Fixed: Opening the arsenal multiple times reduces the FPS
- Fixed: GarbageSystem not handling EntitySlotInfo (#T171667)
- Fixed: Arsenal was creating visible objects at 0,0,0 coordinates
Performance
- Added: Server performance improvements
- Fixed: GarbageSystem keeping track of ground hierarchy items unnecessarily (#T171701)
Stability
- Fixed: Changing seats would sometimes access an already deleted compartment
Modding
- Changed: OnItemAdded and OnItemRemoved invokers were moved down into the shared ScriptedInventoryStorageManagerComponent. The garbage system previously handled in the script in those events was moved to C++
- Removed: SCR_VirtualArsenalCacheManager and replaced it with ItemPreviewManagerEntity