How to Add extra Heli crash spawns

Adam101

New Member
does anybody know how to add extra heli crsh spawns?

keep in mind im running on windows 7

i would perfer a simple solution or a easy to follow guide(cus im a dumbfuck)
 
I found this to work for me. Might be an easier but this works.

MAKE SURE THE SERVER ISN'T RUNNING.
Open the @hive folder.
Open the Addons folder.
Open the dayz server pbo with PBO manager.
In the system folder, you will find server_monitor.sqf. Export that file. Open it in Notepad ++.

Look for a line around 200 that say this:

dayz_Crashspawner = [] spawn {
// [_guaranteedLoot, _randomizedLoot, spawnOnStart, _frequency, _variance, _spawnChance, _spawnMarker, _spawnRadius, _spawnFire, _fadeFire]
[6, 8, 3, (4 * 60), (15 * 60), 0.99, 'center', 4000, true, false] call server_spawnCrashSite;

Change the THIRD number from the left (in this case 3). This is the number of crashes spawned on start. I changed it to 300. There were crashes EVERYWHERE. lol. No need to change anything else.

After you change it. Save the file. Select the file. Hit copy. Find the file in your PBO manager. Right click on it, then hit paste.

That should work.

PS-
The first TWO numbers on the left (in this case the 6 and the 8) control the number of items that spawn at the crash site. Increase both of them to 20 and fill that backpack!
 
Last edited:
Back
Top