Advertisement
RetroRevo

sfm autoexec v2

Apr 14th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. sv_cheats "1"
  2. exec thirdperson_keypad
  3. mp_usehwmmodels 1
  4. mp_usehwmvcds 1
  5. mp_respawnwavetime 0
  6. mp_waitingforplayers_cancel 1
  7. mat_dynamic_tonemapping 0
  8. mat_queue_mode "-1"
  9. mat_fastspecular "0"
  10. mat_envmapsize 1024
  11. cl_threaded_bone_setup "1"
  12. r_threaded_particles "1"
  13. r_queued_decals "1"
  14. r_queued_post_processing "1"
  15. r_queued_post_processing 1
  16. r_queued_ropes 1
  17. r_fastzreject -1
  18. r_waterforcereflectentities 1
  19. r_lod 0
  20. snd_mix_async 1
  21. snd_async_fullyasync 1
  22. in_usekeyboardsampletime 0
  23. studio_queue_mode 1
  24. r_hunkalloclightmaps 0
  25. impulse 101
  26. alias h_clipOn "noclip 1; bind MOUSE5 h_clipOff;"
  27. alias h_clipOff "noclip 0; bind MOUSE5 h_clipOn;"
  28. alias h_slowMoOn "host_timescale 0.5; bind KP_MINUS h_slowMoOff;"
  29. alias h_slowMoOff "host_timescale 1.0; bind KP_MINUS h_slowMoOn;"
  30. alias h_superSlowMoOn "host_timescale 0.1; bind KP_MULTIPLY h_superSlowMoOff;"
  31. alias h_superSlowMoOff "host_timescale 1.0; bind KP_MULTIPLY h_superSlowMoOn;"
  32. alias h_pauseOn "host_timescale 0.000001; bind KP_SLASH h_pauseOff;"
  33. alias h_pauseOff "host_timescale 1.0; bind KP_SLASH h_pauseOn;"
  34. alias fl "mp_flashlight 1; impulse 100;"
  35. alias h_entpause "ent_fire * pause"
  36. alias notime "ent_fire *timer pause;ent_fire round_* disable;"
  37. bind \ h_entpause
  38. bind "n" "noclip"
  39. bind "x" "+movedown"
  40. bind "z" "+moveup"
  41. mat_picmip -10
  42. ent_fire lt_random_24 disable
  43. ent_fire lt_random_13 disable
  44. ent_fire func_door open
  45. ent_fire round_timer pause
  46. ent_fire team_round_timer pause
  47. developer "1"
  48. stopsoundscape
  49. execifexists localAutoexec
  50. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement