Jump to content
Frankdatank1218

Cannot get respawn menu, respawn points, and revive all working together

Recommended Posts

Here is my description.ext: 

respawn = "base";
respawnDelay = 5;
respawnVehicleDelay = 30;
respawnTemplatesWest[] = {"Revive","MenuPosition","Spectator"};
 
respawnOnStart = 0;
disabledAI = 1;
joinUnassigned = 1;
aiKills  = 1;
reviveDelay = 6;
reviveForceRespawnDelay = 3;
reviveBleedOutDelay = 60;

NO MATTER WHAT enabling revive makes players respawn instantly where they died if they run out of revive time or press the respawn button. I cannot get spawn delays, respawn menus, or respawn points AKA "Base" respawn working all together. 


PLEASE HELP!

Share this post


Link to post
Share on other sites

I have no problems with my current settings being:

respawn = 3;
respawnDelay = 10;
respawnTemplates[] = {"Revive", "MenuPosition"};
respawnOnStart = -1;
respawnVehicleDelay = 60;
respawnDialog = 1;

I do not use the extra settings.

Share this post


Link to post
Share on other sites

So, I could spend nites and days, trying all lines of codes and re-launching Arma. I try to make a respawn system. Same as Apex, basic. but my small mission (one player on Tanoa) send plenty of error messages and stay stuck in map view after countdown. Solution is to alt F4 (quit) arma!

 

I placed a respawn_west module respawn for blufor.

 

My description.ext:

 

respawn = 3;
respawnDelay = 10;
respawnDialog = 1;
enableDebugConsole = 2;
//onLoadIntro = "";
//showGroupIndicator = 1;

respawnTemplates[]= {"Counter","Menuposition","revive"};
respawnonstart = -1;

 

What did I miss? How to obtain the Apex respawn system, editing a MP mission?

Thanks

Share this post


Link to post
Share on other sites

Seen a lot of posts about the BIS revive setup not working correctly (or at least how it used to) since the Apex update.

I will play around with it and see what I can find out.

Share this post


Link to post
Share on other sites

It would be better if Bohimia actually put some instructions together on how this and other fratures work so we are not guessing what to do all the time. If we actually knew how it was supposed to work and be placed in the editor then we might be able to identify real bugs rather than it not working due to the fact it's not been setup correctly.

Sent from my SM-N9005 using Tapatalk

Share this post


Link to post
Share on other sites

Sure, because BI has a solution for Apex campaign. Any mission maker succeed in a respawn/revive code? How does it work on Coop servers?

Share this post


Link to post
Share on other sites

yeah none of my missions load with Apex. am thinking it is something to do with this - any documentation BIS?

ok it was the BIS revive settings - something about them broke in apex - any documentation on how we fix this?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×