Attention Soldiers,
[p]We updated the Steam, PlayStation, and Xbox versions of Arma Reforger.
Visit our Dev Hub to read about Known Issues.
You can help us to further improve the game by posting your feedback on the Feedback Tracker. [/p][p][/p]
1.6.0.119 Changelog
General
- [p]Fixed: Some entities were not included in explosion damage traces[/p][/*]
- [p]Fixed: Joystick axis count overflow[/p][/*]
- [p]Addon: Vulnerability Patch 1 is no longer applicable to servers and should not be used anymore[/p][/*]
Stability and Performance
- [p]Changed: Method of allocation of temporal buffers[/p][/*]
- [p]Changed: Crash when streaming in the compartment manager[/p][/*]
- [p]Changed: More robust compartment door validation[/p][/*]
- [p]Changed: Enable advanced memory mode for Xbox Series X[/p][/*]
- [p]Changed: Improved allocations in the texture streaming process[/p][/*]
- [p]Changed: Improved allocations of decoded RPC objects[/p][/*]
- [p]Changed: Handle out of static memory in ScriptCompiler[/p][/*]
- [p]Changed: Transferred a lot of attributes from the component instance to the component data to reduce the memory consumption[/p][/*]
- [p]Fixed: Crash on camera set not being available[/p][/*]
- [p]Fixed: Possible crash when teleporting a character from a vehicle[/p][/*]
- [p]Fixed: Invalid character position when falling with complex collision[/p][/*]
- [p]Fixed: Potential crash on asynchronous savegame obtain[/p][/*]
- [p]Fixed: Race condition when working with many files[/p][/*]
- [p]Fixed: Some clutter structures not being allocated through correct memory allocators[/p][/*]
- [p]Fixed: Crash connected to weapon handling in the character preview[/p][/*]
- [p]Fixed: Crash possible when interacting with vehicles or turrets without animation component or with a broken animation graph[/p][/*]
- [p]Fixed: Crash when defining multiple persistence bundles[/p][/*]
- [p]Fixed: Crash on loading save data with deleted prefabs[/p][/*]
- [p]Fixed: Crash on saving with a custom bundle setup[/p][/*]
- [p]Fixed: Clutter models and materials weren't properly released during game teardown[/p][/*]
- [p]Fixed: Possible freeze when downloading fragments from Workshop on Xbox[/p][/*]
- [p]Fixed: Avoided crashes by protecting following classes from invalid usage in script - SoundInfo, HitEffectInfo, CollisionInfo, BallisticInfo, ParticleEffectInfo, GameMaterial[/p][/*]
Modding
[p]Several vanilla components have had their member variables moved to their corresponding [c]ComponentData[/c] classes ([c]SomeComponentClass[/c] for [c]SomeComponent[/c]).Affected components:[/p]
- [p][c]SCR_2DPIPSightsComponent[/c][/p][/*]
- [p][c]SCR_2DOptic-sComponent[/c][/p][/*]
- [p][c]SCR_BaseDeployableInventoryItemComponent[/c][/p][/*]
- [p]-[c]SCR_WeaponBlastComponent[/c][/p][/*]
Access the data via [c]GetComponentData()[/c], cast the result to the appropriate [c]SomeComponentClass[/c], and use the provided getters.
Alternatively, move custom logic into the relevant [c]ComponentData[/c] class and access the variables directly there.[/p]
