1. 1.6.0.119 Update
  2.  
  3. Attention Soldiers,
  4.  
  5. We updated the Steam, PlayStation, and Xbox versions of Arma Reforger.
  6.  
  7. Visit our Dev Hub to read about Known Issues.
  8. You can help us to further improve the game by posting your feedback on the Feedback Tracker.
  9.  
  10.  
  11. 1.6.0.119 Changelog
  12.  
  13. General
  14. Fixed: Some entities were not included in explosion damage traces
  15.  
  16. Fixed: Joystick axis count overflow
  17.  
  18. Addon: Vulnerability Patch 1 is no longer applicable to servers and should not be used anymore
  19.  
  20. Stability and Performance
  21. Changed: Method of allocation of temporal buffers
  22.  
  23. Changed: Crash when streaming in the compartment manager
  24.  
  25. Changed: More robust compartment door validation
  26.  
  27. Changed: Enable advanced memory mode for Xbox Series X
  28.  
  29. Changed: Improved allocations in the texture streaming process
  30.  
  31. Changed: Improved allocations of decoded RPC objects
  32.  
  33. Changed: Handle out of static memory in ScriptCompiler
  34.  
  35. Changed: Transferred a lot of attributes from the component instance to the component data to reduce the memory consumption
  36.  
  37. Fixed: Crash on camera set not being available
  38.  
  39. Fixed: Possible crash when teleporting a character from a vehicle
  40.  
  41. Fixed: Invalid character position when falling with complex collision
  42.  
  43. Fixed: Potential crash on asynchronous savegame obtain
  44.  
  45. Fixed: Race condition when working with many files
  46.  
  47. Fixed: Some clutter structures not being allocated through correct memory allocators
  48.  
  49. Fixed: Crash connected to weapon handling in the character preview
  50.  
  51. Fixed: Crash possible when interacting with vehicles or turrets without animation component or with a broken animation graph
  52.  
  53. Fixed: Crash when defining multiple persistence bundles
  54.  
  55. Fixed: Crash on loading save data with deleted prefabs
  56.  
  57. Fixed: Crash on saving with a custom bundle setup
  58.  
  59. Fixed: Clutter models and materials weren't properly released during game teardown
  60.  
  61. Fixed: Possible freeze when downloading fragments from Workshop on Xbox
  62.  
  63. Fixed: Avoided crashes by protecting following classes from invalid usage in script - SoundInfo, HitEffectInfo, CollisionInfo, BallisticInfo, ParticleEffectInfo, GameMaterial
  64.  
  65. Modding
  66. Several vanilla components have had their member variables moved to their corresponding ComponentData classes (SomeComponentClass for SomeComponent).
  67. Affected components:
  68.  
  69. SCR_2DPIPSightsComponent
  70.  
  71. SCR_2DOpticsComponent
  72.  
  73. SCR_BaseDeployableInventoryItemComponent
  74.  
  75. SCR_WeaponBlastComponent
  76.  
  77. Migration notes:
  78. Access the data via GetComponentData(), cast the result to the appropriate SomeComponentClass, and use the provided getters.
  79. Alternatively, move custom logic into the relevant ComponentData class and access the variables directly there.
  80.