Skip to content

1.7.17H.rc5 - Fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@StefArma StefArma released this 26 Nov 22:59
· 263 commits to master since this release

IMPORTANT!
this release introduces some savegame incompatibility with saved games from previous versions.

To convert the saved game, after it is loaded but BEFORE you enter garage, run this script globally from debug console. Vehicles will appear with 5% of fuel (0.05). After that perform persistent save to store the game in new format.

{ 
    { 
        if(count _x < 13)then{ 
            _x set[11,0.05]; 
            _x set[12,0.05]; 
        }; 
     }forEach _x; 
}forEach jng_vehicleList; 
  • UPSMON leader group reassignement if missing.
  • Garage and Store items
  • Nato Resupply
  • Fuel Scarcity: also garage save fuel and fuelcargo + ACE detection.