Jump to content
Sign in to follow this  
Belbo

ADV Move Respawn Marker Script

Recommended Posts

ADV Move Respawn Marker Script



by

Belbo

Description/Features:

This script creates a respawn marker for every player which follows the current group leader of the player after a specified amount of time.

The respawn marker is put in place in a radius around the group leader of the player. If the player is group leader, the marker is placed around him.

Installation:

1. put the ADV_moveRespMarker.sqf into your missionfolder.

2. put this in your mission's initPlayerLocal.sqf (create if necessary)

////////// ADV_moveRespMarker-Script by Belbo - Start //////////
	//[120 = Time until the respawn marker is moved again, 30 = radius around the group leader to place the marker]
[120,30] execVM "ADV_moveRespMarker.sqf";
////////// ADV_moveRespMarker-Script by Belbo - End //////////

3. Put this in your description.ext:

	respawn = 3; 			//respawn type "base"

It's recommended, but not necessary to put this in your description.ext as well:

respawnDelay = 5;		//amount of time for respawning
respawnOnStart = 0;		//no respawn on start
respawnTemplatesWest[] = {"Counter","MenuPosition"};
respawnTemplatesEast[] = {"Counter","MenuPosition"};
respawnTemplatesGuer[] = {"Counter","MenuPosition"};
respawnTemplatesCiv[] = {"Counter","MenuPosition"};

(Take a look at https://community.bistudio.com/wiki/Arma_3_Respawn for further information on respawn in Arma 3)

4. Start your mission and never be late to the front again. :)

Usage:

There's a sample mission included

Change log:

v1.0.1: - fixed small problem for dead players.

v1.0: - Initial release

Download Link:

- ADV_moveRespMarker.Stratis.rar

Edited by Belbo
  • Like 1
  • Thanks 1

Share this post


Link to post
Share on other sites
Guest

Thanks for sending us the release :cool:

Release frontpaged on the Armaholic homepage.

================================================

We have also "connected" these pages to your account on Armaholic.

This means in the future you will be able to maintain these pages yourself if you wish to do so. Once this new feature is ready we will contact you about it and explain how things work and what options you have.

When you have any questions already feel free to PM or email me!

Share this post


Link to post
Share on other sites
Thanks for sending us the release :cool:

Once again, thank you. :)

Share this post


Link to post
Share on other sites
I assume this is MP compatible only?

Yes. There's no respawn in SP. But you can include it in your SP missions anyways and play them in a hosted MP game. That way you can play alone and use respawn. This method may break your tasks though.

Edited by Belbo

Share this post


Link to post
Share on other sites

very minor update. :)

Share this post


Link to post
Share on other sites
Guest

New frontpaged on the Armaholic homepage.

================================================

We have also "connected" these pages to your account on Armaholic.

This means in the future you will be able to maintain these pages yourself if you wish to do so. Once this new feature is ready we will contact you about it and explain how things work and what options you have.

When you have any questions already feel free to PM or email me!

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  

×