entwastaken

PogMomentJump

May 23rd, 2020
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. //offline rocket-jumping
  2. //Made with cfg.tf - custom Team Fortress 2 config generator
  3.  
  4. sv_cheats 1
  5.  
  6. mp_tournament 1
  7. mp_waitingforplayers_cancel 1
  8. mp_disable_respawn_times 1
  9. ///---
  10.  
  11. alias tr_tele_nolog con_logfile "console.log"
  12.  
  13. alias tr_tele_save "getpos; tr_tele_nolog"
  14. alias tr_tele_save1 "con_logfile cfg/tr_tele_pos_1; tr_tele_save"
  15. alias tr_tele_save2 "con_logfile cfg/tr_tele_pos_2; tr_tele_save"
  16. alias tr_tele_save3 "con_logfile cfg/tr_tele_pos_3; tr_tele_save"
  17.  
  18.  
  19. alias tr_tele_goto1 exec tr_tele_pos_1.log
  20. alias tr_tele_goto2 exec tr_tele_pos_2.log
  21. alias tr_tele_goto3 exec tr_tele_pos_3.log
  22.  
  23.  
  24. alias tr_tele "bind f1 tr_tele_goto1; bind f2 tr_tele_goto2; bind f3 tr_tele_goto3"
  25. alias +tr_tele_save "bind f1 tr_tele_save1; bind f2 tr_tele_save2; bind f3 tr_tele_save3"
  26. alias -tr_tele_save tr_tele
  27.  
  28. bind alt +tr_tele_save
  29. tr_tele
  30. ///---
  31.  
  32. alias null ""
  33.  
  34. alias tr_regen "impulse 101; wait; tr_regen_loop"
  35. alias tr_regen_loop tr_regen
  36.  
  37. alias tr_regen_enable "alias tr_regen_loop tr_regen; tr_regen"
  38. alias tr_regen_disable alias tr_regen_loop null
  39. tr_regen
Add Comment
Please, Sign In to add comment