Advertisement
Guest User

reflex start cfg (Hugo)

a guest
Nov 5th, 2014
1,064
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. unbindall
  2.  
  3. name YOURNAMEHERE
  4.  
  5. bind mouse1 +attack
  6. bind tab +showscores
  7. bind space +jump
  8. bind 0 toggleeditor
  9.  
  10. bind 1 weapon 1 //axe (melee)
  11. bind 2 weapon 2 //weak shotgun
  12. bind 3 weapon 3 //shotgun
  13. bind 4 weapon 4 //grenade launcher
  14. bind 5 weapon 5 //plasma-like gun
  15. bind 6 weapon 6 //rocket launcher
  16. bind 7 weapon 7 //lightning gun
  17. bind 8 weapon 8 //railgun
  18. bind 9 weapon 9 //stake gun
  19.  
  20. bind a +left
  21. bind d +right
  22. bind m cl_replaymarker
  23. bind o re_speed 0
  24. bind p re_speed 1
  25. bind s +back
  26. bind w +forward
  27. bind , re_prev_keyframe
  28. bind . re_next_keyframe
  29. bind [ re_prev_frame
  30. bind ] re_next_frame
  31.  
  32. //mouse and sound settings
  33.  
  34. m_invert 0
  35. m_speed 12.000000 //mouse sensitivity
  36. s_volume 0.2600000 //sound volume
  37.  
  38. //basic video settings
  39.  
  40. r_resolution 1280 720 //set the resolution at which the game runs
  41. r_refreshrate 0.000000 //insert your monitor refresh rate (60hz,120hz,144hz or different)
  42. com_maxfps 0 //set the maximum frames per second
  43. r_fov 110 //set your field of fiew
  44. r_vsync 0 //sync your frames per second with your monitor refresh rate
  45.  
  46. //information feedback
  47.  
  48. r_stats 0 //statistics
  49. r_showfps 1 //show fps ingame
  50. r_profiler 0 //show analytics
  51. cl_show_profiler 0 //analytics
  52.  
  53. //low quality settings
  54.  
  55. cl_corpse_time 0.000000
  56. cl_gibs_expire_time 1.000000
  57. cl_gibs_maxcount 1
  58. r_bloom 0
  59. r_dynamic_lights 0
  60. r_dynamic_shadows 0
  61. r_fullscreen 1
  62. r_fxaa 0
  63.  
  64. //gameplay settings
  65.  
  66. cl_show_keys 0 //shows the keys you are pressing
  67. cl_player_outline_colour_friendly 4 //change the outline colour for friendly models
  68. cl_player_outline_colour_enemy 1 //change the outline colour for enemy models
  69.  
  70. //tips and tricks
  71.  
  72. use mousewheelup and mousewheeldown to bind to the mouse
  73. use cl_weapon_offset_z -10 to hide the weapon model
  74. press TAB twice ingame in the console (tilde key) to get the full command list
  75.  
  76. use saveconfig to save a config and loadconfig to load a configuration file
  77. config files are saved in: \Steam\steamapps\common\Reflex
  78. all maps can be found here: \Steam\steamapps\common\Reflex\base\internal\maps
  79.  
  80. there is NO r_gamma or r_brightness in the current early access build
  81. use your video card driver software settings or monitor settings to change this
  82. there is currently NO crouch in the game
  83.  
  84. a dedicated server executable and readme can be found in: \Steam\steamapps\common\Reflex
  85. press ALT + ENTER to go to fullscreen (windows) or bind r_fullscreen if needed
  86.  
  87. //this config was put together by Hugo.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement