Intangible Posted May 30, 2002 Posted May 30, 2002 does anyone know how to record demos? is it possible? i think it would be a great learning tool.
teleguy Posted May 30, 2002 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.
Silent_Thunder Posted May 31, 2002 Posted May 31, 2002 This might be a stupid question... but how do you play the demo after you make it?
The_Wounded Posted May 31, 2002 Posted May 31, 2002 good question but probably the same way as in quake 3.
tadmaz Posted May 31, 2002 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...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.