Upvote Upvoted 2 Downvote Downvoted
binds/scrips for practicing rollouts
posted in Q/A Help
1
#1
0 Frags +

i honestly (am lazy) cant find any good scripts for practicing my demoman rollout
can you suggest any good scrips for practicing rollouts?

i honestly (am lazy) cant find any good scripts for practicing my demoman rollout
can you suggest any good scrips for practicing rollouts?
2
#2
4 Frags +

bind x noclip
bind mouse1 "+attack; impulse 101"

regen health/ammo on click
noclip back to spawn and do it again

bind x noclip
bind mouse1 "+attack; impulse 101"

regen health/ammo on click
noclip back to spawn and do it again
3
#3
2 Frags +

http://steamcommunity.com/sharedfiles/filedetails/?id=220851409

http://steamcommunity.com/sharedfiles/filedetails/?id=220851409
4
#4
4 Frags +

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.

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.
5
#5
0 Frags +

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.

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
[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.
Please sign in through STEAM to post a comment.