Member
Last active 4 years ago
No dice. Still doesn't persist my group.
Here is my test mission setup.
https://www.dropbox.com/sh/vtvbu5j2qffoh1g/AACutNTjrFl_hGSSJZEyD2sda?dl=0
How would I set up the group persist standalone (without the undercover script)?
Can I do this with your airpower script as well?
So I deleted the other folders in INCON (intel and undercover), as well as deleting them from the cfgFunctions and functionsWhitelist.
My description.ext is this:
class CfgFunctions { #include "INC_airPower\cfgFunctions.hpp" #include "INCON\cfgFunctions.hpp" }; class CfgRemoteExec { class Functions { mode = 2; jip = 1; #include "INC_airPower\functionsWhitelist.hpp" #include "INCON\functionsWhitelist.hpp" }; };
And my initPlayerLocal.sqf is this:
if (player getVariable ["APW_initRadioTrig",false]) then {[player,"createRadTrig"] call APW_fnc_APWMain;}; if (player getVariable ["APW_initAddaction",false]) then {player addaction ["Request air support","INC_airpower\scripts\airpowerSpawn.sqf",[],1,false,true,"","(_this == _target) && !(missionNamespace getVariable ['APW_airAssetRequested',false])"];};
I do not have initUnits.sqf as it seemed it was only for intel. I have iniDB2 running on server and client, and have ensured save mission time is on.
When I restart the server, I persist as normal, however my group resets as they were at the beginning of the mission. Is this because they are editor placed units, and I need to use either player logistics or Spyder's recruitment module to make my squad?
So post that in the player combat support code field?
Still can do it. Take RHS VDV faction, move all groups into their respective appropriate ALIVE compatible facitons, still get same error.
Tried deleting the config.cpp file, but then although it says the PBO packs appropriately, nothing seems to be there when loaded.
So this seems to be fairly specific to RHS and only factions which have the UAZ or GAZ. I've done other factions, including those from RHS GREF and RHS USAF. Haven't done every one though, just FYI for peeps
Oh. Nevermind. Just got lucky trying a different faction.
Super simple solution. I just needed to export the CfgPatches too and paste that into the CfgPatches included in the @testMod.
I am dumb. I'll see myself out.
No I don't actually have the #, that's where Arma is telling me it needs the ].
ALIVE_sideDefaultSupports = [] call ALIVE_fnc_hashCreate; [ALIVE_s> 18:50:31 Error position: <= [] call ALIVE_fnc_hashCreate; [ALIVE_s> 18:50:31 Error Missing ] 18:50:31 Error in expression <
I get the same result with an error in the same position for the custom blacklists.