Jump to content
Sign in to follow this  
Maurdekye

Create multiple respawns

Recommended Posts

I want to know how to create multiple respawn points selectable from a menu, like in the stock missions. I tried following this wiki page and put this in my description.ext;

respawnTemplates[] = {"MenuPosition", "Counter"};
respawnDelay = 12;
respawnButton = 1;

But it didn't create the menu like I'd expected.

Edited by Maurdekye

Share this post


Link to post
Share on other sites

Try using the right respawnType then:

respawn = "BASE";

in your description.ext

Share this post


Link to post
Share on other sites

When I set 'respawn = "BASE";', my helicopter insertion doesn't work anymore; I just start at a random spawnpoint.

Share this post


Link to post
Share on other sites

Yeah this is a bug I belive with respawnTemplates. A workaround is to black the screen at mission start and teleport the players into your chopper after they spawn.. .then fade back in from black.

http://forums.bistudio.com/showthread.php?178399-BIS_fnc_selectRespawnTemplates-Respawn-template-not-found&p=2704188#post2704188

Share this post


Link to post
Share on other sites

Ah, nice; I already have a black screen at the start of my mission.

Share this post


Link to post
Share on other sites

Well, the respawn menu is appearing, but it appears at the start and tells me where I want to start from. Is there any way around that?

Edit: Setting the respawnOnStart tag in the description.ext seems to have done it.

Edited by Maurdekye

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  

×