Advertisement
Razer981

Moviemaking Config

May 21st, 2020 (edited)
2,966
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. sv_cheats 1
  2. r_disable_distance_fade_on_big_props 1
  3. r_disable_distance_fade_on_big_props_thresh 0
  4. mp_display_kill_assists 0
  5. net_graph 0
  6. spec_autodirector 0
  7. spec_autodirector_cameraman 0
  8. spec_cameraman_ui 0
  9. spec_cameraman_xray 0
  10. spec_show_xray 0
  11. mirv_cvar_unhide_all
  12.  
  13. //crosshair
  14. cl_crosshairthickness "0"
  15. cl_crosshairstyle 4
  16. cl_crosshairsize 4
  17. cl_crosshaircolor 5
  18. cl_crosshaircolor_r 255
  19. cl_crosshaircolor_g 255
  20. cl_crosshaircolor_b 255
  21. cl_crosshairgap 0.5
  22. cl_crosshairdot 0
  23. cl_crosshair_drawoutline 0
  24.  
  25. //viewmodel
  26. cl_righthand 1
  27. viewmodel_fov 68
  28. viewmodel_offset_x 2.5
  29. viewmodel_offset_y 2
  30. viewmodel_offset_z -2
  31. cl_bob_lower_amt 1
  32. viewmodel_recoil 0
  33. fov_cs_debug 0
  34. mirv_fov 103
  35. mirv_fov handleZoom enabled 1
  36.  
  37. //binds
  38. bind ` "toggleconsole"
  39. bind f1 "mirv_input camera; echo MIRV_INPUT CAMERA ENABLED"
  40. bind f2 "demoui"
  41. bind f4 "cl_drawhud 0"
  42. bind mouse3 "mirv_campath add; echo CAMPATH ADDED"
  43. bind b "mirv_time mode resumePaused"
  44. bind n "demo_togglepause"
  45.  
  46. //draw campaths
  47. alias camdrawon "mirv_campath draw enabled 1; alias camdraw camdrawoff; echo CAMPATH DRAW ON"
  48. alias camdrawoff "mirv_campath draw enabled 0; alias camdraw camdrawon; echo CAMPATH DRAW OFF"
  49. alias camdraw
  50. bind "f3" camdraw
  51.  
  52. //deathnotices
  53. alias "localplayer" "localplayer_on"
  54. alias "localplayer_on" "mirv_deathmsg filter add attackerMatch=!xTrace block=1 lastRule=1; alias localplayer localplayer_off; mirv_deathmsg lifeTime 90; echo KILLFEED: LOCAL PLAYER ONLY"
  55. alias "localplayer_off" "mirv_deathmsg filter clear; alias localplayer localplayer_on; mirv_deathmsg lifeTime default; echo KILLFEED: DEFAULT"
  56. bind "h" "localplayer"
  57.  
  58. //demo lag fix
  59. mirv_fix blockObserverTarget 1
  60. spec_cameraman_disable_with_user_control 1
  61. cl_clock_correction 0
  62. mirv_fix playerAnimState 1
  63. host_timescale 0
  64. mirv_snd_timescale 1
  65.  
  66. echo "Alan Gaming Moviemaking Config Loaded"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement