darkxess 60 Posted May 15, 2019 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: Thank you 🙂 Share this post Link to post Share on other sites
gc8 981 Posted May 15, 2019 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 1 Share this post Link to post Share on other sites
darkxess 60 Posted May 15, 2019 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
pierremgi 4906 Posted May 16, 2019 The simplest way is to set that via the 3den multiplayer menu. Share this post Link to post Share on other sites
darkxess 60 Posted May 19, 2019 On 5/16/2019 at 2:12 AM, pierremgi said: The simplest way is to set that via the 3den multiplayer menu. You do mean: https://steamcommunity.com/sharedfiles/filedetails/?id=623475643 If so then I didn't know such a thing existed within that, I will have to have a look, thanks 🙂 Share this post Link to post Share on other sites
pierremgi 4906 Posted May 19, 2019 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. 1 Share this post Link to post Share on other sites