mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
Enable R3F weight by default
Since we are keeping "everything takes up one gear slot" weight should be enabled by default. Moved to init.sqf so admins can easily change it. Also added RedRyder and Anzio_20 weight.
This commit is contained in:
@@ -38,7 +38,6 @@ DZE_ForceNameTagsInTrader = false; // Force name display when looking at player
|
||||
DZE_HumanityTargetDistance = 25; // Distance to show name tags (red for bandit, blue for hero, green for friend)
|
||||
DZE_HeartBeat = false; // Enable heartbeat sound when looking at bandit (<= -3000 humanity) up close
|
||||
DZE_HeliLift = true; // Enable Epoch heli lift system
|
||||
DZE_R3F_WEIGHT = false; // Enable R3F weight. Players carrying too much will be overburdened and knocked out.
|
||||
DZE_RestrictSkins = []; // Clothes that players are not allowed to wear. i.e. ["Skin_GUE_Soldier_CO_DZ","Skin_GUE_Soldier_2_DZ"] etc.
|
||||
DZE_TRADER_SPAWNMODE = false; // Vehicles purchased at traders will be parachuted in
|
||||
DZE_UI = "vanilla"; //"vanilla","epoch","dark" UI status icons style. Dark accommodates color blind people.
|
||||
|
||||
Reference in New Issue
Block a user