Re: or -
08-14-2002, 09:25 AM
[quote="ToK Parker":dbc85]if you can hit 30 keys per second... you could print scrn all along the map and then import all the pics into flash... but
no one can do that anyway so don't try.[/quote:dbc85]
Actually you can use the Quake engine's avidemo feature to do that... But you WONT be happy with what you get!!!
here is a bit of script to set the commands to a toggle (so you can hit a key to start/ hit it again to stop). Type each line separately into the console, then in game you would hit the "F" key to start/stop (with the example code below that is)!
[code:dbc85]set avion "cl_avidemo 30; set nextavi vstr avioff"
set avioff "cl_avidemo 0; set nextavi vstr avion"
set nextavi "vstr avion"
bind f "vstr nextavi"[/code:dbc85]
what you get is 30 screenshots per second... BUT on my 1.6GHz 512DDR Ram w/ Radeon 64DDR computer the frame rate in game dropped so low... It was absolutely unplayable!! Not to mention that every other screenshot was all black...
I haven't found a good software (desktop recorder type) proggy yet that doesn't drastically f0rk the frame rate either... so it might be that the best way IS with external capture!!
|