Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
/* Respawning stuff */
Respawn = 3; // Respawn type. See → https://community.bistudio.com/wiki/Arma_3_Respawn
respawnButton = 1; // Respawn button
RespawnDelay = 5; // Respawn delay
RespawnDialog = 0; // Scoreboard
respawnTemplates[] = {"MenuPosition"}; // You can pick which spawnpoint to respawn at
/*--------------------------------------------------*/
Place down respawn modules & configure them to your liking. Each of the respawn modules will appear as an option when you're wanting to respawn.
Respawn markers:
Creating markers with these names will also allow you to respawn on them
You don't have to sync the modules to the players for them to show up. You just have to make sure that the side of the respawn module is the correct one for the side of the players.
Here is one you can use with the same settings as above (:
https://mega . nz/#!y5VGRDoC!vIPUIvacg7L1RhKEJVj3gN7JtlnLLHpGz1iJaT1CT_E
BTW, I think you can actually set respawn times etc. in the attributes context menu in the editor. I much prefer to do it this way though
If you want to have respawn tickets too, you put a respawn ticket module also where you can set how many tickets each side has.
If you are making a coop scenario where all the players are on the same side you still need to give the ai side tickets in the respawn tickets module too, even though they dont have a respawn. That way when players tickets are depleted game says 'your side lost', if the ai side does not have tickets it will say 'your side wins' when your tickets are gone.
https://community.bistudio.com/wiki/Arma_3_Respawn
I quit playing the game, but a marker with the name of just "respawn" will spawn either side, "respawn_west" will only spawn NATO, and "respawn_east" for CSAT.
The modules are easy enough to use. Picking the side will work for said side. If they just so happen to bug, file a bug report and use the markers instead till they're fixed.
Just place either a NATO or CSAT assigned respawn point and you're good to go! You don't have to do both if you don't need one of them, it'll still work.
Hope this helps