Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. Starting command - bxt_hud_origin 1
  2.  
  3. 1.) Find a spot that is close to where the player begins or loads into a save.
  4.  
  5. 2.) Type bxt_triggers_add and then type the origin points.
  6.  
  7. Ex: bxt_triggers_add x1 y1 z1
  8.  
  9. 3.) Then move to another position and fill out the rest
  10.  
  11. Ex: bxt_triggers_add x1 y1 z1 x2 y2 z2
  12.  
  13. Now you should have created your own trigger
  14.  
  15. 4.) Now we want to set commands to this trigger.
  16.  
  17. Ex: bxt_triggers_setcommand "bxt_timer_stop; stop; setpause; save ahar1"
  18.  
  19. bxt_timer_stop - stops timer
  20. stop - stops demo
  21. setpause - pauses game
  22. save - saves game, i would recommend you change my name to yours so we know who did the segment
  23.  
  24. 5.) Open console and bind a key to this "load ss; bxt_hud_timer 1; bxt_timer_reset; bxt_timer_start; bxt_record aha1"
  25.  
  26. load - loads previous save state
  27. bxt_hud_timer - shows timer
  28. bxt_timer_reset - resets the timer if you failed a run
  29. bxt_timer_start - starts timer
  30. bxt_record - records demos, again change my name to yours
  31.  
  32. 6.) Press the key to start the segment!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement