Jump to content
kbassil

Custom Map edit glitch - spawning players in debug coast

Recommended Posts

Any help would be EXTREMELY appreciated.


Here's the issue. I've heavily modified the original Chernarus map and followed this Youtube video to install it on my private hive server. However, once uploaded, I had reports of people (after dying) respawning way out on the coast of the debug plains. I've checked the "markers" and all looks good. I have no idea what's going on, and I'd love some help if you guys can figure out what's up.


Pastebin of vanilla, working misison.sqm file: http://pastebin.com/2tqiaiZJ


Pastebin of modfied, glitchy-respawn mission.sqm file: http://pastebin.com/ZsrMpiUw


Edit to clarify: The map updates successfully, showing all my new buildings and objects. However, if anyone dies or spawns in for the first time, it sends them along the coast of the debug plains.


Edited by Kbassil

Share this post


Link to post
Share on other sites

you need to check markers defined in mission file. "center" and spawn0-5

Share this post


Link to post
Share on other sites

And to clarify, by "mission" file you mean the mission.sqm file right?
 
Here's my Markers from vanilla map:

	class Markers	{		items=7;		class Item0		{			position[]={7839.6055,381.33774,8414.7324};			name="center";			type="Empty";		};		class Item1		{			position[]={-18697.58,379.53012,25815.256};			name="respawn_west";			type="Empty";		};		class Item2		{			position[]={4932.3345,0.39950246,1989.1094};			name="spawn0";			type="Empty";		};		class Item3		{			position[]={2236.0391,0.63119155,1923.3735};			name="spawn1";			type="Empty";		};		class Item4		{			position[]={8738.1328,0.45720705,2122.1082};			name="spawn2";			type="Empty";		};		class Item5		{			position[]={10909.267,0.57597214,2422.3096};			name="spawn3";			type="Empty";		};		class Item6		{			position[]={13510.764,0.44504455,5249.3027};			name="spawn4";			type="Empty";		};	};};



And here's the Marker list from my edited map(below):

	class Markers	{		items=7;		class Item0		{			position[]={7839.6055,381.33774,8414.7324};			name="center";			type="Empty";		};		class Item1		{			position[]={-18697.58,379.53012,25815.256};			name="respawn_west";			type="Empty";		};		class Item2		{			position[]={4932.3345,0.39950246,1989.1094};			name="spawn0";			type="Empty";		};		class Item3		{			position[]={2236.0391,0.63119155,1923.3735};			name="spawn1";			type="Empty";		};		class Item4		{			position[]={8738.1328,0.45720705,2122.1082};			name="spawn2";			type="Empty";		};		class Item5		{			position[]={10909.267,0.57597214,2422.3096};			name="spawn3";			type="Empty";		};		class Item6		{			position[]={13510.764,0.44504455,5249.3027};			name="spawn4";			type="Empty";		};	};};
Edited by Kbassil

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

×