NATO, trapped behind enemy lines, holds out for rescue from Command, whoever that is. Features an automated traitor system.
This seemed to go well, but I'd any feedback would be appreciated, particularly regarding any issues with the respawn system.
------------------------------
Version History
v1
Initial release
fa3_c58_cornered
Re: fa3_c58_cornered
Playing as a lone attacker was intense. I managed to get so close to my "old" position, by crawling in microterrain in otherwise open field, that I had chance to long for a pistol.
Delete this marker please. You're scaring the tank.
Re: fa3_c58_cornered
Is it possible to change the traitors to a different faction?
It's nothing major, I just was surprised that a friendly was shooting me, because he had F3 tags, turns out he wasn't that friendly
It's nothing major, I just was surprised that a friendly was shooting me, because he had F3 tags, turns out he wasn't that friendly

Re: fa3_c58_cornered
I don't think I can change the player's faction (though if someone knows how, I'd appreciate it!), but I can change the nametag script to filter out players that have turned.
- wolfenswan
- Posts: 1238
- Joined: Wed May 25, 2011 4:59 pm
Re: fa3_c58_cornered
You can have them join an empty group of an opposing side or set the score at -1000 (not sure if nametag filters the latter).
My ARMA3 Missions - to download select a branch and pick "Download ZIP".
Re: fa3_c58_cornered
That'll change their side, not their faction, and I'm already doing that (joinSilent createGroup east). Looking at f_nametags, it looks like the Draw3d Handler is looking for , which doesn't exactly make sense to me. A guy who's not on your side still isn't on your side even if you're both blu_f, right?
EDIT: Looking back, this probably is set up so a guy who friendly fires (sideEnemy) or is setCaptived (sideFriendly) still has a nametag. I guess that works.
Code: Select all
(faction _x == faction player || side _x == side player || group _x == group player)
EDIT: Looking back, this probably is set up so a guy who friendly fires (sideEnemy) or is setCaptived (sideFriendly) still has a nametag. I guess that works.