Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Dome help


Recommended Posts

So, when I try to make a dome, it seems that I doesn't want to load properly, or can't load the mission... If anyone can take a look and help me figure this problem out it would be very appreciated...

 

	};
class Markers
{
	items=8;
	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";
	};
	class Item7
	{
		position[]={11479,0.44,11263};
		name="dome";
		text="Admin Base";
		type="waypoint";
		colorName="ColorRed";
	};
};
class Sensors
{
	items=1;
	class Item0
	{
		position[]={-522.45355, 14413.397, 0};
		a=50;
		b=50;
		activationBy="ANY";
		repeating=1;
		interruptable=1;
		age="UNKNOWN";
		name="dome";
		expCond="(vehicle player) in thislist;";
		expActiv="dome = [] execVM ""dome.sqf"";";
		expDesactiv="terminate dome; titleText [""You have left the Admin Base!"", ""PLAIN DOWN"", 3];";
		class Effects
		{
			titleType="TEXT";
			titleEffect="PLAIN DOWN";
			title="You are entering the Admin Base.";

		};
	};
};
};
class Intro
{
addOns[]=
{
	"chernarus"
};
addOnsAuto[]=
{
	"chernarus"
};
randomSeed=6913869;
class Intel
{
	startWeather=0.25;
	forecastWeather=0.25;
	year=2008;
	month=10;
	day=11;
	hour=9;
	minute=20;
};
};
class OutroWin
{
addOns[]=
{
	"chernarus"
};
addOnsAuto[]=
{
	"chernarus"
};
randomSeed=4081731;
class Intel
{
	startWeather=0.25;
	forecastWeather=0.25;
	year=2008;
	month=10;
	day=11;
	hour=9;
	minute=20;
};
};
class OutroLoose
{
addOns[]=
{
	"chernarus"
};
addOnsAuto[]=
{
	"chernarus"
};
randomSeed=4975929;
class Intel
{
	startWeather=0.25;
	forecastWeather=0.25;
	year=2008;
	month=10;
	day=11;
	hour=9;
	minute=20;
};
};

Share this post


Link to post
Share on other sites

  • 2 weeks later...

If the dome isn't loading I believe it could be because your co-ords are incorrect.

 

position[]={-522.45355, 14413.397, 0};

 

Should be

 

position[]={-522.45355, 0, 14413.397};

 

You have it the right way around in the marker section but not in the sensors section.

 

But you're not very clear about what the problem is.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...