Jump to content

Bug - everything is spawning at the middle island of Altis


Metalfoundry

Recommended Posts

Changed something in config.cpp or mission.sqm?

Config.cpp:

class Altis : Default
	{
		worldSize = 20000;

Or changed the  center marker in the mission.sqm?

class Markers
	{
		items = 3;
		class Item0
		{
			position[] = {14939.934,0.053499073,15083.272};
			name = "center";
			type = "Empty";
		};

Know only these two entries that have to do with the spawns....

Link to comment
Share on other sites

Containers spawn on locations from a3_epoch_server_settings.pbo inside config.cpp

 

	class Altis : Default
	{
		worldSize = 20000;
		traderBlds[] = { "Land_Kiosk_blueking_F", "Land_FuelStation_Build_F", "Land_CarService_F", "Land_i_Garage_V1_F", "Land_i_Shed_Ind_F", "Land_i_Shop_01_V1_F" };
		containerPos[] = {
				{ 8599.97, 24513.6, 0 },
				{ 6282.61, 22654, 0 },
				{ 3431.42, 22447.1, 0 },
				{ 3524.53, 22718.1, 0 },
				{ 3528.63, 22747.7, 0 },
				{ 2185.4, 21454.6, 0 },
				{ 2180.42, 21429.5, 0 },
				{ 2105.21, 23439.7, 0 },
				{ 2352.68, 19379.2, 0 },
				{ 3022.73, 13520.1, 0 },
				{ 2997.03, 13502.6, 0 },
				{ 1940.41, 10095.8, 0 },
				{ 7454.79, 9247.77, 0 },
				{ 7485.66, 9255.52, 0 },
				{ 12060.5, 6203.39, 0 },
				{ 12059.2, 6183.42, 0 },
				{ 14205.4, 7549.47, 0 },
				{ 14373.1, 7688.5, 0 },
				{ 14376.8, 7715.9, 0 },
				{ 13115, 9491.82, 0 },
				{ 13666, 11913.7, 0 },
				{ 13682.8, 11890.2, 0 },
				{ 15209.5, 14341.1, 0 },
				{ 15326.2, 14361.6, 0 },
				{ 15340.7, 14291.1, 0 },
				{ 15351.3, 14278.1, 0 },
				{ 15419.5, 14287.1, 0 },
				{ 15951.8, 9707.72, 0 },
				{ 22199.6, 5697.94, 0 },
				{ 22279.2, 8641.17, 0 },
				{ 26135.7, 19798.5, 0 },
				{ 27908.6, 24460.4, 0 },
				{ 23164.5, 24046.1, 0 },
				{ 21016.3, 20024.2, 0 },
				{ 18776.8, 18291.9, 0 },
				{ 17361.2, 18792.1, 0 },
				{ 17598.9, 18813.6, 0 },
				{ 17560, 18928.3, 0 },
				{ 17702.8, 19466.5, 0 }
		}; 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...