custom/Configs/cfg/jump.cfg

40 lines
1.0 KiB
INI
Raw Normal View History

2022-09-15 19:34:53 -03:00
//offline rocket-jumping
//Made with cfg.tf - custom Team Fortress 2 config generator
sv_cheats 1
mp_tournament 1
mp_waitingforplayers_cancel 1
mp_disable_respawn_times 1
///---
alias tr_tele_nolog con_logfile "console.log"
alias tr_tele_save "getpos; tr_tele_nolog"
alias tr_tele_save1 "con_logfile cfg/tr_tele_pos_1; tr_tele_save"
alias tr_tele_save2 "con_logfile cfg/tr_tele_pos_2; tr_tele_save"
alias tr_tele_save3 "con_logfile cfg/tr_tele_pos_3; tr_tele_save"
alias tr_tele_goto1 exec tr_tele_pos_1.log
alias tr_tele_goto2 exec tr_tele_pos_2.log
alias tr_tele_goto3 exec tr_tele_pos_3.log
alias tr_tele "bind f1 tr_tele_goto1; bind f2 tr_tele_goto2; bind f3 tr_tele_goto3"
alias +tr_tele_save "bind f1 tr_tele_save1; bind f2 tr_tele_save2; bind f3 tr_tele_save3"
alias -tr_tele_save tr_tele
bind alt +tr_tele_save
tr_tele
///---
alias null ""
alias tr_regen "impulse 101; wait; tr_regen_loop"
alias tr_regen_loop tr_regen
alias tr_regen_enable "alias tr_regen_loop tr_regen; tr_regen"
alias tr_regen_disable alias tr_regen_loop null
tr_regen