Advertisement
PixelMania

apEX | autoexec.cfg

Jan 1st, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. //CONSOLE
  2. con_enable "1"
  3. bind "'" "toggleconsole"
  4. net_graph "0"
  5. cl_showfps "0"
  6.  
  7. //NETCODE
  8. rate "1048576
  9. cl_cmdrate "128"
  10. cl_updaterate "128"
  11. cl_interp "0"
  12. cl_interp_ratio "1"
  13. cl_predictweapons "1"
  14. clientport "1337"
  15.  
  16. //HUD
  17. net_graphproportionalfont "0"
  18. net_graphheight "0"
  19. hud_scaling "1"
  20. hud_showtargetid "1"
  21. cl_autowepswitch "0"
  22.  
  23. //MODEL
  24. viewmodel_offset_x "2"
  25. viewmodel_offset_y "4"
  26. viewmodel_offset_z "-2"
  27. cl_viewmodel_shift_left_amt "0"
  28. cl_viewmodel_shift_right_amt "0"
  29. cl_bob_lower_amt "0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement