Intangible Posted May 30, 2002 Share Posted May 30, 2002 does anyone know how to record demos? is it possible? i think it would be a great learning tool. Link to comment Share on other sites More sharing options...
teleguy Posted May 30, 2002 Share Posted May 30, 2002 Create a textfile in your base folder. Name it autoexec.cfg (not autoexec.txt or autoexec.cfg.txt) . Paste in this script //REcord Demo - Press F12 set record1 "g_synchronousclients 1; record; g_synchronousclients 0; echo Recording Started; bind f12 vstr record0" set record0 "stoprecord; echo Recording Stopped; g_synchronousclients 0; bind f12 vstr record1" bind f12 "vstr record1" and save the file. This script records a demo when you press F12 but you can replace F12 with any other key you like. Link to comment Share on other sites More sharing options...
Silent_Thunder Posted May 31, 2002 Share Posted May 31, 2002 This might be a stupid question... but how do you play the demo after you make it? Link to comment Share on other sites More sharing options...
The_Wounded Posted May 31, 2002 Share Posted May 31, 2002 good question but probably the same way as in quake 3. Link to comment Share on other sites More sharing options...
tadmaz Posted May 31, 2002 Share Posted May 31, 2002 Click here for JK2 Recording Demos! It's got instructions in it. Playing a recorded demo is like this, go into multiplayer, click play, click play demo... Link to comment Share on other sites More sharing options...
Intangible Posted June 3, 2002 Author Share Posted June 3, 2002 cool, thanks man Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.