Upvote Upvoted 4 Downvote Downvoted
How to restart rounds to practice rollout?
posted in Q/A Help
1
#1
Stream Highlights
0 Frags +

Specifically is there a command I can use in offline servers that restarts a round so I can practice a full rollout?

Specifically is there a command I can use in offline servers that restarts a round so I can practice a full rollout?
2
#2
1 Frags +

mp_restartround 1

mp_restartround 1
3
#3
5 Frags +

lil script for that

sv_cheats 1
sv_allow_wait_command 1
bind "your bind" "mp_restartgame_immediate 1; wait 900; hurtme -170" 
lil script for that
[code]sv_cheats 1
sv_allow_wait_command 1
bind "your bind" "mp_restartgame_immediate 1; wait 900; hurtme -170"
[/code]
4
#4
3 Frags +
// Rollout scripts
// ???Laz

// Usage: 'exec rollout'

// Set up the server (These are for use in offline practice mode).
// Change 'net_fakelag' to whatever your ping normally is.
alias setupserver "mp_tournament 1; sv_allow_wait_command 1; sv_cheats 1; net_fakelag 25; tf_preround_push_from_damage_enable 1"

// All the stuff for rolling out. 
alias reroll "mp_restartgame 1; wait 1000; hurtme -180"

// Change the bind here
bind KP_END reroll

i used this script for that, but i suppose #3 works just aswell

[code]// Rollout scripts
// ???Laz

// Usage: 'exec rollout'

// Set up the server (These are for use in offline practice mode).
// Change 'net_fakelag' to whatever your ping normally is.
alias setupserver "mp_tournament 1; sv_allow_wait_command 1; sv_cheats 1; net_fakelag 25; tf_preround_push_from_damage_enable 1"

// All the stuff for rolling out.
alias reroll "mp_restartgame 1; wait 1000; hurtme -180"

// Change the bind here
bind KP_END reroll
[/code]

i used this script for that, but i suppose #3 works just aswell
5
#5
3 Frags +

use the getpos command and use the output to teleport you to whichever section of the map you want if you want to practice different parts specifically

use the getpos command and use the output to teleport you to whichever section of the map you want if you want to practice different parts specifically
6
#6
-9 Frags +

dont have broken hands and u dont have to practice lol

dont have broken hands and u dont have to practice lol
Please sign in through STEAM to post a comment.