Skip to content

1.7.17H.rc6 - Garrison duplications

Pre-release
Pre-release
Compare
Choose a tag to compare
@IrLED IrLED released this 30 Nov 17:49
· 250 commits to master since this release

IMPORTANT!
this release introduces some savegame incompatibility with saved games from versions older than 1.7.17.rc5.

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 30% of fuel (03). After that perform persistent save to store the game in new format.

{ 
    { 
        if(count _x < 13)then{ 
            _x set[11,0.3]; 
            _x set[12,0.05]; 
        }; 
     }forEach _x; 
}forEach jng_vehicleList; 
  • Fixed partially: Garrison duplication only the case due to firendly AI remaining and players moving in and out aaeb9a1 & 1806b8e
  • Changed: Fuel truck mission to "Steal or Destroy" ba15edb
  • Tweaked: civi car destination and fuel 4942d6e 3ce5e10
  • Fixed: UPS patrol a6a5614