i honestly (am lazy) cant find any good scripts for practicing my demoman rollout
can you suggest any good scrips for practicing rollouts?
can you suggest any good scrips for practicing rollouts?
bind x noclip
bind mouse1 "+attack; impulse 101"
regen health/ammo on click
noclip back to spawn and do it again
bind mouse1 "+attack; impulse 101"
regen health/ammo on click
noclip back to spawn and do it again
sv_cheats 1
tf_preround_push_from_damage_enable 1
bind R "mp_restartgame_immediate 1"
bind T "hurtme -175"
You do the rollout, hit R to be back in spawn, hit T for buffs and go for it again. Needs to be two different buttons because there's a slight delay between respawning and being able to get the buff. 175HP is realistic for demo, change for other classes.
This will put you back in spawn, at the actual round start. It's good for practicing actual rollouts, but not so much for doing a specific section over and over again. Use the setpos option as linked by tnm for the latter.
tf_preround_push_from_damage_enable 1
bind R "mp_restartgame_immediate 1"
bind T "hurtme -175"
You do the rollout, hit R to be back in spawn, hit T for buffs and go for it again. Needs to be two different buttons because there's a slight delay between respawning and being able to get the buff. 175HP is realistic for demo, change for other classes.
This will put you back in spawn, at the actual round start. It's good for practicing actual rollouts, but not so much for doing a specific section over and over again. Use the setpos option as linked by tnm for the latter.
Probably going to put a complete guide for demo rollouts if I decide to set aside the time for it, but here's the one that I use for the time being
sv_cheats 1
tf_preround_push_from_damage_enable 1
sv_allow_wait_command 1
alias beginsequence "sv_cheats 1; mp_restartgame 1; wait 264; addcond 5; hurtme -115; wait 395; removecond 5; wait 66"
bind "z" "beginsequence"
bind "x" "impulse 101"
I'll eventually try and make one so that you can practice forward respawn rollouts (I actually find these incredibly underrated but that's just me) to get to the fight faster.
[code]sv_cheats 1
tf_preround_push_from_damage_enable 1
sv_allow_wait_command 1
alias beginsequence "sv_cheats 1; mp_restartgame 1; wait 264; addcond 5; hurtme -115; wait 395; removecond 5; wait 66"
bind "z" "beginsequence"
bind "x" "impulse 101"[/code]
I'll eventually try and make one so that you can practice forward respawn rollouts (I actually find these incredibly underrated but that's just me) to get to the fight faster.