version 3.0
This commit is contained in:
19
functions/settings/fn_setDefaults.sqf
Normal file
19
functions/settings/fn_setDefaults.sqf
Normal file
@@ -0,0 +1,19 @@
|
||||
enableSaving[false, false];
|
||||
|
||||
enableRadio false;
|
||||
enableSentences false;
|
||||
|
||||
missionNamespace setVariable ["ACE_maxWeightDrag", 2400];
|
||||
missionNamespace setVariable ["ACE_maxWeightCarry", 1800];
|
||||
|
||||
if(isClass(configfile >> "CfgPatches" >> "rhs_main")) then {
|
||||
rhs_vehicleRadioChatter = 0;
|
||||
};
|
||||
|
||||
waitUntil {time > 0};
|
||||
|
||||
enableEnvironment[false, true];
|
||||
|
||||
diag_log text "[MILSIM] (settings) defaults set";
|
||||
|
||||
nil;
|
||||
Reference in New Issue
Block a user