Advertisement
Guest User

Untitled

a guest
May 27th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1.  
  2. // GMC Segment Config (Nico)
  3.  
  4. default_fov 110
  5. cl_bob 0
  6. cl_bobup 0
  7. bxt_autopause 1 // This is required for segs to be valid
  8. bxt_autojump 1
  9. bxt_hud_speedometer 1
  10. bxt_hud_timer 1
  11.  
  12.  
  13. // Movement
  14. bind space +jump
  15. bind c +duck
  16.  
  17. // Recording
  18. alias recordseg "unpause;bxt_timer_reset;bxt_timer_start;record temp;sensitivity 2.8"
  19. alias stopseg "pause;bxt_timer_stop;stop;sensitivity 0"
  20.  
  21.  
  22.  
  23. // Recording Binds.
  24. // Mouse3 = Unpause and begin segment.
  25. // Mouse 2 = End segment and save attempt
  26. bind mouse2 "stop;bxt_timer_stop;save temp"
  27. bind mouse3 "bxt_timer_reset;record temp;bxt_timer_start;unpause"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement