Page 1 of 1

Accelerate replay

Posted: 27 Mar 2013, 11:55
by fruehling
Hey,

when checking a replay, is there a way to accelerate time or jump like 10 minutes? Or do I have to watch just in realtime?

Thanks!

Re: Accelerate replay

Posted: 27 Mar 2013, 11:59
by knorke

Re: Accelerate replay

Posted: 27 Mar 2013, 12:23
by dansan
Use the numpad-keys + and -.

If you want to watch a BA replay: in latest BA release those keys are used by sound widget. I had that problem just 5min ago :)

Download http://imolarpg.dyndns.org/trac/balates ... a?rev=1029 into HOME/.spring/LuaUI/Widgets/ (or whatever that is in your OS), make sure it's named "snd_volume_osd.lua" and it'll work again. Delete that file after the next BA release.

Re: Accelerate replay

Posted: 27 Mar 2013, 12:26
by fruehling
Thanks for your help! :)

(Yes, I'm using BA.)

Re: Accelerate replay

Posted: 27 Mar 2013, 12:39
by Silentwings
Pressing Alt and the -/+ will change speed in 94.0. With latest BA versions, you should use -/+ keys for volume.

There is a way to tell a replay to fast forward as fast as it can to a particular time but I forgot what it was. Can someone else remember?

Re: Accelerate replay

Posted: 27 Mar 2013, 13:41
by Jools
Numpad +/- are better on some keyboards. For example, I have + and - keys on very different locations: + is 2 steps left of backspace, and - is left of right shift button.

Re: Accelerate replay

Posted: 27 Mar 2013, 14:12
by dansan
Silentwings wrote:There is a way to tell a replay to fast forward as fast as it can to a particular time but I forgot what it was. Can someone else remember?
Enter chat mode with "Enter" and type "/skip 120" to skip to 2nd minute, "/skip 240" to skip to 4th minute, etc.

Some time ago that did hide all gfx and there was just a progress bar, but now it just runs with gfx at full speed. I think I saw something related to a progress bar in the BA-Trac... this: http://imolarpg.dyndns.org/trac/balatest/ticket/333

Re: Accelerate replay

Posted: 03 Apr 2013, 18:50
by fruehling
Cool, working fine, that's what I needed! :)

Re: Accelerate replay

Posted: 03 Apr 2013, 22:31
by dansan
It will prob. run faster if you disable all widgets:

Code: Select all

/luaui disable
If you then have no clock, you can get one with:

Code: Select all

/clock
To enable Lua when you want it funky again run:

Code: Select all

/luaui reload
To get rid of the clock run again:

Code: Select all

/clock

Re: Accelerate replay

Posted: 07 Apr 2013, 09:35
by hoijui
i extended the skip commands docu mentioned earlier by dansan:
http://springrts.com/wiki/Spring_Replays#Chat_Commands