+ removed ACR requirement from missions and removed Octavia_ACR from
vehicle spawn config.
This commit is contained in:
vbawol
2013-02-27 10:32:35 -06:00
parent 3c9df28ead
commit 1be1707895
12 changed files with 769 additions and 212 deletions

View File

@@ -5,12 +5,12 @@ AllowedVehiclesList = [
["TT650_Ins",1],
["TT650_Civ",1],
["TT650_TK_CIV_EP1",1],
["TT650_Gue",1],
["ATV_US_EP1",10],
["hilux1_civil_3_open_EP1",5],
["hilux1_civil_2_covered",2],
["datsun1_civil_3_open",5],
["Pickup_PK_TK_GUE_EP1",5],
["Octavia_ACR",2],
["VWGolf",2],
["Lada1",1],
["Lada2",1],
@@ -31,7 +31,7 @@ AllowedVehiclesList = [
["UAZ_RU",1],
["UAZ_INS",1],
["Ikarus",3],
["SUV_TK_CIV_EP1",2],
["SUV_TK_CIV_EP1",2],
["SUV_Green",1],
["SUV_Yellow",1],
["SUV_White",1],
@@ -64,7 +64,7 @@ AllowedVehiclesList = [
["S1203_ambulance_EP1",1],
["S1203_TK_CIV_EP1",2],
["MH6J_DZ",1],
["AH6X_DZ",1],
["AH6X_DZ",2],
["MTVR_DES_EP1",1],
["LandRover_MG_TK_EP1",1],
["M1030_US_DES_EP1",1]

View File

@@ -20,7 +20,7 @@ enableRadio false;
spawnShoremode = 0; // Default = 1 (on shore)
spawnArea= 1000; // Default = 1500
MaxHeliCrashes= 5; // Default = 5
MaxVehicleLimit = 200; // Default = 50
MaxVehicleLimit = 250; // Default = 50
MaxDynamicDebris = 400; // Default = 100
dayz_MapArea = 12000; // Default = 10000
dayz_maxLocalZombies = 30; // Default = 40

File diff suppressed because it is too large Load Diff

View File

@@ -17,13 +17,7 @@ class Mission
"glt_m300t",
"sigisolda",
"suv_col",
"csj_gyroac",
"cawheeled_acr_octavia",
"CAWheeled_E_ATV",
"CAWheeled_E_LandRover",
"cawheeled_acr_t810",
"cawheeled_acr_hmmwv",
"camisc_acr_pbx"
"csj_gyroac"
};
addOnsAuto[]=
{
@@ -1251,7 +1245,7 @@ class Mission
};
class Markers
{
items=16;
items=19;
class Item0
{
position[]={6622.5166,301.31479,6751.1309};
@@ -1354,6 +1348,30 @@ class Mission
type="mil_circle";
colorName="ColorGreen";
};
class Item16
{
position[]={7416.8306,271.48111,155.77698};
name="Wholesaler";
text="Wholesaler";
type="mil_dot";
colorName="ColorRed";
};
class Item17
{
position[]={11130.963,77.23333,12658.044};
name="Wholesaler_1";
text="Wholesaler";
type="mil_dot";
colorName="ColorRed";
};
class Item18
{
position[]={5261.8662,83.96122,11163.853};
name="Air Plane Dealer";
text="Air Plane Dealer";
type="mil_dot";
colorName="ColorRed";
};
};
class Sensors
{

View File

@@ -14,7 +14,10 @@ serverTraders = [
"TK_CIV_Woman03_EP1",
"TK_CIV_Woman02_EP1",
"RU_Profiteer2",
"RU_Damsel4"
"RU_Damsel4",
"RU_Woodlander3",
"RU_Citizen4",
"RU_Pilot"
];
// Metals Traders
@@ -117,3 +120,22 @@ menu_RU_Damsel4 = [
],
"friendly"
];
// Wholsalers
menu_RU_Woodlander3 = [
[["Wholesale",998]],
[],
"neutral"
];
menu_RU_Citizen4 = [
[["Wholesale",9998]],
[],
"neutral"
];
// Air plane Dealers
menu_RU_Pilot = [
[["Wholesale",1002]],
[],
"neutral"
];

View File

@@ -5,12 +5,12 @@ AllowedVehiclesList = [
["TT650_Ins",1],
["TT650_Civ",1],
["TT650_TK_CIV_EP1",1],
["TT650_Gue",1],
["ATV_US_EP1",10],
["hilux1_civil_3_open_EP1",5],
["hilux1_civil_2_covered",2],
["datsun1_civil_3_open",5],
["Pickup_PK_TK_GUE_EP1",5],
["Octavia_ACR",2],
["VWGolf",2],
["Lada1",1],
["Lada2",1],
@@ -69,7 +69,7 @@ AllowedVehiclesList = [
["S1203_ambulance_EP1",1],
["S1203_TK_CIV_EP1",2],
["MH6J_DZ",1],
["AH6X_DZ",1],
["AH6X_DZ",2],
["MTVR_DES_EP1",1],
["LandRover_MG_TK_EP1",1],
["M1030_US_DES_EP1",1]

View File

@@ -14,13 +14,7 @@ class Mission
"glt_m300t",
"sigisolda",
"suv_col",
"csj_gyroac",
"cawheeled_acr_octavia",
"CAWheeled_E_ATV",
"CAWheeled_E_LandRover",
"cawheeled_acr_t810",
"cawheeled_acr_hmmwv",
"camisc_acr_pbx"
"csj_gyroac",
};
addOnsAuto[]=
{

View File

@@ -662,7 +662,7 @@ class CfgMagazines {
ammo = "TinCan";
};
class ItemWaterbottle;
class ItemWaterbottle;
class ItemWaterbottleBoiled : ItemWaterbottle {
displayName = $STR_ITEMWATERBOTTLEBOILED_CODE_NAME;
descriptionShort = $STR_ITEMWATERBOTTLEBOILED_CODE_DESC;
@@ -674,6 +674,13 @@ class ItemWaterbottle;
shortNameMagazine = "Machete";
ammo = "Machete_Swing_Ammo";
};
// Inventory Placeholder
class DummyItem : Hatchet_Swing {
displayName = "Dummy";
displayNameMagazine = "Dummy";
shortNameMagazine = "Dummy";
ammo = "Dummy_Swing_Ammo";
};
class ItemTrashToiletpaper : CA_Magazine {
scope = public;

View File

@@ -10,4 +10,8 @@ class CfgAmmo {
hit = 9;
simulation = "shotBullet";
};
class Dummy_Swing_Ammo : Melee {
hit = 0;
simulation = "shotBullet";
};
};

View File

@@ -43,13 +43,6 @@ class CfgMods
version = "0.981";
hiveVersion = 0.96; //0.93
};
class DZ_InitWorld
{
units[] = {};
weapons[] = {};
requiredVersion = 0.1;
requiredAddons[] = {"Chernarus"};
};
};

View File

@@ -591,7 +591,9 @@ class FSM
"dayzGearSave = false;" \n
"_inventory call player_gearSet;" \n
"" \n
"//player addMagazine ""7Rnd_45ACP_1911"";" \n
"player removeMagazine ""DummyItem"";" \n
"" \n
"player addMagazine ""DummyItem"";" \n
"" \n
"//Assess in backpack" \n
"if (count _backpack > 0) then {" \n

View File

@@ -12,7 +12,7 @@ player setVariable ["temperature",dayz_temperatur,true];
dayz_myLoad = (((count dayz_myBackpackMags) * 0.2) + (count dayz_myBackpackWpns)) + (((count dayz_myMagazines) * 0.1) + (count dayz_myWeapons * 0.5));
//player addMagazine "Hatchet_swing";
//player addMagazine "Hatchet_Swing";
//player addWeapon "MeleeHatchet";
while {true} do {