feat: finally document some useful dvars

This commit is contained in:
6arelyFuture 2025-01-28 17:46:31 +00:00
parent 59f7c2ff4d
commit 8d021b489a

View File

@ -46,6 +46,26 @@ set sv_allowClientConsole "1" // Enable or Disable players abi
set sv_timeout "20" // Timeout time period. You will timeout after (20) seconds when attempting to connect or if you are getting connection interruptions.
set sv_reconnectlimit "3" // How many times you can try to reconnect.
//////////////////////////////////////////////////
// IW6-MOD CONFIGURATION //
//////////////////////////////////////////////////
set sv_botsAutoJoin "1" // Automatically fill your server with bots
set pm_bouncing "1" // Enable bouncing
set player_sustainAmmo "0" // Firing weapon will not decrease clip ammo
set jump_slowdownEnable "1" // Slow player movement after jumping
set jump_spreadAdd "64" // The amount of spread scale to add as a side effect of jumping
set jump_enableFallDamage "1" // Enable fall damage
set jump_height "39" // Jump height
set jump_ladderPushVel "128" // Ladder push velocity
set g_enableElevators "0" // Enable easy elevators
set g_rocketPushbackScale "1" // The scale applied to the pushback force of a rocket (1 = no pushback)
set g_playerEjection "1"
set g_playerCollision "1"
set g_gravity "800" // Game gravity in inches per second squared
set g_speed "190" // Maximum player speed
//////////////////////////////////////////////////
// BASE GAME CONFIGURATION //
//////////////////////////////////////////////////