Jump to content
  • 0

Safe zones not working in the new 1.0.2.5 patch...


JohnyMST

Question

Guys have anyone of you got the safezones / god mode zones working in the new patch?

 

I keep getting black screen with Wait for Host after I update all files manually...

 

If anyone of ye has them can you please share your files and let me take a look at them? Thanks...

 

I have attached my 3 files. I can't connect to the server with them like that unless I change everything back to original 125 patch

 

Also, my init is like this:
 

if (!isDedicated) then {
	//Conduct map operations
	0 fadeSound 0;
	waitUntil {!isNil "dayz_loadScreenMsg"};
	dayz_loadScreenMsg = (localize "STR_AUTHENTICATING");
	
	//Run the player monitor
	_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
	_playerMonitor = 	[] execVM "\z\addons\dayz_code\system\player_monitor.sqf";	
	[] execVM "custom\safezone.sqf";         //safe zones
	_void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";

Any problems with that?

files.zip

Link to comment
Share on other sites

15 answers to this question

Recommended Posts

  • 0

Good. Wil test it on the next restart.

I just played around with the v1.1 traders and was thinking if it would work to add them to the new patch with safe zones included.

I have attached the files which I edited for the new traders. Would you think it would work aswell?
Could you point out any errors if there are any...

 

THANKS :)

 

 

EDIT. Attachement removed. New post below

Link to comment
Share on other sites

  • 0

The safezone areas defined in that script are based on the instance 11 trader cities, but it's close enough that you can use it for the instance 17 versions. Might want to increase the range for Stary just a bit, since that area has grown. Also, the airplane vendor safezone is located at NEAF, where he used to stand inside the hangar.

Link to comment
Share on other sites

  • 0

OK On my server the airplane vendor is located in NWA

 

Is there any code available to place safezones into my Sensors for Airplane vendors in NWA intead of NEAF?

 

I can't have God mode in NEAF since there's nothing there anymore lol

 

it's already in mission.sqm. Just change the coordinates: 

 
class Item8
{
position[]={12060.471,158.85699,12638.533};
activationBy="ANY";
repeating=1;
interruptable=1;
age="UNKNOWN";
name="Aircraft_safezone";
expCond="(player distance Aircraft_safezone) < 100;";
expActiv="inSafeZone = true;";
expDesactiv="inSafeZone = false;";
class Effects
{
};
Link to comment
Share on other sites

  • 0

Haha Yeah it's in but the problem with me is... I have no idea what cords I should use for NWA Plane vendor :D

 

How can I find the correct Cords for this trader? Or have you got them somewhere?

 

 

1) The airplane vendor NPC uses the following classname: "Soldier_Sniper_PMC" (find in server_traders.sqf)
2) Open mission.sqf and search for "Soldier_Sniper_PMC" and find coordinates on the same line
 
Alternatively, to define a specific location for a safezone:
 
Park you character at the centre point where you want the safezone to originate from. Check your character worldspace coordinates in the the character_data table and use those coordinates.
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...