- Joined
- Dec 19, 2014
- Messages
- 41
- Reaction score
- 7
Hey guys i'm using the DayZ files from this thread http://forum.ragezone.com/f866/dayz-standalone-0-53-126-a-1049328/#post8329684
Now i will show you how to get Boats and Jets working on ur server.
First of all make a backup from MPMissions folder.
next step: go to -->MPMissions -->dayzea.ChernarusPlus and open init.sqf
Find the lines //CAR SPAWN
[] execVM (DZ_DIR_S + "Car2.sqf");
[] execVM (DZ_DIR_S + "SpawnHeli.sqf");
And add the following
[] execVM (DZ_DIR_S + "Car.sqf");
[] execVM (DZ_DIR_S + "Ships.sqf");
[] execVM (DZ_DIR_S + "Air.sqf");
now it looks
//CAR SPAWN
[] execVM (DZ_DIR_S + "Car2.sqf");
[] execVM (DZ_DIR_S + "SpawnHeli.sqf");
[] execVM (DZ_DIR_S + "Car.sqf");
[] execVM (DZ_DIR_S + "Ships.sqf");
[] execVM (DZ_DIR_S + "Air.sqf");
Close init.sqf with save and go back to MPMissions folder.
now click on "Pack" (the batch file)
Click yes to overwrite.
Start your server and be happy
You can find Boats on coast in the water
Jets are on the two big airfields (su34 type)
stay close to the Rockets on left side to get in.
If u know how to activate the landing tires let me know it
because i crashed at landing (no tires out)
Sorry for my bad english i'm a german guy
Now i will show you how to get Boats and Jets working on ur server.
First of all make a backup from MPMissions folder.
next step: go to -->MPMissions -->dayzea.ChernarusPlus and open init.sqf
Find the lines //CAR SPAWN
[] execVM (DZ_DIR_S + "Car2.sqf");
[] execVM (DZ_DIR_S + "SpawnHeli.sqf");
And add the following
[] execVM (DZ_DIR_S + "Car.sqf");
[] execVM (DZ_DIR_S + "Ships.sqf");
[] execVM (DZ_DIR_S + "Air.sqf");
now it looks
//CAR SPAWN
[] execVM (DZ_DIR_S + "Car2.sqf");
[] execVM (DZ_DIR_S + "SpawnHeli.sqf");
[] execVM (DZ_DIR_S + "Car.sqf");
[] execVM (DZ_DIR_S + "Ships.sqf");
[] execVM (DZ_DIR_S + "Air.sqf");
Close init.sqf with save and go back to MPMissions folder.
now click on "Pack" (the batch file)
Click yes to overwrite.
Start your server and be happy

You can find Boats on coast in the water
Jets are on the two big airfields (su34 type)
stay close to the Rockets on left side to get in.
If u know how to activate the landing tires let me know it

because i crashed at landing (no tires out)
Sorry for my bad english i'm a german guy
