0.931 chernarus mission

This commit is contained in:
vbawol
2013-02-07 07:45:56 -06:00
parent dfbbaad8c5
commit ef3c573b92
6 changed files with 855 additions and 412 deletions

View File

@@ -5,7 +5,7 @@ OnLoadIntro = "Welcome to DayZ Epoch Chernarus";
OnLoadIntroTime = False; OnLoadIntroTime = False;
OnLoadMissionTime = False; OnLoadMissionTime = False;
disabledAI = true; disabledAI = true;
disableChannels[]={0,1,2,6}; disableChannels[]={1,2,6};
enableItemsDropping = 0; enableItemsDropping = 0;
onPauseScript = "\z\addons\dayz_code\compile\player_onPause.sqf"; onPauseScript = "\z\addons\dayz_code\compile\player_onPause.sqf";

View File

@@ -1,122 +1,73 @@
AllowedVehiclesList = [ AllowedVehiclesList = [
"Old_moto_TK_Civ_EP1", ["Old_moto_TK_Civ_EP1",10],
"MMT_Civ", ["MMT_Civ",10],
"Old_bike_TK_INS_EP1", ["Old_bike_TK_INS_EP1",10],
"ATV_US_EP1", ["TT650_Ins",1],
"hilux1_civil_3_open_EP1", ["TT650_Civ",1],
"datsun1_civil_3_open", ["TT650_TK_CIV_EP1",1],
"Pickup_PK_TK_GUE_EP1", ["ATV_US_EP1",10],
"Octavia_ACR", ["hilux1_civil_3_open_EP1",5],
"VWGolf", ["hilux1_civil_2_covered",2],
"Lada1", ["datsun1_civil_3_open",5],
"Skoda", ["Pickup_PK_TK_GUE_EP1",5],
"car_sedan", ["Octavia_ACR",2],
"Volha_1_TK_CIV_EP1", ["VWGolf",2],
"VolhaLimo_TK_CIV_EP1", ["Lada1",1],
"UAZ_Unarmed_TK_EP1", ["Lada2",1],
"Ikarus", ["LadaLM",1],
"SUV_TK_CIV_EP1", ["Lada2_TK_CIV_EP1",2],
"SUV_Green", ["Skoda",1],
"SUV_Yellow", ["SkodaGreen",1],
"SUV_White", ["SkodaRed",1],
"SUV_Silver", ["SkodaBlue",1],
"SUV_Red", ["car_sedan",2],
"SUV_Pink", ["car_hatchback",2],
"SUV_Orange", ["policecar",1],
"SUV_Charcoal", ["GLT_M300_LT",1],
"SUV_Blue", ["GLT_M300_ST",1],
"UH1H_DZ", ["Volha_1_TK_CIV_EP1",2],
"Mi17_Civilian", ["VolhaLimo_TK_CIV_EP1",2],
"LandRover_CZ_EP1", ["UAZ_Unarmed_TK_EP1",1],
"HMMWV_Ambulance", ["UAZ_RU",1],
"ArmoredSUV_PMC", ["UAZ_INS",1],
"PBX", ["Ikarus",3],
"RHIB", ["SUV_TK_CIV_EP1",2],
"Fishing_Boat", ["SUV_Green",1],
"M113Ambul_UN_EP1", ["SUV_Yellow",1],
"KamazRefuel", ["SUV_White",1],
"UralRefuel_TK_EP1", ["SUV_Silver",1],
"tractor", ["SUV_Red",1],
"CSJ_GyroP"]; ["SUV_Pink",1],
["SUV_Orange",1],
AllowedVehiclesChance = [ ["SUV_Charcoal",1],
0.25, // "Old_moto_TK_Civ_EP1", ["SUV_Blue",1],
0.55, // "MMT_Civ" ["UH1H_DZ",2],
0.55, // Old_bike_TK_INS_EP1 ["Mi17_Civilian",3],
0.45, // "ATV_US_EP1", ["Mi17_DZ",1],
0.55, // "hilux1_civil_3_open_EP1", ["LandRover_CZ_EP1",2],
0.25, // "datsun1_civil_3_open", ["HMMWV_Ambulance",2],
0.20, // "Pickup_PK_TK_GUE_EP1", ["HMMWV_DES_EP1",1],
0.20, // Octavia_ACR ["PBX",3],
0.20, // VWGolf ["Zodiac",2],
0.25, // "Lada1", ["RHIB",2],
0.25, // "Skoda", ["Fishing_Boat",2],
0.2, // "car_sedan", ["Smallboat_1",2],
0.2, // "Volha_1_TK_CIV_EP1", ["Smallboat_2",2],
0.05, // "VolhaLimo_TK_CIV_EP1" ["M113Ambul_UN_EP1",1],
0.15, // "UAZ_Unarmed_TK_EP1" ["KamazRefuel",1],
0.01, // "Ikarus" ["UralRefuel_TK_EP1",1],
0.1, // "SUV_TK_CIV_EP1" ["MtvrRefuel_DES_EP1",1],
0.1, // "SUV_Green", ["Ural_UN_EP1",2],
0.1, // "SUV_Yellow", ["Ural_TK_CIV_EP1",2],
0.1, // "SUV_White", ["Ural_CDF",2],
0.1, // "SUV_Silver", ["Kamaz",2],
0.1, // "SUV_Red", ["tractor",3],
0.1, // "SUV_Pink", ["CSJ_GyroP",5],
0.1, // "SUV_Orange", ["S1203_ambulance_EP1",1],
0.1, // "SUV_Charcoal", ["S1203_TK_CIV_EP1",2],
0.1, // "SUV_Blue", ["MH6J_DZ",1],
0.05, // "UH1H_DZ" ["AH6X_DZ",1],
0.09, // "Mi17_Civilian" ["MTVR_DES_EP1",1],
0.11, // "LandRover_CZ_EP1" ["LandRover_MG_TK_EP1",1],
0.11, // "HMMWV_Ambulance" ["M1030_US_DES_EP1",1]
0.05, // "ArmoredSUV_PMC" ];
0.15, // "PBX"
0.01, // "RHIB"
0.1, // "Fishing_Boat",
0.01, // "M113Ambul_UN_EP1"
0.01, // "KamazRefuel"
0.01, // UralRefuel_TK_EP1
0.1, // "tractor"
0.1]; // "CSJ_GyroP"
AllowedVehiclesLimit = [
5, // "Old_moto_TK_Civ_EP1",
10, // "MMT_Civ"
10, // Old_bike_TK_INS_EP1
5, // "ATV_US_EP1",
5, // "hilux1_civil_3_open_EP1",
5, // "datsun1_civil_3_open",
3, // "Pickup_PK_TK_GUE_EP1",
2, // "Octavia_ACR"
2, // "VWGolf"
3, // "Lada1",
3, // "Skoda",
3, // "car_sedan",
3, // "Volha_1_TK_CIV_EP1",
1, // "VolhaLimo_TK_CIV_EP1"
3, // "UAZ_Unarmed_TK_EP1"
2, // "Ikarus"
4, // "SUV_TK_CIV_EP1"
2, // "SUV_Green",
1, // "SUV_Yellow",
1, // "SUV_White",
1, // "SUV_Silver",
1, // "SUV_Red",
1, // "SUV_Pink",
1, // "SUV_Orange",
1, // "SUV_Charcoal",
1, // "SUV_Blue",
2, // "UH1H_DZ"
2, // "Mi17_Civilian"
2, // "LandRover_CZ_EP1"
3, // "HMMWV_Ambulance"
2, // "ArmoredSUV_PMC"
5, // "PBX"
2, // "RHIB"
4, // "Fishing_Boat",
3, // "M113Ambul_UN_EP1"
2, // "KamazRefuel"
2, // UralRefuel_TK_EP1
1, // "tractor"
5]; // "CSJ_GyroP"

View File

@@ -20,10 +20,10 @@ enableRadio false;
spawnShoremode = 1; // Default = 1 (on shore) spawnShoremode = 1; // Default = 1 (on shore)
spawnArea= 1500; // Default = 1500 spawnArea= 1500; // Default = 1500
MaxHeliCrashes= 5; // Default = 5 MaxHeliCrashes= 5; // Default = 5
MaxVehicleLimit = 200; // Default = 50 MaxVehicleLimit = 300; // Default = 50
MaxDynamicDebris = 500; // Default = 100 MaxDynamicDebris = 500; // Default = 100
dayz_MapArea = 14000; // Default = 10000 dayz_MapArea = 14000; // Default = 10000
dayz_maxLocalZombies = 40; // Default = 40 dayz_maxLocalZombies = 40; // Default = 40
//Load in compiled functions //Load in compiled functions

File diff suppressed because it is too large Load Diff

View File

@@ -1174,7 +1174,7 @@ class Mission
}; };
class Markers class Markers
{ {
items=10; items=13;
class Item0 class Item0
{ {
position[]={7550.6182,361.05222,8371.957}; position[]={7550.6182,361.05222,8371.957};
@@ -1237,10 +1237,86 @@ class Mission
{ {
position[]={9772.5752,1.8273382,1763.3428}; position[]={9772.5752,1.8273382,1763.3428};
name="boatsnwholesale"; name="boatsnwholesale";
text="Wholesale Goods"; text="Wholesaler";
type="mil_dot";
colorName="ColorRed";
};
class Item10
{
position[]={6345.6113,306.13721,7808.5073};
name="Tradercitystary";
text="Trader City Stary";
type="mil_circle"; type="mil_circle";
colorName="ColorGreen"; colorName="ColorGreen";
}; };
class Item11
{
position[]={4394.2061,10.050329,2247.9697};
name="boatsnwholesale_1";
text="Wholesaler";
type="mil_dot";
colorName="ColorRed";
};
class Item12
{
position[]={13528.172,6.3179522,6331.1582};
name="boatsnwholesale_1_1";
text="Wholesaler";
type="mil_dot";
colorName="ColorRed";
};
};
class Sensors
{
items=3;
class Item0
{
position[]={4053.8501,364.76645,11668.645};
activationBy="WEST";
repeating=1;
interruptable=1;
age="UNKNOWN";
name="zonebash";
expCond="(player distance zonebash) < 50;";
expActiv="TitleText[""Now entering trader city Bash"",""PLAIN DOWN""]; placevault = false;";
expDesactiv="TitleText[""Now leaving trader city Bash"",""PLAIN DOWN""]; placevault = true;";
class Effects
{
soundDet="arabian_market_1";
};
};
class Item1
{
position[]={11463.747,317.3078,11349.89};
activationBy="WEST";
repeating=1;
interruptable=1;
age="UNKNOWN";
name="zoneklen";
expCond="(player distance zoneklen) < 50;";
expActiv="TitleText[""Now entering trader city Klen"",""PLAIN DOWN""]; placevault = false;";
expDesactiv="TitleText[""Now leaving trader city Klen"",""PLAIN DOWN""]; placevault = true;";
class Effects
{
soundDet="arabian_market_2";
};
};
class Item2
{
position[]={6344.8081,304.99023,7806.7598};
activationBy="WEST";
repeating=1;
interruptable=1;
age="UNKNOWN";
name="zonestary";
expCond="(player distance zonestary) < 50;";
expActiv="TitleText[""Now entering trader city Stary"",""PLAIN DOWN""]; placevault = false;";
expDesactiv="TitleText[""Now leaving trader city Stary"",""PLAIN DOWN""]; placevault = true;";
class Effects
{
soundDet="arabian_market_3";
};
};
}; };
}; };
class Intro class Intro

