mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Update upgrade vehicle
- Server admins can exclude certain vehicles from a vehicle upgrade now. - Vehicle upgrade has a tool check now and all needed materials will be displayed. The configs for the vehicle upgrades will be updated soon for the new changes.
This commit is contained in:
@@ -53,6 +53,7 @@ if (!isDedicated) then {
|
||||
dayz_bleedingeffect = 2; //1 = blood on the ground (negatively impacts FPS), 2 = partical effect, 3 = both
|
||||
dayz_temperature_override = true; // Set to true to disable all temperature changes.
|
||||
dayz_nutritionValuesSystem = false; //true, Enables nutrition system, false, disables nutrition system.
|
||||
DZE_DisableVehicleUpgrade = []; // List of vehicles that cannot be upgraded with manuals E.g.: ["ArmoredSUV_PMC_DZE","LandRover_CZ_EP1_DZE"]
|
||||
|
||||
// Build restrictions
|
||||
DZE_NoBuildNear = []; //Array of object class names that are blacklisted to build near. i.e ["Land_Mil_ControlTower","Land_SS_hangar"] etc.
|
||||
|
||||
Reference in New Issue
Block a user