From 3176e1619dde60b6dd6781aaf137ba6dca219e31 Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Wed, 28 Dec 2016 17:33:03 -0500 Subject: [PATCH] Set POI and infectiousWaterHoles off by default --- CHANGE LOG 1.0.6.1.txt | 1 + Server Files/MPMissions/DayZ_Epoch_1.Takistan/init.sqf | 4 ++-- Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/init.sqf | 4 ++-- Server Files/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf | 4 ++-- Server Files/MPMissions/DayZ_Epoch_12.isladuala/init.sqf | 4 ++-- Server Files/MPMissions/DayZ_Epoch_13.Tavi/init.sqf | 4 ++-- Server Files/MPMissions/DayZ_Epoch_15.namalsk/init.sqf | 4 ++-- Server Files/MPMissions/DayZ_Epoch_16.Panthera2/init.sqf | 4 ++-- Server Files/MPMissions/DayZ_Epoch_17.Chernarus/init.sqf | 4 ++-- Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/init.sqf | 4 ++-- Server Files/MPMissions/DayZ_Epoch_2.Utes/init.sqf | 4 ++-- Server Files/MPMissions/DayZ_Epoch_20.fapovo/init.sqf | 4 ++-- Server Files/MPMissions/DayZ_Epoch_21.Caribou/init.sqf | 4 ++-- Server Files/MPMissions/DayZ_Epoch_22.smd_sahrani_A2/init.sqf | 4 ++-- Server Files/MPMissions/DayZ_Epoch_23.cmr_ovaron/init.sqf | 4 ++-- Server Files/MPMissions/DayZ_Epoch_24.Napf/init.sqf | 4 ++-- Server Files/MPMissions/DayZ_Epoch_25.sauerland/init.sqf | 4 ++-- .../MPMissions/DayZ_Epoch_26.sauerland_winter/init.sqf | 4 ++-- Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/init.sqf | 4 ++-- Server Files/MPMissions/DayZ_Epoch_4.Zargabad/init.sqf | 4 ++-- Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/init.sqf | 4 ++-- Server Files/MPMissions/DayZ_Epoch_7.Lingor/init.sqf | 4 ++-- .../MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/init.sqf | 4 ++-- Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/init.sqf | 4 ++-- 24 files changed, 47 insertions(+), 46 deletions(-) diff --git a/CHANGE LOG 1.0.6.1.txt b/CHANGE LOG 1.0.6.1.txt index 56e705407..62c89143b 100644 --- a/CHANGE LOG 1.0.6.1.txt +++ b/CHANGE LOG 1.0.6.1.txt @@ -4,6 +4,7 @@ [CHANGED] Added NWAF tent camp to Chernarus points of interests and removed trains POI for now. [CHANGED] Turbo and HoldBreath keybindings are now allowed again. @icomrade [CHANGED] Removed drink from hands at ponds due to client FPS impact. Players can still fill drinks at ponds by right clicking a container. @ebayShopper +[CHANGED] Added point of interest and infectious waterhole map objects are disabled by default due to FPS impact. They can be enabled in init.sqf. [FIXED] Wrong texture for z_hunter zombie. #1805 @schwanzkopfhegel @ebayShopper [FIXED] Refuel with generator at gas station not working. #1806 @Helios27 @ebayShopper diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/init.sqf b/Server Files/MPMissions/DayZ_Epoch_1.Takistan/init.sqf index e436eb962..c17598c47 100644 --- a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_1.Takistan/init.sqf @@ -13,8 +13,8 @@ dayz_antiWallHack = 1; //DayZ AntiWallhack / 1 = enabled // 0 = disabled, Adds i dayz_REsec = 1; // DayZ RE Security / 1 = enabled // 0 = disabled dayz_enableRules = true; //Enables a nice little news/rules feed on player login (make sure to keep the lists quick). dayz_quickSwitch = false; //Turns on forced animation for weapon switch. (hotkeys 1,2,3) False = enable animations, True = disable animations -dayz_POIs = true; -dayz_infectiousWaterholes = true; +dayz_POIs = false; +dayz_infectiousWaterholes = false; dayz_ForcefullmoonNights = true; // Forces night time to be full moon. dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations. diff --git a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/init.sqf b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/init.sqf index 73ed6cd54..e107341b2 100644 --- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/init.sqf @@ -13,8 +13,8 @@ dayz_antiWallHack = 1; //DayZ AntiWallhack / 1 = enabled // 0 = disabled, Adds i dayz_REsec = 1; // DayZ RE Security / 1 = enabled // 0 = disabled dayz_enableRules = true; //Enables a nice little news/rules feed on player login (make sure to keep the lists quick). dayz_quickSwitch = false; //Turns on forced animation for weapon switch. (hotkeys 1,2,3) False = enable animations, True = disable animations -dayz_POIs = true; -dayz_infectiousWaterholes = true; +dayz_POIs = false; +dayz_infectiousWaterholes = false; dayz_ForcefullmoonNights = true; // Forces night time to be full moon. dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations. diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf index 64a01e1f0..04f4c39c3 100644 --- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf @@ -13,8 +13,8 @@ dayz_antiWallHack = 1; //DayZ AntiWallhack / 1 = enabled // 0 = disabled, Adds i dayz_REsec = 1; // DayZ RE Security / 1 = enabled // 0 = disabled dayz_enableRules = true; //Enables a nice little news/rules feed on player login (make sure to keep the lists quick). dayz_quickSwitch = false; //Turns on forced animation for weapon switch. (hotkeys 1,2,3) False = enable animations, True = disable animations -dayz_POIs = true; -dayz_infectiousWaterholes = true; +dayz_POIs = false; +dayz_infectiousWaterholes = false; dayz_ForcefullmoonNights = true; // Forces night time to be full moon. dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations. diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/init.sqf b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/init.sqf index 765477bd8..c040a9bda 100644 --- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/init.sqf @@ -13,8 +13,8 @@ dayz_antiWallHack = 1; //DayZ AntiWallhack / 1 = enabled // 0 = disabled, Adds i dayz_REsec = 1; // DayZ RE Security / 1 = enabled // 0 = disabled dayz_enableRules = true; //Enables a nice little news/rules feed on player login (make sure to keep the lists quick). dayz_quickSwitch = false; //Turns on forced animation for weapon switch. (hotkeys 1,2,3) False = enable animations, True = disable animations -dayz_POIs = true; -dayz_infectiousWaterholes = true; +dayz_POIs = false; +dayz_infectiousWaterholes = false; dayz_ForcefullmoonNights = true; // Forces night time to be full moon. dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations. diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/init.sqf b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/init.sqf index 714f87639..fc1af382b 100644 --- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/init.sqf @@ -13,8 +13,8 @@ dayz_antiWallHack = 1; //DayZ AntiWallhack / 1 = enabled // 0 = disabled, Adds i dayz_REsec = 1; // DayZ RE Security / 1 = enabled // 0 = disabled dayz_enableRules = true; //Enables a nice little news/rules feed on player login (make sure to keep the lists quick). dayz_quickSwitch = false; //Turns on forced animation for weapon switch. (hotkeys 1,2,3) False = enable animations, True = disable animations -dayz_POIs = true; -dayz_infectiousWaterholes = true; +dayz_POIs = false; +dayz_infectiousWaterholes = false; dayz_ForcefullmoonNights = true; // Forces night time to be full moon. dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations. diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/init.sqf b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/init.sqf index 98051758d..edcddbb46 100644 --- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/init.sqf @@ -13,8 +13,8 @@ dayz_antiWallHack = 1; //DayZ AntiWallhack / 1 = enabled // 0 = disabled, Adds i dayz_REsec = 1; // DayZ RE Security / 1 = enabled // 0 = disabled dayz_enableRules = true; //Enables a nice little news/rules feed on player login (make sure to keep the lists quick). dayz_quickSwitch = false; //Turns on forced animation for weapon switch. (hotkeys 1,2,3) False = enable animations, True = disable animations -dayz_POIs = true; -dayz_infectiousWaterholes = true; +dayz_POIs = false; +dayz_infectiousWaterholes = false; dayz_ForcefullmoonNights = true; // Forces night time to be full moon. dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations. diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/init.sqf b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/init.sqf index 32e0ec180..bf88cb265 100644 --- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/init.sqf @@ -13,8 +13,8 @@ dayz_antiWallHack = 1; //DayZ AntiWallhack / 1 = enabled // 0 = disabled, Adds i dayz_REsec = 1; // DayZ RE Security / 1 = enabled // 0 = disabled dayz_enableRules = true; //Enables a nice little news/rules feed on player login (make sure to keep the lists quick). dayz_quickSwitch = false; //Turns on forced animation for weapon switch. (hotkeys 1,2,3) False = enable animations, True = disable animations -dayz_POIs = true; -dayz_infectiousWaterholes = true; +dayz_POIs = false; +dayz_infectiousWaterholes = false; dayz_ForcefullmoonNights = true; // Forces night time to be full moon. dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations. diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/init.sqf b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/init.sqf index 5b4e60086..7ce3891da 100644 --- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/init.sqf @@ -13,8 +13,8 @@ dayz_antiWallHack = 1; //DayZ AntiWallhack / 1 = enabled // 0 = disabled, Adds i dayz_REsec = 1; // DayZ RE Security / 1 = enabled // 0 = disabled dayz_enableRules = true; //Enables a nice little news/rules feed on player login (make sure to keep the lists quick). dayz_quickSwitch = false; //Turns on forced animation for weapon switch. (hotkeys 1,2,3) False = enable animations, True = disable animations -dayz_POIs = true; -dayz_infectiousWaterholes = true; +dayz_POIs = false; +dayz_infectiousWaterholes = false; dayz_ForcefullmoonNights = true; // Forces night time to be full moon. dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations. diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/init.sqf b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/init.sqf index 278ce1219..c21675413 100644 --- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/init.sqf @@ -13,8 +13,8 @@ dayz_antiWallHack = 1; //DayZ AntiWallhack / 1 = enabled // 0 = disabled, Adds i dayz_REsec = 1; // DayZ RE Security / 1 = enabled // 0 = disabled dayz_enableRules = true; //Enables a nice little news/rules feed on player login (make sure to keep the lists quick). dayz_quickSwitch = false; //Turns on forced animation for weapon switch. (hotkeys 1,2,3) False = enable animations, True = disable animations -dayz_POIs = true; -dayz_infectiousWaterholes = true; +dayz_POIs = false; +dayz_infectiousWaterholes = false; dayz_ForcefullmoonNights = true; // Forces night time to be full moon. dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations. diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/init.sqf b/Server Files/MPMissions/DayZ_Epoch_2.Utes/init.sqf index 1415ffc1a..b78eef6fd 100644 --- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_2.Utes/init.sqf @@ -13,8 +13,8 @@ dayz_antiWallHack = 1; //DayZ AntiWallhack / 1 = enabled // 0 = disabled, Adds i dayz_REsec = 1; // DayZ RE Security / 1 = enabled // 0 = disabled dayz_enableRules = true; //Enables a nice little news/rules feed on player login (make sure to keep the lists quick). dayz_quickSwitch = false; //Turns on forced animation for weapon switch. (hotkeys 1,2,3) False = enable animations, True = disable animations -dayz_POIs = true; -dayz_infectiousWaterholes = true; +dayz_POIs = false; +dayz_infectiousWaterholes = false; dayz_ForcefullmoonNights = true; // Forces night time to be full moon. dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations. diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/init.sqf b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/init.sqf index a621bd265..72104cb83 100644 --- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/init.sqf @@ -13,8 +13,8 @@ dayz_antiWallHack = 1; //DayZ AntiWallhack / 1 = enabled // 0 = disabled, Adds i dayz_REsec = 1; // DayZ RE Security / 1 = enabled // 0 = disabled dayz_enableRules = true; //Enables a nice little news/rules feed on player login (make sure to keep the lists quick). dayz_quickSwitch = false; //Turns on forced animation for weapon switch. (hotkeys 1,2,3) False = enable animations, True = disable animations -dayz_POIs = true; -dayz_infectiousWaterholes = true; +dayz_POIs = false; +dayz_infectiousWaterholes = false; dayz_ForcefullmoonNights = true; // Forces night time to be full moon. dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations. diff --git a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/init.sqf b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/init.sqf index 91279bc8a..4fb388d4e 100644 --- a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/init.sqf @@ -13,8 +13,8 @@ dayz_antiWallHack = 1; //DayZ AntiWallhack / 1 = enabled // 0 = disabled, Adds i dayz_REsec = 1; // DayZ RE Security / 1 = enabled // 0 = disabled dayz_enableRules = true; //Enables a nice little news/rules feed on player login (make sure to keep the lists quick). dayz_quickSwitch = false; //Turns on forced animation for weapon switch. (hotkeys 1,2,3) False = enable animations, True = disable animations -dayz_POIs = true; -dayz_infectiousWaterholes = true; +dayz_POIs = false; +dayz_infectiousWaterholes = false; dayz_ForcefullmoonNights = true; // Forces night time to be full moon. dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations. diff --git a/Server Files/MPMissions/DayZ_Epoch_22.smd_sahrani_A2/init.sqf b/Server Files/MPMissions/DayZ_Epoch_22.smd_sahrani_A2/init.sqf index e78cd8216..6a10f090f 100644 --- a/Server Files/MPMissions/DayZ_Epoch_22.smd_sahrani_A2/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_22.smd_sahrani_A2/init.sqf @@ -13,8 +13,8 @@ dayz_antiWallHack = 1; //DayZ AntiWallhack / 1 = enabled // 0 = disabled, Adds i dayz_REsec = 1; // DayZ RE Security / 1 = enabled // 0 = disabled dayz_enableRules = true; //Enables a nice little news/rules feed on player login (make sure to keep the lists quick). dayz_quickSwitch = false; //Turns on forced animation for weapon switch. (hotkeys 1,2,3) False = enable animations, True = disable animations -dayz_POIs = true; -dayz_infectiousWaterholes = true; +dayz_POIs = false; +dayz_infectiousWaterholes = false; dayz_ForcefullmoonNights = true; // Forces night time to be full moon. dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations. diff --git a/Server Files/MPMissions/DayZ_Epoch_23.cmr_ovaron/init.sqf b/Server Files/MPMissions/DayZ_Epoch_23.cmr_ovaron/init.sqf index 8f994cb33..baf1c2e95 100644 --- a/Server Files/MPMissions/DayZ_Epoch_23.cmr_ovaron/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_23.cmr_ovaron/init.sqf @@ -13,8 +13,8 @@ dayz_antiWallHack = 1; //DayZ AntiWallhack / 1 = enabled // 0 = disabled, Adds i dayz_REsec = 1; // DayZ RE Security / 1 = enabled // 0 = disabled dayz_enableRules = true; //Enables a nice little news/rules feed on player login (make sure to keep the lists quick). dayz_quickSwitch = false; //Turns on forced animation for weapon switch. (hotkeys 1,2,3) False = enable animations, True = disable animations -dayz_POIs = true; -dayz_infectiousWaterholes = true; +dayz_POIs = false; +dayz_infectiousWaterholes = false; dayz_ForcefullmoonNights = true; // Forces night time to be full moon. dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations. diff --git a/Server Files/MPMissions/DayZ_Epoch_24.Napf/init.sqf b/Server Files/MPMissions/DayZ_Epoch_24.Napf/init.sqf index aa676159a..6725a9844 100644 --- a/Server Files/MPMissions/DayZ_Epoch_24.Napf/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_24.Napf/init.sqf @@ -13,8 +13,8 @@ dayz_antiWallHack = 1; //DayZ AntiWallhack / 1 = enabled // 0 = disabled, Adds i dayz_REsec = 1; // DayZ RE Security / 1 = enabled // 0 = disabled dayz_enableRules = true; //Enables a nice little news/rules feed on player login (make sure to keep the lists quick). dayz_quickSwitch = false; //Turns on forced animation for weapon switch. (hotkeys 1,2,3) False = enable animations, True = disable animations -dayz_POIs = true; -dayz_infectiousWaterholes = true; +dayz_POIs = false; +dayz_infectiousWaterholes = false; dayz_ForcefullmoonNights = true; // Forces night time to be full moon. dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations. diff --git a/Server Files/MPMissions/DayZ_Epoch_25.sauerland/init.sqf b/Server Files/MPMissions/DayZ_Epoch_25.sauerland/init.sqf index 794f9a756..bab4fb882 100644 --- a/Server Files/MPMissions/DayZ_Epoch_25.sauerland/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_25.sauerland/init.sqf @@ -13,8 +13,8 @@ dayz_antiWallHack = 1; //DayZ AntiWallhack / 1 = enabled // 0 = disabled, Adds i dayz_REsec = 1; // DayZ RE Security / 1 = enabled // 0 = disabled dayz_enableRules = true; //Enables a nice little news/rules feed on player login (make sure to keep the lists quick). dayz_quickSwitch = false; //Turns on forced animation for weapon switch. (hotkeys 1,2,3) False = enable animations, True = disable animations -dayz_POIs = true; -dayz_infectiousWaterholes = true; +dayz_POIs = false; +dayz_infectiousWaterholes = false; dayz_ForcefullmoonNights = true; // Forces night time to be full moon. dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations. diff --git a/Server Files/MPMissions/DayZ_Epoch_26.sauerland_winter/init.sqf b/Server Files/MPMissions/DayZ_Epoch_26.sauerland_winter/init.sqf index 5e18f852c..0846d442a 100644 --- a/Server Files/MPMissions/DayZ_Epoch_26.sauerland_winter/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_26.sauerland_winter/init.sqf @@ -13,8 +13,8 @@ dayz_antiWallHack = 1; //DayZ AntiWallhack / 1 = enabled // 0 = disabled, Adds i dayz_REsec = 1; // DayZ RE Security / 1 = enabled // 0 = disabled dayz_enableRules = true; //Enables a nice little news/rules feed on player login (make sure to keep the lists quick). dayz_quickSwitch = false; //Turns on forced animation for weapon switch. (hotkeys 1,2,3) False = enable animations, True = disable animations -dayz_POIs = true; -dayz_infectiousWaterholes = true; +dayz_POIs = false; +dayz_infectiousWaterholes = false; dayz_ForcefullmoonNights = true; // Forces night time to be full moon. dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations. diff --git a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/init.sqf b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/init.sqf index 765125fe6..e7b5142a3 100644 --- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/init.sqf @@ -13,8 +13,8 @@ dayz_antiWallHack = 1; //DayZ AntiWallhack / 1 = enabled // 0 = disabled, Adds i dayz_REsec = 1; // DayZ RE Security / 1 = enabled // 0 = disabled dayz_enableRules = true; //Enables a nice little news/rules feed on player login (make sure to keep the lists quick). dayz_quickSwitch = false; //Turns on forced animation for weapon switch. (hotkeys 1,2,3) False = enable animations, True = disable animations -dayz_POIs = true; -dayz_infectiousWaterholes = true; +dayz_POIs = false; +dayz_infectiousWaterholes = false; dayz_ForcefullmoonNights = true; // Forces night time to be full moon. dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations. diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/init.sqf b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/init.sqf index 9b8a95a21..218db8e38 100644 --- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/init.sqf @@ -13,8 +13,8 @@ dayz_antiWallHack = 1; //DayZ AntiWallhack / 1 = enabled // 0 = disabled, Adds i dayz_REsec = 1; // DayZ RE Security / 1 = enabled // 0 = disabled dayz_enableRules = true; //Enables a nice little news/rules feed on player login (make sure to keep the lists quick). dayz_quickSwitch = false; //Turns on forced animation for weapon switch. (hotkeys 1,2,3) False = enable animations, True = disable animations -dayz_POIs = true; -dayz_infectiousWaterholes = true; +dayz_POIs = false; +dayz_infectiousWaterholes = false; dayz_ForcefullmoonNights = true; // Forces night time to be full moon. dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations. diff --git a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/init.sqf b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/init.sqf index 9b606486a..0d78cb28d 100644 --- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/init.sqf @@ -13,8 +13,8 @@ dayz_antiWallHack = 1; //DayZ AntiWallhack / 1 = enabled // 0 = disabled, Adds i dayz_REsec = 1; // DayZ RE Security / 1 = enabled // 0 = disabled dayz_enableRules = true; //Enables a nice little news/rules feed on player login (make sure to keep the lists quick). dayz_quickSwitch = false; //Turns on forced animation for weapon switch. (hotkeys 1,2,3) False = enable animations, True = disable animations -dayz_POIs = true; -dayz_infectiousWaterholes = true; +dayz_POIs = false; +dayz_infectiousWaterholes = false; dayz_ForcefullmoonNights = true; // Forces night time to be full moon. dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations. diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/init.sqf b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/init.sqf index 6002ada35..a1c076616 100644 --- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/init.sqf @@ -13,8 +13,8 @@ dayz_antiWallHack = 1; //DayZ AntiWallhack / 1 = enabled // 0 = disabled, Adds i dayz_REsec = 1; // DayZ RE Security / 1 = enabled // 0 = disabled dayz_enableRules = true; //Enables a nice little news/rules feed on player login (make sure to keep the lists quick). dayz_quickSwitch = false; //Turns on forced animation for weapon switch. (hotkeys 1,2,3) False = enable animations, True = disable animations -dayz_POIs = true; -dayz_infectiousWaterholes = true; +dayz_POIs = false; +dayz_infectiousWaterholes = false; dayz_ForcefullmoonNights = true; // Forces night time to be full moon. dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations. diff --git a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/init.sqf b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/init.sqf index 136ae508c..5e783d79b 100644 --- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/init.sqf @@ -13,8 +13,8 @@ dayz_antiWallHack = 1; //DayZ AntiWallhack / 1 = enabled // 0 = disabled, Adds i dayz_REsec = 1; // DayZ RE Security / 1 = enabled // 0 = disabled dayz_enableRules = true; //Enables a nice little news/rules feed on player login (make sure to keep the lists quick). dayz_quickSwitch = false; //Turns on forced animation for weapon switch. (hotkeys 1,2,3) False = enable animations, True = disable animations -dayz_POIs = true; -dayz_infectiousWaterholes = true; +dayz_POIs = false; +dayz_infectiousWaterholes = false; dayz_ForcefullmoonNights = true; // Forces night time to be full moon. dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations. diff --git a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/init.sqf b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/init.sqf index ba047534b..57368c29d 100644 --- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/init.sqf +++ b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/init.sqf @@ -13,8 +13,8 @@ dayz_antiWallHack = 1; //DayZ AntiWallhack / 1 = enabled // 0 = disabled, Adds i dayz_REsec = 1; // DayZ RE Security / 1 = enabled // 0 = disabled dayz_enableRules = true; //Enables a nice little news/rules feed on player login (make sure to keep the lists quick). dayz_quickSwitch = false; //Turns on forced animation for weapon switch. (hotkeys 1,2,3) False = enable animations, True = disable animations -dayz_POIs = true; -dayz_infectiousWaterholes = true; +dayz_POIs = false; +dayz_infectiousWaterholes = false; dayz_ForcefullmoonNights = true; // Forces night time to be full moon. dayz_randomMaxFuelAmount = 500; //Puts a random amount of fuel in all fuel stations.