Need help with mission file addons

josg

New Member
Below is my mission file and i need help with it. When i try to launch it on a local server to test it. It comes up with deleted content blah blah blah then it says all of the rh weapons. i have them in the mod folder i am using and it still says that? also how can i launch this in the 2d editor since single player is missing in the dayz and since this is a dayz mod i cant get in. Any help ?
This mission file is shortened since it is too long to put up :p



version=11;
class Mission
{
addOns[]=
{
"chernarus",
"ca_modules_animals",
"dayz_anim",
"dayz_code",
"dayz_communityassets",
"dayz_weapons",
"dayz_equip",
"dayz_vehicles",
"cacharacters_pmc",
"ca_modules_functions",
"asc_ammoboxes",
"rh_hk416",
"rh_hk416_cfg",
"sakulightfx",
"rh_de",
"rh_de_cfg",
"rh_m14",
"rh_m14_cfg"
};
addOnsAuto[]=
{
"dayz_weapons",
"ca_modules_functions",
"chernarus",
};
randomSeed=11171215;
class Intel
{
briefingName="DayZ Overgrown test";
briefingDescription="www.uk-bf.com";
startWeather=0.067362607;
forecastWeather=0.52341133;
year=2008;
month=10;
day=1;
hour=12;
};

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 Intro
{
addOns[]=
{
"chernarus"
};
addOnsAuto[]=
{
"chernarus"
};
randomSeed=6913869;
class Intel
{
startWeather=0.25;
forecastWeather=0.25;
year=2008;
month=10;
day=11;
hour=9;
minute=20;
};
};
class OutroWin
{
addOns[]=
{
"chernarus"
};
addOnsAuto[]=
{
"chernarus"
};
randomSeed=4081731;
class Intel
{
startWeather=0.25;
forecastWeather=0.25;
year=2008;
month=10;
day=11;
hour=9;
minute=20;
};
};
class OutroLoose
{
addOns[]=
{
"chernarus"
};
addOnsAuto[]=
{
"chernarus"
};
randomSeed=4975929;
class Intel
{
startWeather=0.25;
forecastWeather=0.25;
year=2008;
month=10;
day=11;
hour=9;
minute=20;
};
};
 
Back
Top