mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add default loadout variables comment in init.sqf
This commit is contained in:
@@ -44,6 +44,11 @@ enableSentences false;
|
|||||||
// EPOCH CONFIG VARIABLES START //
|
// EPOCH CONFIG VARIABLES START //
|
||||||
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
||||||
// See the above file for a full list including descriptions and default values
|
// See the above file for a full list including descriptions and default values
|
||||||
|
// Uncomment the lines below to change the default loadout
|
||||||
|
//DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
|
||||||
|
//DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
|
||||||
|
//DefaultBackpack = "DZ_Patrol_Pack_EP1";
|
||||||
|
//DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];
|
||||||
dayz_MapArea = 12000; // Distance from center of map to out of bounds line
|
dayz_MapArea = 12000; // Distance from center of map to out of bounds line
|
||||||
dayz_paraSpawn = false; // Halo spawn
|
dayz_paraSpawn = false; // Halo spawn
|
||||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||||
|
|||||||
@@ -44,6 +44,11 @@ enableSentences false;
|
|||||||
// EPOCH CONFIG VARIABLES START //
|
// EPOCH CONFIG VARIABLES START //
|
||||||
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
||||||
// See the above file for a full list including descriptions and default values
|
// See the above file for a full list including descriptions and default values
|
||||||
|
// Uncomment the lines below to change the default loadout
|
||||||
|
//DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
|
||||||
|
//DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
|
||||||
|
//DefaultBackpack = "DZ_Patrol_Pack_EP1";
|
||||||
|
//DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];
|
||||||
dayz_MapArea = 8000; // Distance from center of map to out of bounds line
|
dayz_MapArea = 8000; // Distance from center of map to out of bounds line
|
||||||
dayz_paraSpawn = false; // Halo spawn
|
dayz_paraSpawn = false; // Halo spawn
|
||||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||||
|
|||||||
@@ -44,6 +44,11 @@ enableSentences false;
|
|||||||
// EPOCH CONFIG VARIABLES START //
|
// EPOCH CONFIG VARIABLES START //
|
||||||
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
||||||
// See the above file for a full list including descriptions and default values
|
// See the above file for a full list including descriptions and default values
|
||||||
|
// Uncomment the lines below to change the default loadout
|
||||||
|
//DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
|
||||||
|
//DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
|
||||||
|
//DefaultBackpack = "DZ_Patrol_Pack_EP1";
|
||||||
|
//DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];
|
||||||
dayz_MapArea = 14000; // Distance from center of map to out of bounds line
|
dayz_MapArea = 14000; // Distance from center of map to out of bounds line
|
||||||
dayz_paraSpawn = false; // Halo spawn
|
dayz_paraSpawn = false; // Halo spawn
|
||||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||||
|
|||||||
@@ -44,6 +44,11 @@ enableSentences false;
|
|||||||
// EPOCH CONFIG VARIABLES START //
|
// EPOCH CONFIG VARIABLES START //
|
||||||
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
||||||
// See the above file for a full list including descriptions and default values
|
// See the above file for a full list including descriptions and default values
|
||||||
|
// Uncomment the lines below to change the default loadout
|
||||||
|
//DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
|
||||||
|
//DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
|
||||||
|
//DefaultBackpack = "DZ_Patrol_Pack_EP1";
|
||||||
|
//DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];
|
||||||
dayz_MapArea = 9000; // Distance from center of map to out of bounds line
|
dayz_MapArea = 9000; // Distance from center of map to out of bounds line
|
||||||
dayz_paraSpawn = false; // Halo spawn
|
dayz_paraSpawn = false; // Halo spawn
|
||||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||||
|
|||||||
@@ -44,6 +44,11 @@ enableSentences false;
|
|||||||
// EPOCH CONFIG VARIABLES START //
|
// EPOCH CONFIG VARIABLES START //
|
||||||
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
||||||
// See the above file for a full list including descriptions and default values
|
// See the above file for a full list including descriptions and default values
|
||||||
|
// Uncomment the lines below to change the default loadout
|
||||||
|
//DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
|
||||||
|
//DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
|
||||||
|
//DefaultBackpack = "DZ_Patrol_Pack_EP1";
|
||||||
|
//DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];
|
||||||
dayz_MapArea = 20000; // Distance from center of map to out of bounds line
|
dayz_MapArea = 20000; // Distance from center of map to out of bounds line
|
||||||
dayz_paraSpawn = false; // Halo spawn
|
dayz_paraSpawn = false; // Halo spawn
|
||||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||||
|
|||||||
@@ -44,6 +44,11 @@ enableSentences false;
|
|||||||
// EPOCH CONFIG VARIABLES START //
|
// EPOCH CONFIG VARIABLES START //
|
||||||
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
||||||
// See the above file for a full list including descriptions and default values
|
// See the above file for a full list including descriptions and default values
|
||||||
|
// Uncomment the lines below to change the default loadout
|
||||||
|
//DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
|
||||||
|
//DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
|
||||||
|
//DefaultBackpack = "DZ_Patrol_Pack_EP1";
|
||||||
|
//DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];
|
||||||
dayz_MapArea = 8000; // Distance from center of map to out of bounds line
|
dayz_MapArea = 8000; // Distance from center of map to out of bounds line
|
||||||
dayz_paraSpawn = false; // Halo spawn
|
dayz_paraSpawn = false; // Halo spawn
|
||||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||||
|
|||||||
@@ -44,6 +44,11 @@ enableSentences false;
|
|||||||
// EPOCH CONFIG VARIABLES START //
|
// EPOCH CONFIG VARIABLES START //
|
||||||
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
||||||
// See the above file for a full list including descriptions and default values
|
// See the above file for a full list including descriptions and default values
|
||||||
|
// Uncomment the lines below to change the default loadout
|
||||||
|
//DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
|
||||||
|
//DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
|
||||||
|
//DefaultBackpack = "DZ_Patrol_Pack_EP1";
|
||||||
|
//DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];
|
||||||
dayz_MapArea = 12000; // Distance from center of map to out of bounds line
|
dayz_MapArea = 12000; // Distance from center of map to out of bounds line
|
||||||
dayz_paraSpawn = false; // Halo spawn
|
dayz_paraSpawn = false; // Halo spawn
|
||||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||||
|
|||||||
@@ -44,6 +44,11 @@ enableSentences false;
|
|||||||
// EPOCH CONFIG VARIABLES START //
|
// EPOCH CONFIG VARIABLES START //
|
||||||
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
||||||
// See the above file for a full list including descriptions and default values
|
// See the above file for a full list including descriptions and default values
|
||||||
|
// Uncomment the lines below to change the default loadout
|
||||||
|
//DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
|
||||||
|
//DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
|
||||||
|
//DefaultBackpack = "DZ_Patrol_Pack_EP1";
|
||||||
|
//DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];
|
||||||
dayz_MapArea = 14000; // Distance from center of map to out of bounds line
|
dayz_MapArea = 14000; // Distance from center of map to out of bounds line
|
||||||
dayz_paraSpawn = false; // Halo spawn
|
dayz_paraSpawn = false; // Halo spawn
|
||||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||||
|
|||||||
@@ -44,6 +44,11 @@ enableSentences false;
|
|||||||
// EPOCH CONFIG VARIABLES START //
|
// EPOCH CONFIG VARIABLES START //
|
||||||
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
||||||
// See the above file for a full list including descriptions and default values
|
// See the above file for a full list including descriptions and default values
|
||||||
|
// Uncomment the lines below to change the default loadout
|
||||||
|
//DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
|
||||||
|
//DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
|
||||||
|
//DefaultBackpack = "DZ_Patrol_Pack_EP1";
|
||||||
|
//DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];
|
||||||
dayz_MapArea = 7000; // Distance from center of map to out of bounds line
|
dayz_MapArea = 7000; // Distance from center of map to out of bounds line
|
||||||
dayz_paraSpawn = false; // Halo spawn
|
dayz_paraSpawn = false; // Halo spawn
|
||||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||||
|
|||||||
@@ -44,6 +44,11 @@ enableSentences false;
|
|||||||
// EPOCH CONFIG VARIABLES START //
|
// EPOCH CONFIG VARIABLES START //
|
||||||
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
||||||
// See the above file for a full list including descriptions and default values
|
// See the above file for a full list including descriptions and default values
|
||||||
|
// Uncomment the lines below to change the default loadout
|
||||||
|
//DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
|
||||||
|
//DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
|
||||||
|
//DefaultBackpack = "DZ_Patrol_Pack_EP1";
|
||||||
|
//DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];
|
||||||
dayz_MapArea = 4000; // Distance from center of map to out of bounds line
|
dayz_MapArea = 4000; // Distance from center of map to out of bounds line
|
||||||
dayz_paraSpawn = false; // Halo spawn
|
dayz_paraSpawn = false; // Halo spawn
|
||||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||||
|
|||||||
@@ -44,6 +44,11 @@ enableSentences false;
|
|||||||
// EPOCH CONFIG VARIABLES START //
|
// EPOCH CONFIG VARIABLES START //
|
||||||
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
||||||
// See the above file for a full list including descriptions and default values
|
// See the above file for a full list including descriptions and default values
|
||||||
|
// Uncomment the lines below to change the default loadout
|
||||||
|
//DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
|
||||||
|
//DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
|
||||||
|
//DefaultBackpack = "DZ_Patrol_Pack_EP1";
|
||||||
|
//DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];
|
||||||
dayz_MapArea = 6000; // Distance from center of map to out of bounds line
|
dayz_MapArea = 6000; // Distance from center of map to out of bounds line
|
||||||
dayz_paraSpawn = false; // Halo spawn
|
dayz_paraSpawn = false; // Halo spawn
|
||||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||||
|
|||||||
@@ -44,6 +44,11 @@ enableSentences false;
|
|||||||
// EPOCH CONFIG VARIABLES START //
|
// EPOCH CONFIG VARIABLES START //
|
||||||
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
||||||
// See the above file for a full list including descriptions and default values
|
// See the above file for a full list including descriptions and default values
|
||||||
|
// Uncomment the lines below to change the default loadout
|
||||||
|
//DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
|
||||||
|
//DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
|
||||||
|
//DefaultBackpack = "DZ_Patrol_Pack_EP1";
|
||||||
|
//DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];
|
||||||
dayz_MapArea = 6000; // Distance from center of map to out of bounds line
|
dayz_MapArea = 6000; // Distance from center of map to out of bounds line
|
||||||
dayz_paraSpawn = false; // Halo spawn
|
dayz_paraSpawn = false; // Halo spawn
|
||||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||||
|
|||||||
@@ -44,6 +44,11 @@ enableSentences false;
|
|||||||
// EPOCH CONFIG VARIABLES START //
|
// EPOCH CONFIG VARIABLES START //
|
||||||
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
||||||
// See the above file for a full list including descriptions and default values
|
// See the above file for a full list including descriptions and default values
|
||||||
|
// Uncomment the lines below to change the default loadout
|
||||||
|
//DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
|
||||||
|
//DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
|
||||||
|
//DefaultBackpack = "DZ_Patrol_Pack_EP1";
|
||||||
|
//DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];
|
||||||
dayz_MapArea = 12000; // Distance from center of map to out of bounds line
|
dayz_MapArea = 12000; // Distance from center of map to out of bounds line
|
||||||
dayz_paraSpawn = false; // Halo spawn
|
dayz_paraSpawn = false; // Halo spawn
|
||||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||||
|
|||||||
@@ -44,6 +44,11 @@ enableSentences false;
|
|||||||
// EPOCH CONFIG VARIABLES START //
|
// EPOCH CONFIG VARIABLES START //
|
||||||
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
||||||
// See the above file for a full list including descriptions and default values
|
// See the above file for a full list including descriptions and default values
|
||||||
|
// Uncomment the lines below to change the default loadout
|
||||||
|
//DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
|
||||||
|
//DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
|
||||||
|
//DefaultBackpack = "DZ_Patrol_Pack_EP1";
|
||||||
|
//DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];
|
||||||
dayz_MapArea = 14000; // Distance from center of map to out of bounds line
|
dayz_MapArea = 14000; // Distance from center of map to out of bounds line
|
||||||
dayz_paraSpawn = false; // Halo spawn
|
dayz_paraSpawn = false; // Halo spawn
|
||||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||||
|
|||||||
@@ -44,6 +44,11 @@ enableSentences false;
|
|||||||
// EPOCH CONFIG VARIABLES START //
|
// EPOCH CONFIG VARIABLES START //
|
||||||
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
||||||
// See the above file for a full list including descriptions and default values
|
// See the above file for a full list including descriptions and default values
|
||||||
|
// Uncomment the lines below to change the default loadout
|
||||||
|
//DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
|
||||||
|
//DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
|
||||||
|
//DefaultBackpack = "DZ_Patrol_Pack_EP1";
|
||||||
|
//DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];
|
||||||
dayz_MapArea = 18000; // Distance from center of map to out of bounds line
|
dayz_MapArea = 18000; // Distance from center of map to out of bounds line
|
||||||
dayz_paraSpawn = false; // Halo spawn
|
dayz_paraSpawn = false; // Halo spawn
|
||||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||||
|
|||||||
@@ -44,6 +44,11 @@ enableSentences false;
|
|||||||
// EPOCH CONFIG VARIABLES START //
|
// EPOCH CONFIG VARIABLES START //
|
||||||
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
||||||
// See the above file for a full list including descriptions and default values
|
// See the above file for a full list including descriptions and default values
|
||||||
|
// Uncomment the lines below to change the default loadout
|
||||||
|
//DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
|
||||||
|
//DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
|
||||||
|
//DefaultBackpack = "DZ_Patrol_Pack_EP1";
|
||||||
|
//DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];
|
||||||
dayz_MapArea = 22000; // Distance from center of map to out of bounds line
|
dayz_MapArea = 22000; // Distance from center of map to out of bounds line
|
||||||
dayz_paraSpawn = false; // Halo spawn
|
dayz_paraSpawn = false; // Halo spawn
|
||||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||||
|
|||||||
@@ -44,6 +44,11 @@ enableSentences false;
|
|||||||
// EPOCH CONFIG VARIABLES START //
|
// EPOCH CONFIG VARIABLES START //
|
||||||
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
||||||
// See the above file for a full list including descriptions and default values
|
// See the above file for a full list including descriptions and default values
|
||||||
|
// Uncomment the lines below to change the default loadout
|
||||||
|
//DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
|
||||||
|
//DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
|
||||||
|
//DefaultBackpack = "DZ_Patrol_Pack_EP1";
|
||||||
|
//DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];
|
||||||
dayz_MapArea = 22000; // Distance from center of map to out of bounds line
|
dayz_MapArea = 22000; // Distance from center of map to out of bounds line
|
||||||
dayz_paraSpawn = false; // Halo spawn
|
dayz_paraSpawn = false; // Halo spawn
|
||||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||||
|
|||||||
@@ -44,6 +44,11 @@ enableSentences false;
|
|||||||
// EPOCH CONFIG VARIABLES START //
|
// EPOCH CONFIG VARIABLES START //
|
||||||
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
||||||
// See the above file for a full list including descriptions and default values
|
// See the above file for a full list including descriptions and default values
|
||||||
|
// Uncomment the lines below to change the default loadout
|
||||||
|
//DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
|
||||||
|
//DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
|
||||||
|
//DefaultBackpack = "DZ_Patrol_Pack_EP1";
|
||||||
|
//DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];
|
||||||
dayz_MapArea = 2000; // Distance from center of map to out of bounds line
|
dayz_MapArea = 2000; // Distance from center of map to out of bounds line
|
||||||
dayz_paraSpawn = false; // Halo spawn
|
dayz_paraSpawn = false; // Halo spawn
|
||||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||||
|
|||||||
@@ -44,6 +44,11 @@ enableSentences false;
|
|||||||
// EPOCH CONFIG VARIABLES START //
|
// EPOCH CONFIG VARIABLES START //
|
||||||
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
||||||
// See the above file for a full list including descriptions and default values
|
// See the above file for a full list including descriptions and default values
|
||||||
|
// Uncomment the lines below to change the default loadout
|
||||||
|
//DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
|
||||||
|
//DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
|
||||||
|
//DefaultBackpack = "DZ_Patrol_Pack_EP1";
|
||||||
|
//DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];
|
||||||
dayz_MapArea = 8000; // Distance from center of map to out of bounds line
|
dayz_MapArea = 8000; // Distance from center of map to out of bounds line
|
||||||
dayz_paraSpawn = false; // Halo spawn
|
dayz_paraSpawn = false; // Halo spawn
|
||||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||||
|
|||||||
@@ -44,6 +44,11 @@ enableSentences false;
|
|||||||
// EPOCH CONFIG VARIABLES START //
|
// EPOCH CONFIG VARIABLES START //
|
||||||
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
||||||
// See the above file for a full list including descriptions and default values
|
// See the above file for a full list including descriptions and default values
|
||||||
|
// Uncomment the lines below to change the default loadout
|
||||||
|
//DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
|
||||||
|
//DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
|
||||||
|
//DefaultBackpack = "DZ_Patrol_Pack_EP1";
|
||||||
|
//DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];
|
||||||
dayz_MapArea = 4000; // Distance from center of map to out of bounds line
|
dayz_MapArea = 4000; // Distance from center of map to out of bounds line
|
||||||
dayz_paraSpawn = false; // Halo spawn
|
dayz_paraSpawn = false; // Halo spawn
|
||||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||||
|
|||||||
@@ -44,6 +44,11 @@ enableSentences false;
|
|||||||
// EPOCH CONFIG VARIABLES START //
|
// EPOCH CONFIG VARIABLES START //
|
||||||
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
||||||
// See the above file for a full list including descriptions and default values
|
// See the above file for a full list including descriptions and default values
|
||||||
|
// Uncomment the lines below to change the default loadout
|
||||||
|
//DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
|
||||||
|
//DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
|
||||||
|
//DefaultBackpack = "DZ_Patrol_Pack_EP1";
|
||||||
|
//DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];
|
||||||
dayz_MapArea = 12000; // Distance from center of map to out of bounds line
|
dayz_MapArea = 12000; // Distance from center of map to out of bounds line
|
||||||
dayz_paraSpawn = false; // Halo spawn
|
dayz_paraSpawn = false; // Halo spawn
|
||||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||||
|
|||||||
@@ -44,6 +44,11 @@ enableSentences false;
|
|||||||
// EPOCH CONFIG VARIABLES START //
|
// EPOCH CONFIG VARIABLES START //
|
||||||
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
||||||
// See the above file for a full list including descriptions and default values
|
// See the above file for a full list including descriptions and default values
|
||||||
|
// Uncomment the lines below to change the default loadout
|
||||||
|
//DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
|
||||||
|
//DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
|
||||||
|
//DefaultBackpack = "DZ_Patrol_Pack_EP1";
|
||||||
|
//DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];
|
||||||
dayz_MapArea = 4000; // Distance from center of map to out of bounds line
|
dayz_MapArea = 4000; // Distance from center of map to out of bounds line
|
||||||
dayz_paraSpawn = false; // Halo spawn
|
dayz_paraSpawn = false; // Halo spawn
|
||||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||||
|
|||||||
@@ -44,6 +44,11 @@ enableSentences false;
|
|||||||
// EPOCH CONFIG VARIABLES START //
|
// EPOCH CONFIG VARIABLES START //
|
||||||
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
#include "\z\addons\dayz_code\configVariables.sqf" // Don't remove this line
|
||||||
// See the above file for a full list including descriptions and default values
|
// See the above file for a full list including descriptions and default values
|
||||||
|
// Uncomment the lines below to change the default loadout
|
||||||
|
//DefaultMagazines = ["HandRoadFlare","ItemBandage","ItemPainkiller","8Rnd_9x18_Makarov","8Rnd_9x18_Makarov"];
|
||||||
|
//DefaultWeapons = ["Makarov_DZ","ItemFlashlight"];
|
||||||
|
//DefaultBackpack = "DZ_Patrol_Pack_EP1";
|
||||||
|
//DefaultBackpackItems = []; // Can include both weapons and magazines i.e. ["PDW_DZ","30Rnd_9x19_UZI"];
|
||||||
dayz_MapArea = 8000; // Distance from center of map to out of bounds line
|
dayz_MapArea = 8000; // Distance from center of map to out of bounds line
|
||||||
dayz_paraSpawn = false; // Halo spawn
|
dayz_paraSpawn = false; // Halo spawn
|
||||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||||
|
|||||||
Reference in New Issue
Block a user