Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. // Starting Stuff
  2.  
  3. exec afx/updateWorkaround
  4. fov_cs_debug 105
  5. sv_cheats 1
  6. net_graph 0
  7. host_timescale 0
  8. voice_enable 0
  9.  
  10.  
  11. // Visual's // Other Command's
  12.  
  13. fog_enable "0"
  14. fog_override "1"
  15. mp_display_kill_assists "0"
  16. r_eyegloss "1"
  17. voice_enable "0"
  18.  
  19.  
  20. // Crosshair
  21.  
  22. crosshair 0
  23.  
  24.  
  25. // Viewmodel
  26.  
  27. viewmodel_presetpos 1
  28. viewmodel_fov 99
  29. viewmodel_offset_x 2.5
  30. viewmodel_offset_y 2
  31. viewmodel_offset_z -2
  32. cl_bob_lower_amt "0"
  33. cl_bobamt_lat "0"
  34. cl_bobamt_vert "0"
  35.  
  36.  
  37.  
  38. // Movement
  39.  
  40. bind w "+forward"
  41. bind s "+back"
  42. bind a "+moveleft"
  43. bind d "+moveright"
  44. bind i "+moveup"
  45. bind k "+movedown"
  46. bind v "+moveup"
  47. bind c "+movedown"
  48. bind j "+left"
  49. bind l "+right"
  50. cl_forwardspeed "235"
  51. cl_yawspeed "235"
  52. cl_backspeed "235"
  53. cl_sidespeed "235"
  54. cl_upspeed "235"
  55. sensitivity 1.8
  56. bind "mouse3" "mirv_campath add"
  57.  
  58.  
  59. // Recording
  60.  
  61. bind f1 "mirv_streams record start"
  62. bind "f2" "mirv_streams record end"
  63.  
  64.  
  65. // Framerate
  66.  
  67. bind "CTRL" "host_framerate 0;echo host_framerate reverted to default. DemoUI is functional again."
  68. bind "UPARROW" "host_framerate 60; echo ;echo Now Capturing @ 60 FPS"
  69.  
  70.  
  71. // Removals
  72.  
  73. bind "F3" "toggle cl_drawhud 0 1"
  74. bindToggle "F4 "cl_draw_only_deathnotices 0 1"
  75. bindToggle "F5" "r_drawviewmodel 0 1"
  76. bindToggle "F6" "r_drawparticles 0 1"
  77.  
  78. // Console
  79.  
  80. clear
  81. echo ""
  82. echo "// - mirv_campath clear (Delete Smooth Points)"
  83. echo "// - F1 - mirv_streams record start"
  84. echo "// - F2 - mirv_streams record end"
  85. echo "// - F3 - cl_drawhud 0 1"
  86. echo "// - F4 - cl_draw_only_deathnotices"
  87. echo "// - F5 - r_drawviewmodel"
  88. echo "// - F6 - r_drawparticles"
  89. echo "// - UPARROW - Framerate 60"
  90. echo "// - 3D - mirv_streams record agr"
  91. echo "// - 3D - mirv_streams record agr enabled 1"
  92. echo "// - 3D - mirv_streams record agr recordCamera 1"
  93. echo "// - 3D - mirv_streams record agr recordPlayers 1"
  94. echo "// - 3D - mirv_streams record agr recordWeapons 0"
  95. echo "// - 3D - mirv_streams record agr recordProjectiles 0"
  96. echo "// - 3D - host_framerate 60"
  97. echo "// smiff's moviemaking config is loaded successfully //"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement