Jump to content
darkxess

Disable (custom loadouts) on Respawn

Recommended Posts

Hey guys, I have preconfigured loadouts for each class in my mission, but when you respawn the (loadout) comes up and let you choose another or even

your own custom loadout you have saved. How do I disable this please and just let the person respawn with the loadout I have set for that unit?

Image of (loadout) I want to disable:

C8cdugG.jpg

 

Thank you 🙂

Share this post


Link to post
Share on other sites

You have to define respawn template in the description.ext

 

In my mission the loadout selection is disabled so this is how my settings look like:

 

respawn = 3;
respawnDelay = 10;
respawnTemplates[] = {"MenuPosition","Counter"};
respawnOnStart = 0;

 

More info:

 

https://community.bistudio.com/wiki/Arma_3_Respawn

 

 

 

 

  • Thanks 1

Share this post


Link to post
Share on other sites

This is how mine is:

Respawn = 3;											
RespawnDelay = 10;										
RespawnDialog = 1;										
respawnOnStart = 0;                                     
respawnTemplates[] = {"MenuPosition","MenuInventory"};       
reviveDelay = 2;                                        
reviveForceRespawnDelay = 1;                            
reviveBleedOutDelay = 180;  

I removed the (MenuInventory) and put (counter) as yours is and it worked, thank you 🙂

Share this post


Link to post
Share on other sites

The simplest way is to set that via the 3den multiplayer menu.

Share this post


Link to post
Share on other sites

No, you don't need any mod. It's simple as 3den > attributes menu > multiplayer > respawn section.

The only missing thing you have to add in description.ext is respawnOnStart which is weirdly set to 1 by default.

For all other features, just choose what you need here.

  • Like 1

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

×