mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Set POI and infectiousWaterHoles off by default
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user