• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Anybody remember Quake 2?

mally

Junior Member
JUst wondered if anyone remembered how to get the FPS demo up on Q2?
it's been soo long since I played that I forget.
 
Here are the correct lines to use at the Q2 console:

s_initsound 0
snd_restart 1
timedemo 1
map demo1.dm2

The first turn the sound off for benchmarking purposes. If you want sound, just remove these two, and run timedemo 1 and map demo1.dm2. Just remember when you are finished, if you want to play right after the demo, set timedemo 0 so everything will not be in turbo speed.

I would just cut and paste the above lines into notepad and save it as demo.cfg in your \Quake2\baseq2\ directory. Then you can just type 'exec demo.cfg' at the console.

Save the following lines as sound.cfg in the same directory and type 'exec sound.cfg' to get sound back and turn the timedemo function off.

s_initsound 1
snd_restart 1
timedemo 0

Hope this helps. . . .
 
Back
Top