First off can I use the staticdata.sqf to change the crates spawned at weapons depots used by assymetric commanders? Ive been using the staticdata.sqf as described by the wiki and various threads. in the init I have
if(isServer) then {
// -------------------------------------------------------------------------------------------------------------
// override default data
// see script/staticData.sqf
["MISSION INIT - Waiting"] call ALIVE_fnc_dump;
waitUntil {!isNil "ALiVE_STATIC_DATA_LOADED"};
["MISSION INIT - Continue"] call ALIVE_fnc_dump;
// override static data settings
call compile (preprocessFileLineNumbers "staticData.sqf");
["MISSION INIT - Static data override loaded"] call ALIVE_fnc_dump;
// -------------------------------------------------------------------------------------------------------------
};
In the static data.sqf I have
if (!isServer) exitWith {};
waitUntil {!isNil "ALiVE_STATIC_DATA_LOADED"};
[ALIVE_factionDefaultSupplies, "Cobra_VC2", ["uns_EQPT_VC"]] call ALIVE_fnc_hashSet;
I do not see any change to the supplies spawned in by alive.