Was wondering if the method of overwriting/amending the staticdata.sqf file has changed, or is no longer possible? Tried this to give RHS russians armor as I had done in the past and it absolutely refuses to work. Used it before to get armor in the MSV faction after they stopped getting the merged treatment natively in Alive without a hitch. Not sure how many versions ago this was though. Thanks for any pointers!
I was using this in the init.sqf, same as in the past
if(isServer) then { waitUntil {!isNil "ALiVE_STATIC_DATA_LOADED"}; call compile (preprocessFileLineNumbers "script\staticData.sqf"); };
*I know I could do an orbat editor clone, but last I tried it there was no way to set transports (helos/trucks) and supply crates. :(