#Is there a way to lower the "home" respawn cooldown on a PvP server?
4 messages · Page 1 of 1 (latest)
because you are meant to just write a title like "home cooldown" and then the thing you want to say. Also #1020660179102093323 for help with this matter
yup, under Servers/unturned/Config.json at Gameplay section, you can tweak the "Timer_Home": 30, value to be different
"Gameplay": {
"Repair_Level_Max": 3,
"Hitmarkers": true,
"Crosshair": true,
"Ballistics": false,
"Chart": true,
"Satellite": false,
"Compass": false,
"Group_Map": true,
"Group_HUD": true,
"Group_Player_List": true,
"Allow_Static_Groups": true,
"Allow_Dynamic_Groups": true,
"Allow_Lobby_Groups": true,
"Allow_Shoulder_Camera": true,
"Can_Suicide": true,
"Friendly_Fire": false,
"Bypass_Buildable_Mobility": false,
"Allow_Holidays": true,
"Timer_Exit": 10,
"Timer_Respawn": 10,
"Timer_Home": 30,
"Timer_Leave_Group": 30,
"Max_Group_Members": 0,
"Explosion_Launch_Speed_Multiplier": 1.0,
"AirStrafing_Acceleration_Multiplier": 1.0,
"AirStrafing_Deceleration_Multiplier": 1.0,
"ThirdPerson_RecoilMultiplier": 2.0,
"ThirdPerson_SpreadMultiplier": 2.0
}```