View File

@@ -14,17 +14,21 @@ serverTraders = [
"Dr_Hladik_EP1", "Dr_Hladik_EP1",
"Doctor", "Doctor",
"RU_Functionary1", "RU_Functionary1",
"RU_Villager3" "RU_Villager3",
"RU_Citizen4",
"RU_Citizen1",
"Pilot_EP1",
"Rita_Ensler_EP1"
]; ];
// Weapons Traders // Weapons Traders
menu_CIV_EuroMan01_EP1 = [ menu_CIV_EuroMan01_EP1 = [
[["Sidearm",11],["Rifle",12],["Shotgun",13],["Assault Rifle",14],["Machine Gun",15],["Sniper Rifle",16]], [["Sidearm",11],["Rifles",12],["Shotguns and Crossbows",13]],
[], [],
"friendly" "friendly"
]; ];
menu_Rocker4 = [ menu_Rocker4 = [
[["Sidearm",1111],["Rifle",1212],["Shotgun",1313],["Assault Rifle",1414],["Machine Gun",1515],["Sniper Rifle",1616]], [["Sidearm",1111],["Rifles",1212],["Shotguns and Crossbows",1313]],
[], [],
"friendly" "friendly"
]; ];
@@ -43,7 +47,7 @@ menu_Woodlander1 = [
// Can Traders // Can Traders
menu_RU_WorkWoman1 = [ menu_RU_WorkWoman1 = [
[["Food and Drinks",51],["Backpacks",52],["Toolbelt",53],["Clothes",54]], [["Food and Drinks",51],["Backpacks",52],["Toolbelt Items",53],["Clothes",54]],
[ [
["ItemCopperBar","ItemSodaEmpty",1,3,"buy","Empty Soda Cans","Copper Bar",103], ["ItemCopperBar","ItemSodaEmpty",1,3,"buy","Empty Soda Cans","Copper Bar",103],
["ItemCopperBar","TrashTinCan",1,3,"buy","Empty Tin Cans","Copper Bar",102], ["ItemCopperBar","TrashTinCan",1,3,"buy","Empty Tin Cans","Copper Bar",102],
@@ -60,17 +64,33 @@ menu_RU_WorkWoman5 = [
], ],
"friendly" "friendly"
]; ];
menu_Rita_Ensler_EP1 = [
[["Food and Drinks",515151],["Backpacks",525252],["Toolbelt",535353],["Clothes",545454]],
[
["ItemCopperBar","ItemSodaEmpty",1,3,"buy","Empty Soda Cans","Copper Bar",103],
["ItemCopperBar","TrashTinCan",1,3,"buy","Empty Tin Cans","Copper Bar",102],
["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Wiskey Bottle","Copper Bar",101]
],
"friendly"
];
// Ammo Traders // Ammo Traders
menu_CIV_EuroMan02_EP1 = [ menu_CIV_EuroMan02_EP1 = [
[["Sidearm Ammo",1],["Rifle Ammo",2],["Shotgun and Crossbow Ammo",3],["Assault Rifle Ammo",4],["Machine Gun Ammo",5],["Sniper Rifle Ammo",6]], [["Sidearm Ammo",1],["Rifle Ammo",2],["Shotgun and Crossbow Ammo",3]],
[], [],
"friendly" "friendly"
]; ];
menu_RU_Citizen3 = [ menu_RU_Citizen3 = [
[["Sidearm Ammo",1001],["Rifle Ammo",2002],["Shotgun and Crossbow Ammo",3003],["Assault Rifle Ammo",4004],["Machine Gun Ammo",5005],["Sniper Rifle Ammo",6006]], [["Sidearm Ammo",1001],["Rifle Ammo",2002],["Shotgun and Crossbow Ammo",3003]],
[], [],
"friendly" "friendly"
]; ];
// ,["Assault Rifle Ammo",4004],["Machine Gun Ammo",5005],["Sniper Rifle Ammo",6006]
menu_Pilot_EP1 = [
[["Assault Rifle Ammo",4],["Machine Gun Ammo",5],["Sniper Rifle Ammo",6]],
[],
"neutral"
];
// Auto Traders // Auto Traders
menu_Worker3 = [ menu_Worker3 = [
[["Cars",41],["Trucks Unarmed",42],["SUV",466],["Buses and Vans",467],["Offroad",43],["Helicopter Unarmed",44],["Military Unarmed",45]], [["Cars",41],["Trucks Unarmed",42],["SUV",466],["Buses and Vans",467],["Offroad",43],["Helicopter Unarmed",44],["Military Unarmed",45]],
@@ -98,31 +118,40 @@ menu_Doctor = [
// Metals Traders // Metals Traders
menu_RU_Functionary1 = [ menu_RU_Functionary1 = [
[["Vaults",411]], [["Vaults",411]],
[ [
["ItemSilverBar","ItemCopperBar",1,6,"buy","Copper","Silver",99], ["ItemSilverBar","ItemCopperBar",1,6,"buy","Copper","Silver",103],
["ItemCopperBar","ItemSilverBar",6,1,"buy","Silver","Copper",98], ["ItemCopperBar","ItemSilverBar",6,1,"buy","Silver","Copper",102],
["ItemGoldBar","ItemSilverBar",1,6,"buy","Silver","Gold",97], ["ItemGoldBar","ItemSilverBar",1,6,"buy","Silver","Gold",101],
["ItemSilverBar","ItemGoldBar",6,1,"buy","Gold","Silver",96] ["ItemSilverBar","ItemGoldBar",6,1,"buy","Gold","Silver",100]
], ],
"neutral" "neutral"
]; ];
// Boat Traders // Boat Traders
menu_RU_Villager3 = [ menu_RU_Villager3 = [
[["Boats Unarmed",49],["Boats Armed",499]], [["Boats Unarmed",49],["Boats Armed",499],["Wholesale",99]],
[
["ItemJerrycanEmpty","ItemCopperBar",1,1,"buy","Copper Bar","Empty Jerrycan",101],
["ItemGenerator","ItemGoldBar",1,3,"buy","Gold Bars","Portable Generator",100]
],
"neutral"
];
menu_TK_CIV_Takistani04_EP1 = [
[["Explosives",23]],
[], [],
"neutral" "neutral"
]; ];
menu_TK_CIV_Takistani04_EP1 = [
[["Assault Rifle",14],["Machine Gun",15],["Sniper Rifle",16],["Explosives",23]],
[],
"neutral"
];
menu_RU_Citizen4 = [
[["Wholesale",999]],
[],
"neutral"
];
menu_RU_Citizen1 = [
[["Wholesale",9999]],
[],
"neutral"
];
// Unused
// ["ItemOilBarrel","ItemGoldBar",1,3,"buy","Gold Bars","Oil Barrel",100]
// ["friendly"] must have more than -2000 humanity, // ["friendly"] must have more than -2000 humanity,
// ["neutral"] can have any ammount of humanity // ["neutral"] can have any ammount of humanity
// ["hostile"] must have lower than -2000 // ["hostile"] must have lower than -2000