Restrat is a multiplayer demo viewer where you watch demos inside of a game server (with your entire team watching separate POVS), anti strat tool, strategy testing/dry running tool all built into the server.
Demo Review
page hereStart Demo
All commands can be bound like this example:
bind o say “.pp"
- This would bind o
to Pause/Play
.playpause or .pp |
Plays and pauses a demo |
.rewind <seconds> |
Rewinds demo the amount of specified seconds |
.speedup |
Speeds up demo |
.slowdown |
Slows down demo |
.speed <x> |
Sets demo to X speed |
.stop |
Stops demo |
.next or .n |
Next round |
.previous or .p |
Previous round |
.spec |
Moves all players to spectate |
.observeme |
Locks all players POVs to |
.stopobserve |
Removes POV lock to observer |
bind uparrow say ".speedup" // Speeds up demo
bind downarrow say ".slowdown" // Slows down down
bind rightarrow say ".n" // Next round
bind leftarrow say ".p" // Previous round
bind rshift "say .pp" // Pause/Play toggle