Demo fast forward

14 replies [Last post]
tartaros
GreekPecker's picture
Offline
Joined: Feb 2006
Posts:

A tiny question again.

I must have damaged my cfg for movies cause i can't go fast forward anymore in demos. Any ideas?

I did a quick search but didn't find something.

.
emaciej's picture
Offline
Joined: Sep 2004
Posts:
Demo fast forward

[code:1]bind leftarrow "vstr seis_speed-"
bind rightarrow "vstr seis_speed+"
bind downarrow "vstr seis_speed_0.0"
bind uparrow "vstr seis_speed_1.0"
set seis_speed- "vstr seis_speed_0.9"
set seis_speed+ "vstr seis_speed_2.0"
set seis_speed_0.0 "set timescale 0.0001; cl_freezedemo 1; set seis_speed- vstr seis_speed_0.0; set seis_speed+ vstr seis_speed_0.1; echo ^2Timescale^7: ^30.0 (Paused);"
set seis_speed_0.1 "set timescale 0.1; cl_freezedemo 0; set seis_speed- vstr seis_speed_0.0; set seis_speed+ vstr seis_speed_0.2; echo ^2Timescale^7: ^30.1;"
set seis_speed_0.2 "set timescale 0.2; cl_freezedemo 0; set seis_speed- vstr seis_speed_0.1; set seis_speed+ vstr seis_speed_0.3; echo ^2Timescale^7: ^30.2;"
set seis_speed_0.3 "set timescale 0.3; cl_freezedemo 0; set seis_speed- vstr seis_speed_0.2; set seis_speed+ vstr seis_speed_0.4; echo ^2Timescale^7: ^30.3;"
set seis_speed_0.4 "set timescale 0.4; cl_freezedemo 0; set seis_speed- vstr seis_speed_0.3; set seis_speed+ vstr seis_speed_0.5; echo ^2Timescale^7: ^30.4;"
set seis_speed_0.5 "set timescale 0.5; cl_freezedemo 0; set seis_speed- vstr seis_speed_0.4; set seis_speed+ vstr seis_speed_0.6; echo ^2Timescale^7: ^30.5;"
set seis_speed_0.6 "set timescale 0.6; cl_freezedemo 0; set seis_speed- vstr seis_speed_0.5; set seis_speed+ vstr seis_speed_0.7; echo ^2Timescale^7: ^30.6;"
set seis_speed_0.7 "set timescale 0.7; cl_freezedemo 0; set seis_speed- vstr seis_speed_0.6; set seis_speed+ vstr seis_speed_0.8; echo ^2Timescale^7: ^30.7;"
set seis_speed_0.8 "set timescale 0.8; cl_freezedemo 0; set seis_speed- vstr seis_speed_0.7; set seis_speed+ vstr seis_speed_0.9; echo ^2Timescale^7: ^30.8;"
set seis_speed_0.9 "set timescale 0.9; cl_freezedemo 0; set seis_speed- vstr seis_speed_0.8; set seis_speed+ vstr seis_speed_1.0; echo ^2Timescale^7: ^30.9;"
set seis_speed_1.0 "set timescale 1.0; cl_freezedemo 0; set seis_speed- vstr seis_speed_0.9; set seis_speed+ vstr seis_speed_2.0; echo ^2Timescale^7: ^31.0 (Normal);"
set seis_speed_2.0 "set timescale 2.0; cl_freezedemo 0; set seis_speed- vstr seis_speed_1.0; set seis_speed+ vstr seis_speed_4.0; echo ^2Timescale^7: ^32.0;"
set seis_speed_4.0 "set timescale 4.0; cl_freezedemo 0; set seis_speed- vstr seis_speed_2.0; set seis_speed+ vstr seis_speed_8.0; echo ^2Timescale^7: ^34.0;"
set seis_speed_8.0 "set timescale 8.0; cl_freezedemo 0; set seis_speed- vstr seis_speed_4.0; set seis_speed+ vstr seis_speed_16.0; echo ^2Timescale^7: ^38.0;"
set seis_speed_16.0 "set timescale 16.0; cl_freezedemo 0; set seis_speed- vstr seis_speed_8.0; set seis_speed+ vstr seis_speed_32.0; echo ^2Timescale^7: ^316.0;"
set seis_speed_32.0 "set timescale 32.0; cl_freezedemo 0; set seis_speed- vstr seis_speed_16.0; set seis_speed+ vstr seis_speed_64.0; echo ^2Timescale^7: ^332.0;"
set seis_speed_64.0 "set timescale 64.0; cl_freezedemo 0; set seis_speed- vstr seis_speed_32.0; set seis_speed+ vstr seis_speed_128.0; echo ^2Timescale^7: ^364.0;"
set seis_speed_128.0 "set timescale 128.0; cl_freezedemo 0; set seis_speed- vstr seis_speed_64.0; set seis_speed+ vstr seis_speed_128.0; echo ^2Timescale^7: ^3128.0 (Maximum);"
[/code:1]

