Just Osmo
|
Anyway to speed up the replays?Is there anyway to speed up the time between plays? As it stands now the game pauses for about 3-5 seconds inbetween plays. Is there a way to speed it up?
|
pabst
|
Re: Anyway to speed up the replays? | Just Osmo wrote: | | Is there anyway to speed up the time between plays? As it stands now the game pauses for about 3-5 seconds inbetween plays. Is there a way to speed it up? |
It depends on which script you're using to change the plays.
For the Replay Rewrite script:
Click Tools/Greasemonkey/Manage User Scripts.
Highlight the script and hit edit.
The variables you need to change are near the top.
| Code: | var preDelay = 3000;
var postDelay = 4500;
|
Change them to whatever you want.
If you're using one of the generic auto play scripts, look for the setTimeout lines. The number of milliseconds to wait is at the end of the line. Just change them to something smaller.
|
Just Osmo
|
Thanks man, yah im using the one you said. Thanks for the info.
|
|
|