User Tools

Site Tools


arma3:missions:campaign-savestatus

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

arma3:missions:campaign-savestatus [2017-12-16 06:25] (current)
snakeman created initial page.
Line 1: Line 1:
 +====== ArmA 3 Campaign saveStatus ======
  
 +**exit.sqf**
 +
 +exit.sqf script wont run from campaign\scripts\ directory at mission end, it has to be in each mission dir :(
 +
 +**saveStatus**
 +
 +If you do saveStatus and then try to loadStatus on different class character, you have no uniform/​gear. I guess its somewhat obvious but you cannot start like civilian character and then on next mission have BLUFOR soldier or other character class. I'd suggest that you pick one character at beginning of campaign and stick with that one.
 +
 +**FIA Randomized Headgear**
 +
 +In v1.44 at least FIA rhs_g_Soldier_F seems to have randomized headgear and goggles (glasses), even with saveStatus / loadStatus they still change, odd? You can turn this off by adding following to the units init line:
 +<code php>
 +this setVariable ["​BIS_enableRandomization",​ false];
 +</​code>​
arma3/missions/campaign-savestatus.txt ยท Last modified: 2017-12-16 06:25 by snakeman