Jump to content
Sign in to follow this  
muppet1856

Heli Crash Site - Admin Config in 1.7.7 for grass circles?

Recommended Posts

I can't find where to make the change needed to allow the grass circles in my mission file. Is there something missing? The mission generator doesn't include it and there is no placeholder int he mission file.

Share this post


Link to post
Share on other sites

I have the answer; I just have to get it.

Give me like 5 minutes.

Unpack your dayz_server.pbo and navigate into the compile folder.

Open server_spawnCrashSite.sqf and go to line 94 and 95. (Use a program like Notepad++ to get line numbers and good shit like that.)

Uncomment (remove the two slash marks from the front of the lines.) lines 94 and 95.

Save the file and repack the pbo.

Edited by Fighter
  • Like 1

Share this post


Link to post
Share on other sites

Can we do this on an official Server or is this just for private Hive Servers?

Share this post


Link to post
Share on other sites

Has this worked for anyone? First time I tried and it spawned people in Debug constantly. Now

Share this post


Link to post
Share on other sites

** FOR 1.7.7.1 **

Add this at the end of init.sqf from your mission file:

dayz_spawnCrashSite_clutterCutter=0; // helicrash spawn... 0: loot hidden in grass, 1: loot lifted, 2: no grass

0 if you like grass (this is the default)

1 so that all loots are lifted (5 cm)

2 to clear the area

Don't put another value.

Edited by facoptere
  • Like 2

Share this post


Link to post
Share on other sites

you sure this goes in init.sqf?  I see nothing else in the file with similar syntax.  I did this and set it to 2.  Loots still buried in grass at heli sites.

 

dayz_spawnCrashSite_clutterCutter=2; // helicrash spawn... 0: loot hidden in grass, 1: loot lifted, 2: no grass

Share this post


Link to post
Share on other sites

sure, it works. But no grass circle around heli but around loot.

 

Huh?  I don't follow.  I put the above line at the end of the init.sqf in my mission file as per the instructions about.  There appears to be no change at the helicopter crash sites in any way.  The grass is still there and the loot is still difficult to see. 

Share this post


Link to post
Share on other sites

Ok it did work then.  I was expecting a one large circle raidaiting from the crash with no grass in it, maybe 20 meters in radius.  I remember seeing a photo of that somewhere with green circles around the loot.  All my raiding had been at night and so I hadn't noticed that the individual loots themselves are now in smaller no-grass circles.  Ran during the day today and confirmed it is working.

 

Thanks.

Share this post


Link to post
Share on other sites

Is that work for 1.8.0.3 ?
What i have to do ?

I don't find any comment in the line 94-95 on server_spawn_crashsite.sqf ?

 

Do I need to add the line of facopter in the init.sqf of dayz_server.pbo ?

Share this post


Link to post
Share on other sites

Is that work for 1.8.0.3 ?

What i have to do ?

I don't find any comment in the line 94-95 on server_spawn_crashsite.sqf ?

 

Do I need to add the line of facopter in the init.sqf of dayz_server.pbo ?

 

 

Not the dayz_server.pbo - it's the mission.pbo or dayz.chernarus.pbo.

 

Go take a look at it - it's commented extremely good and you can't miss it.

 

It's also not very helpful when posting in a thread that is discussing this about missionfiles that were in an old patch, as they have changed massively with the 1.8 patch.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

×