Arma 3
Anizay-BF2
11 Comments
zwd 17 Feb, 2020 @ 12:47am 
It is really nice.Thank you.
ChewyBullets  [author] 12 Feb, 2019 @ 1:53pm 
Looking into. Thanks boss!
MGD 12 Feb, 2019 @ 6:52am 
@ChewyBullets: it might be something as simple as you only have 4 roles (CfgRoles) but you only list 3 roles within the CfgRespawnInventory;
WEST 1 Sniper
WEST 2 Sniper
WEST 3 LMG
WEST 4 Assault
WEST 5 Assault
WEST 6 LMG
WEST 7 Assault
I could be wrong though - the respawn templates etc is a bit of a minefield to me!
MGD 10 Feb, 2019 @ 12:44pm 
@ChewyBullets: sorry ive been pre-occupied with a renovation project. Ok i'll have a look at the mission....
ChewyBullets  [author] 20 Jan, 2019 @ 8:26am 
@MGD, I added you. I was running into a problem with how many players can use the loadouts. When using 3 players or more. One guy is locked out of the loadouts and cant respawn. I removed it from my current sector mission I am working on. I just posted it on my workshop called "Operation Maxwell House". Its only one sector AKA king of the hill style game play.
MGD 20 Jan, 2019 @ 7:01am 
The respawn loadout trick is to use the "onPlayerKilled.sqf" & "onPlayerRespawn.sqf" files. These are reserved names and are 'picked up' by the system as long as they are in your scenario root folder. Then just place these lines in the relevant file;
(onplayerkilled)
player setVariable ["Saved_Loadout",getUnitLoadout player];
(onplayerrespawn)
player setUnitLoadout (player getVariable ["Saved_Loadout",[]]);
Simples!
Over the last month i looked at Sector Control and though fairly simple with in built Modules you can only get NATO/CSAT units. I knocked up scripts which basically turn CSAT into Taki units and NATO into CUP BLUFOR. It is still WIP and somewhat crude but does the job. I know there is a MOD which will do this but i like a challenge!
ChewyBullets  [author] 18 Jan, 2019 @ 6:00am 
@MGD, if you like to help that would be great. Those pesky respawn classes are a pain in the ass. I took a break and now I am working on updates.
MGD 23 Nov, 2018 @ 12:40pm 
Ok... this is ACE (not the MOD :D). The little tune at start brought back memories from a bygone day. TY. I apprieciate the loadout like BF2, but it would be nice if your loadout was kept on Respawn so load from Arsenal remains (i have some fav combinations which are perfect for this scenario) - i could add the scripts myself but its just a suggestion.
Thanks again for a great, simple mission.
ChewyBullets  [author] 4 Nov, 2018 @ 6:48am 
Thanks for the insight. The next update has slightly more AI and other tweeks.
CartofelTataTigan 2 Nov, 2018 @ 11:38am 
you need to add more ai on this it still feels a bit dead and a multiplayer server pvp and pve would be really good for this
ChewyBullets  [author] 29 Oct, 2018 @ 5:32am 
Well I accidently removed a nice post someone made HA! Sorry, I was an accident. Thank you for the kind words.