
This is a bridge that I have spent a LOT of time putting together on my own. I am still adding to it a little at a time, but I figured others may want some of the same as a start.
I have removed the towers and included the code for the bridge itself. PBX can travel underneath without issues.
Open your dayz_mission.pbo\mission.sqm file and insert this code in after the class Markers area. It should look like the following(partial file shown):
Code:
class Markers
{
items=7;
class Item0
{
position[]={7839.6055,381.33774,8414.7324};
name="center";
type="Empty";
};
class Item1
{
position[]={-18697.58,379.53012,25815.256};
name="respawn_west";
type="Empty";
};
class Item2
{
position[]={4932.3345,0.39950246,1989.1094};
name="spawn0";
type="Empty";
};
class Item3
{
position[]={2236.0391,0.63119155,1923.3735};
name="spawn1";
type="Empty";
};
class Item4
{
position[]={8738.1328,0.45720705,2122.1082};
name="spawn2";
type="Empty";
};
class Item5
{
position[]={10909.267,0.57597214,2422.3096};
name="spawn3";
type="Empty";
};
class Item6
{
position[]={13510.764,0.44504455,5249.3027};
name="spawn4";
type="Empty";
};
};
class Vehicles
{
items=12;
class Item0
{
side="EMPTY";
id=1;
position[]={13225.278, -6.0489159, 3431.5159};
vehicle="land_nav_pier_m_2";
azimut=56.571701;
lock="LOCKED";
init="this setPosASL [getposASL this select 0, getposASL this select 1, 0]; this setpos [13225.278, 3431.5159, -3.1];";
};
class Item1
{
side="EMPTY";
id=2;
position[]={13247.008, -6.1535072, 3398.5906};
vehicle="land_nav_pier_m_2";
azimut=56.571701;
lock="LOCKED";
init="this setPosASL [getposASL this select 0, getposASL this select 1, 0]; this setpos [13247.008, 3398.5906, -3.1];";
};
class Item2
{
side="EMPTY";
id=3;
position[]={13203.401, -6.2994447, 3464.7751};
vehicle="land_nav_pier_m_2";
azimut=56.571701;
lock="LOCKED";
init="this setPosASL [getposASL this select 0, getposASL this select 1, 0]; this setpos [13203.401, 3464.7751, -3.1];";
};
class Item3
{
side="EMPTY";
id=4;
position[]={13181.671, -6.1785541, 3497.7451};
vehicle="land_nav_pier_m_2";
azimut=56.571701;
init="this setPosASL [getposASL this select 0, getposASL this select 1, 0]; this setpos [13181.671, 3497.7451, -3.1];";
};
class Item4
{
side="EMPTY";
id=5;
position[]={13159.978, -6.3031154, 3530.6299};
vehicle="land_nav_pier_m_2";
azimut=56.571701;
init="this setPosASL [getposASL this select 0, getposASL this select 1, 0]; this setpos [13159.978, 3530.6299, -3.1];";
};
class Item5
{
side="EMPTY";
id=6;
position[]={13138.261, -5.9914126, 3563.5496};
vehicle="land_nav_pier_m_2";
azimut=56.571701;
init="this setPosASL [getposASL this select 0, getposASL this select 1, 0]; this setpos [13138.261, 3563.5496, -3.1];";
};
class Item6
{
side="EMPTY";
id=7;
position[]={13116.587, -6.1611514, 3596.4583};
vehicle="land_nav_pier_m_2";
azimut=56.571701;
init="this setPosASL [getposASL this select 0, getposASL this select 1, 0]; this setpos [13116.587, 3596.4583, -3.1];";
};
class Item7
{
side="EMPTY";
id=8;
position[]={13094.851, -6.0637994, 3629.364};
vehicle="land_nav_pier_m_2";
azimut=56.571701;
init="this setPosASL [getposASL this select 0, getposASL this select 1, 0]; this setpos [13094.851, 3629.364, -3.1];";
};
class Item8
{
side="EMPTY";
id=9;
position[]={13073.158, -6.1899328, 3662.2742};
vehicle="land_nav_pier_m_2";
azimut=56.571701;
lock="LOCKED";
init="this setPosASL [getposASL this select 0, getposASL this select 1, 0]; this setpos [13073.158, 3662.2742, -3.1];";
};
class Item9
{
side="EMPTY";
id=10;
position[]={13051.535, -6.376471, 3695.0833};
vehicle="land_nav_pier_m_2";
azimut=56.571701;
lock="LOCKED";
init="this setPosASL [getposASL this select 0, getposASL this select 1, 0]; this setpos [13051.535, 3695.0833, -3.1];";
};
class Item10
{
side="EMPTY";
id=11;
position[]={13029.813, -6.1521502, 3728.052};
vehicle="land_nav_pier_m_2";
azimut=56.571701;
lock="LOCKED";
init="this setPosASL [getposASL this select 0, getposASL this select 1, 0]; this setpos [13029.813, 3728.052, -3.1];";
};
class Item11
{
side="EMPTY";
id=12;
position[]={13260.079, -3.0727394, 3378.8081};
vehicle="land_nav_pier_m_2";
azimut=56.571701;
lock="LOCKED";
init="this setPosASL [getposASL this select 0, getposASL this select 1, -2.5]; this setpos [13260.079, 3378.8081, -3.0727394];";
};
};
};
class Intro
http://www.ddz.net/forum/showtopic.php?tid/18972/