tartaros
GreekPecker's picture
Offline
Joined: Feb 2006
Posts:
Demo fast forward

Actually in my gaming cfg i don't have anything like that but i still watch demos at any speed i want. So it must be something i deleted to make the movie making cfg. Thx though, i guess this will work just fine.

--edit--

Thank you too foksie Winking

*spam*

x.foksie'loy.drt?
foksie's picture
Offline
Joined: Jun 2005
Posts:
Demo fast forward

just type \timescale x

where x is the speed (1 default).

id recomend a small prog called q3sdc wich allows you to fast forward, rewind and jump to time in demos after you convert them to a new format wich takes less space.

something like MVD in cpma.

you can get it -here-

I am proud of spreading a pirated Excessive Plus version and claim to be the original author, yay!

tartaros
GreekPecker's picture
Offline
Joined: Feb 2006
Posts:
Demo fast forward

The download speed almost reached 0.2 kb/s Big grin
Now i am beat, i'll check it tommorow. Thx!

.
emaciej's picture
Offline
Joined: Sep 2004
Posts:
Demo fast forward

download prog called 'seismovision' here its shareware

then you can watch demos with doubleclick on them, also you can fast forward, slow down and freeze and more, with prog you will get few cfgs with usefull scripts for watching demos

-C4-TYRANTuk.tyrant
Offline
Joined: Sep 2005
Posts:
Demo fast forward

but with seismovision, you can't rewind, which is a major downside Cool

~tyrant!~ZoO.ConcreteDonkey

x.foksie'loy.drt?
foksie's picture
Offline
Joined: Jun 2005
Posts:
Demo fast forward

with this prog, you can rewind, jump to position and CHANGE VIEWS.

thats right, from one user demo you can watch all users. Happy

I am proud of spreading a pirated Excessive Plus version and claim to be the original author, yay!

madbringer
Madbringer's picture
Offline
Joined: Jan 2006
Posts:
Demo fast forward

Foksie, could you perhaps up this program to rapidshare or something and drop the link here? It can't seem to be able to dl it from the site you posted a link to, it always gets interupted right before the finish Confused

ghost
Offline
Joined: Jan 2004
Posts:
Demo fast forward

Quote:
Madbringer: Foksie, could you perhaps up this program to rapidshare or something and drop the link here? It can't seem to be able to dl it from the site you posted a link to, it always gets interupted right before the finish Confused

http://www.ko.excessiveplus.net/tools.php

.
emaciej's picture
Offline
Joined: Sep 2004
Posts:
Demo fast forward

Foksie

from readme
[code:1]Unpack the archive into your Quake3 directory (where "quake3.exe" is located) [/code:1]

is it safe? i am kinda paranoic if i may install anything to q3 directory, i mean PB and pure and possible interferance and stuff, you know