Advertisement
execut4ble

fps aliases n stuff

May 21st, 2014
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. //MISC BINDS
  2. bind 0 "s_show 1"
  3. bind 4 holdjump
  4. bind 5 lights
  5. bind 6 core
  6. bind h nade1
  7. bind i spd
  8. bind pause ppause
  9. bind t 1000fps
  10. bind kp_pgup "alias gamecfg mugg;gl_texturemode GL_NEAREST_MIPMAP_NEAREST;lights1;motd_write . mugged_delay_jump_activated + monolight;motd"
  11.  
  12.  
  13. //1000fps
  14. alias 1000on "con_notifytime -1;stopsound;gl_texturemode GL_NEAREST_MIPMAP_NEAREST;r_drawentities 3;//crosshair 0;r_drawviewmodel 0;developer 1;fps_max 9999;default_fov 80;//chase_active 1;chase_back -10000;alias 1000fps 1000off"
  15. alias 1000off "con_notifytime 7;gl_texturemode GL_LINEAR_MIPMAP_LINEAR;r_drawentities 1;crosshair 1;r_drawviewmodel 1;developer 1;fps_max 250;default_fov 110;chase_active 0;alias 1000fps 1000on"
  16. alias 1000fps 1000on
  17.  
  18.  
  19. //FPS
  20. alias fps1 "hud_draw 0;con_notifytime -1;stopsound;gl_texturemode GL_NEAREST_MIPMAP_NEAREST;r_drawentities 0;crosshair 0;r_drawviewmodel 0;default_fov 70"
  21. alias fps0 "hud_draw 1;con_notifytime 7;gl_texturemode GL_LINEAR_MIPMAP_LINEAR;r_drawentities 1;crosshair 1;r_drawviewmodel 1;default_fov 110"
  22.  
  23.  
  24. //entities & models
  25. alias drawent1 "r_drawentities 1;r_drawviewmodel 1;alias drawent drawent3"
  26. alias drawent3 "r_drawentities 3;r_drawviewmodel 0;alias drawent drawent1"
  27. alias drawent drawent3
  28. r_drawentities 1
  29.  
  30.  
  31. gl_monolights 0
  32. alias lights1 "gl_monolights 1;alias lights lights0;motd_write . gl_monolights 1 1 1 1 BRIGHT;motd"
  33. alias lights0 "gl_monolights 0;alias lights lights1;motd_write . gl_monolights 0 0 0 0 DARK;motd"
  34. alias lights lights1
  35.  
  36. cl_waterdist 0
  37.  
  38. con_color "220 0 0"
  39. con_notifytime 7
  40.  
  41. r_decals 250
  42. r_dynamic 0
  43. room_off 1
  44.  
  45. gl_texturemode GL_LINEAR_MIPMAP_LINEAR
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement