Back to Browse

Arma 3 Simple Respawn Solution

24 views
Oct 28, 2023
2:04

Very basic respawn, making for a slightly janky respawn solution. To disable respawn on start Description.ext file needed in the mission folder. Folder location: C:\Users\[USER]\Documents\Arma 3\mpmissions\[MISSION NAME] Within that folder you will find Mission.sqm. Create a new text file therein titled "Description.ext" - without quotes, ensuring '.ext' replaces '.txt'. - Note: Notepad++ is ideal for messing about with these files. - Note: When you test your mission you will see these lines of text appear on the loading screen, you can alter the text within the brackets for a custom output such as your name, some brief mission details, whatever you like. Copy the following text into that Description.ext file, save and go on with your life. author = "Type your name here"; onLoadName = "Respawn on start disabled"; onLoadMission = "A demo file to go with a respawn setting in 3den"; respawnOnStart = 0; class Header { gameType = Coop; minPlayers = 1; maxPlayers = 10; };

Download

0 formats

No download links available.

Arma 3 Simple Respawn Solution | NatokHD