Jump to content
Sign in to follow this  
Skip_Moniker

How do I make player respawn?

Recommended Posts

How do I make my MP mission players respawn? I have set up 2 squads and made each unit in both squads 'playable'. But when the player dies he becomes a seagull even when the rest of the squad remains alive. Does each one have to be inserted as a group? Thank you...

Share this post


Link to post
Share on other sites

Moving.

Have you tried using the search for "respawn"? I'm absolutely sure this question has been asked - and answered - before. wink_o.gif

Share this post


Link to post
Share on other sites

Thank you, I am new to this site & did not realize there was a search feature.  So I did find out basically how to do it, but the finer details left out had me confused all day.  For the benefit of other 'noobs', here's how I finally got it to work:  

1. Create a mission using the ArmA Editor.  You may optionally use the MP Editor too, but it takes longer to open & saves go to a different folder.  

2. Save your new mission as a 'User Mission' and name it whatever you like.  Exit the game back to desktop.  

3. Open a blank Notepad & insert 2 lines:

respawn=[RespawnType];

respawndelay=[DelayInSeconds];  

Substitute your type of respawn and respawn time delay (in seconds)

  Types are:

0 or "NONE" = No Respawn

1 or "BIRD"  = Respawn as a seagull

2 or "INSTANT" = Respawn just where you died.

3 or "BASE" = Respawn at a basemarker

4 or "GROUP" = respawn in your groups ai.

5 or "SIDE" = respawn in your sides ai.

For example:  

respawn=3;

respawndelay=4;

4. Close & name this new file 'Description.ext' & save as 'All file types' to the folder '/.../My Documents/ArmA/missions/[mission name]'.  There should be a .sqm file there of the name you gave the mission.  Note that if it gets saved as 'Description.ext.txt' rename it and remove the '.txt'.  It then becomes a Windows unknown file type.  

5. Start ArmA and return to the Editor.  Load the mission you saved in step #2

6. Place a marker at the location you want players to respawn.  You will have to name the marker one of the following:  

respawn_west

respawn_east

respawn_guerrila

respawn_civilian

For the people that didn't play ofp:

West = bluefor

East = opfor

guerrilla = Independent

civilian = civilian

The rest of the marker details are up to you.  If you make the marker a bigger size, like 100 by 100, you will respawn somewhere inside that area.  You can also make multiple markers for the same side, nameing them respawn_east1, respawn_east2, etc.  This will make a random respawn

7. Save the mission again but remember that the respawn doesn't work in preview mode. You have to now export it to

multiplayer to see the effects.  If exporting to SP, remember that a SP mission must have one unit designated as "Player",

whereas a MP mission only needs one "Playable" unit.  

8. Exit the editor and open the SP or MP mode (whichever you exported it to) and play the mission to test it

Thanks to the dozen or so users I plagerized to complete this step by step.

Share this post


Link to post
Share on other sites

Glad you got it working and good job on posting how you did it for others smile_o.gifthumbs-up.gif

Share this post


Link to post
Share on other sites
6. Place a marker at the location you want players to respawn.  

Additional info:  You only need to create a marker if you selected a type 3 respawn.  If you chose type 5, the respawn will occur wherever your squad or side is located (and only if a squad is created).  Skip step 6 if using a type 5 respawn. *Note* You still must re-save and export the mission even if no changes are made in the Editor second time through. So, complete step 7 even if you skipped step 6.

Share this post


Link to post
Share on other sites

Respawn as side (5) doesn't work though. Never did and most probably never will. huh.gif

Share this post


Link to post
Share on other sites

Not sure what u mean. I'm using side respawn now. In my first & only mission so far I have 2 squads on one side. When I die and respawn through all of my squad 1, then I start respawning in squad 2. As long as there are AI alive on my side, I continue to respawn. I thought that's what a side respawn is? I figured a group respawn would limit your respawns to your squad only. I haven't tried that type.

Share this post


Link to post
Share on other sites
Not sure what u mean.  I'm using side respawn now.  In my first & only mission so far I have 2 squads on one side.  When I die and respawn through all of my squad 1, then I start respawning in squad 2.  As long as there are AI alive on my side, I continue to respawn.  I thought that's what a side respawn is?  I figured a group respawn would limit your respawns to your squad only.  I haven't tried that type.

IT WORKS huh.gif OMG...

the biki lies i tell ya ITS FULL OF LIES smile_o.gif

this is great news for me thnx notworthy.gif

Share this post


Link to post
Share on other sites

It's my own 'beta' mp mission I'm working on. Now I find that it changes slightly if the AI squadmates are configured as 'playable' or 'nonplayable'. If they're nonplayable then I only respawn through my squad. If 2 squads all are playable then I respawn through both squads, in other words, the entire side.

I don't know if this is affected by players joining the mission. I have only tested it alone; i.e., no other players in the mission.

Share this post


Link to post
Share on other sites

im shure i must be doing something wrong cos i just cant get it working.

if i have other playable soldiers down then i can respawn in them but i cant respawn my own guy.

god knows what ive done wrong cos im shure i followed it properly

Share this post


Link to post
Share on other sites

hmm, ive done this for OFP and it has worked, for some reason it doesnt work with arma...

Share this post


Link to post
Share on other sites

If I understand your question, it depends on the config.  If you have instant or base respawns (respawn=2 or 3) in your description.ext then you respawn as yourself.  If you have a group or side respawn (4 or 5) then I think you respawn through all your playable units.  Each playable AI unit has a unique name, and maybe a different rank & loadout. I'll try it again but I think that's the way it works.

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
Sign in to follow this  

×