Member
Last active 6 years ago
Hey can some one help me with a way to reward zues points by completing tasks?
Apparently turning arma 3 into an RTS is really easy. All you do is plop a restricted zone for zues to spawn things in, Add costs to objects and wala, You can control your units outside the restricted zones and stuff turning the game into a better Men of War.
The only issue is, how do i make completing alive tasks with the C2Star give you zues points?
Also has anyone else worked with zues + alive, making arma 3 into an effective RTS?
I saw another thread that talked about it, here. Ngl it confused the hell out of me. I know enough of scripting to get by, but its been awhile.
You are right, ummm..... so like i decided to wait and see what my plane does... And the pilot landed, got out, and then decided to repeatedly shoot me..... even though we are on the same team?!? oh, Thats what that west part does in my code....... Lol thank you for your fine time.
But my plane worked fine before i put in ai commanders? and now my plane is always trying to land.
I need help with using the _vehicle setVariable ["ALIVE_profileIgnore", true]; line of code.
airDropVehicle = createVehicle ["LIB_C47_skytrain", getMarkerPos "insrt", [], 0, "FLY"];
publicVariable "airDropVehicle"; // send this variable to all computers
_grp = creategroup west;
_crw = "LIB_US_pilot" createUnit [getMarkerPos "insrt",_grp];
{_x moveinDriver airDropVehicle} foreach units _grp;
Thats how im spawning a plane.
what doesn't work.
airDropVehicle setVariable ["ALIVE_profileIgnore", true];
_grp setVariable ["ALIVE_profileIgnore", true];
_crw setVariable ["ALIVE_profileIgnore", true];
{_x setVariable ["ALIVE_profileIgnore", true];} foreach units _grp;
?!?!?
How do i combine factions or add multiple factions to the Player Combat Logistics Selection? I am making a world war 2 mission and i don't want people being able to spawning weapons from the regular arma 3 assets.