Jump to content
tinboye

Zeus weather, time, lightening bolt not working

Recommended Posts

I am trying to get zeus to fully work with Exilemod, so far everything works except a few things I have tested.

 

1st thing is that when I spawn sheep/goats, only their shadows appear on the ground, but not their models.

2nd when i try and adjust the time, does not change.

3rd when I try and use the lightening bolt, nothing happens.

 

It is possible that other scripts are interfering with this, but I wanted to make sure i had zeus added to my mission properly before I start stripping my scripts out.

 

I have this in my addons section

"A3_Modules_F_Curator_Curator",
"A3_Data_F_Curator_Virtual",

 

and i have this

Spoiler

class Item48
		{
			dataType="Logic";
			class PositionInfo
			{
				position[]={13777.156,157.70734,11688.915};
			};
			id=158;
			type="ModuleCurator_F";
			class CustomAttributes
			{
				class Attribute0
				{
					property="ModuleCurator_F_Owner";
					expression="_this setVariable ['Owner',_value,true];";
					class Value
					{
						class data
						{
							class type
							{
								type[]=
								{
									"STRING"
								};
							};
							value="#adminLogged";
						};
					};
				};
				class Attribute1
				{
					property="ModuleCurator_F_Forced";
					expression="_this setVariable ['Forced',_value,true];";
					class Value
					{
						class data
						{
							class type
							{
								type[]=
								{
									"SCALAR"
								};
							};
							value=0;
						};
					};
				};
				class Attribute2
				{
					property="ModuleCurator_F_Name";
					expression="_this setVariable ['Name',_value,true];";
					class Value
					{
						class data
						{
							class type
							{
								type[]=
								{
									"STRING"
								};
							};
							value="";
						};
					};
				};
				class Attribute3
				{
					property="ModuleInfo";
					expression="false";
					class Value
					{
						class data
						{
							class type
							{
								type[]=
								{
									"BOOL"
								};
							};
							value=1;
						};
					};
				};
				class Attribute4
				{
					property="ModuleCurator_F_Addons";
					expression="_this setVariable ['Addons',_value,true];";
					class Value
					{
						class data
						{
							class type
							{
								type[]=
								{
									"SCALAR"
								};
							};
							value=3;
						};
					};
				};
				nAttributes=5;
			};
		};

 

I can login to my server, then login as admin #login password

then hit Y to bring up zeus,  I can place AI, place objects, buildings etc, its just the things I listed which do not appear to work.

is there something else I need to enable?

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

×