Deadlock Config

Sep 12, 2024 · 1 min read
  1. In Steam, right click Deadlock and choose properties. In General > Launch Options, add -exec autoexec
  2. In Steam, right click Deadlock and choose Manage > Browse Local Files. Navigate to game > citadel > cfg. Create a new file called autoexec.cfg.
  3. Copy paste the below config into this new file.
rate 1000000

// Sensitivity 1600 DPI (roughly 40cm/360)
// The zoom sens change makes it 1 to 1

sensitivity "0.29"
zoom_sensitivity_ratio "0.818933027098955175"

// Crosshair (becomes a small green dot)

citadel_crosshair_color_r 57
citadel_crosshair_color_g 255
citadel_crosshair_color_b 20
citadel_crosshair_pip_border true
citadel_crosshair_pip_opacity 0
citadel_crosshair_pip_width 4
citadel_crosshair_pip_height 10
citadel_crosshair_pip_gap 0
citadel_crosshair_dot_opacity 1
citadel_crosshair_dot_outline_opacity 1

// FPS

// Change this to a little bit over whatever your
// monitor refresh rate is. My refresh rate is 360.
fps_max "400"

fps_max_tools "60"
fps_max_ui "60"
engine_low_latency_sleep_after_client_tick "true"

// Minimap
citadel_minimap_unit_click_radius 200 // makes pinging more accurate on minimap
citadel_minimap_max_icon_shrink 0.7 // different minimap icon sizes when clustered
citadel_minimap_player_width 6.5 // different minimap icon sizes overall
citadel_minimap_overlap_scan_distance 10 // different range when minimap icon sizes begin to shrink
citadel_minimap_zip_line_thickness 2 // reduces the zipline thickness on the minimap, making it easier to see the number/positioning of creeps/enemies in a lane.
minimap_update_rate_hz 60 // increases the number of minimap updates per second from 5 to 60. 

// Nvidia Low Latency

r_low_latency 2