| View previous topic :: View next topic |
| Author |
Message |
Just Osmo
Joined: 26 Aug 2008 Posts: 3
|
Posted: Tue Aug 26, 2008 9:48 pm Post subject: 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?
|
|
| Back to top |
|
 |
pabst Developer
Joined: 23 Jun 2008 Posts: 235
|
Posted: Tue Aug 26, 2008 11:01 pm Post subject: 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. |
|
| Back to top |
|
 |
Just Osmo
Joined: 26 Aug 2008 Posts: 3
|
Posted: Wed Aug 27, 2008 7:35 am Post subject: |
|
|
Thanks man, yah im using the one you said. Thanks for the info.
|
|
| Back to top |
|
 |
|