Omniscient Posted April 9, 2002 Share Posted April 9, 2002 I am trying to figure out how to record demos in multiplayer, can anyone help me out? Link to comment Share on other sites More sharing options...
Omniscient Posted April 9, 2002 Author Share Posted April 9, 2002 Should I have posted this in the Techical Help forum? I did not see the word "Strategy" when I came in here. Link to comment Share on other sites More sharing options...
Scooter Posted April 9, 2002 Share Posted April 9, 2002 Originally posted by Omniscient Should I have posted this in the Techical Help forum? I did not see the word "Strategy" when I came in here. Well I don't mind Seeing as it's a Q3a game - try record <file> at the console eg:- record myfinestgame Usually to stop recording its "stop" or somehting. I'm not at home right now, so I can't test it. Geberally though if you don't know the exact name of a command but you have an idea - type in the first few letters and press TAB in the console - the game will give you all the possible completions. You may want to bind a key to do "screenshot" too. Link to comment Share on other sites More sharing options...
joey_kool Posted April 9, 2002 Share Posted April 9, 2002 How do you play them thereafter? play demonamehere ? Link to comment Share on other sites More sharing options...
Omniscient Posted April 10, 2002 Author Share Posted April 10, 2002 Ok, i tried that but i get a message that goes something like this "g_synchronusClients must be set to 1" i have tried typing in "g_synchronusClients 1" but it didnt work Link to comment Share on other sites More sharing options...
Droniac Posted April 10, 2002 Share Posted April 10, 2002 It's the same engine as RtCW and so it might use the same codes, try typing this into the console: /g_syncronousclients 1 /record demoname /g_syncronousclients 0 Syncronousclients 1, to make it work. Syncronousclients 0, to make it go smooth again. If you wanna stop, i think the following code will work: /stoprecord Haven't tried it yet, but from what u guys say about synchronousclients and stuff, its similar or identicall to RtCW's demorecording codez. Link to comment Share on other sites More sharing options...
Omniscient Posted April 10, 2002 Author Share Posted April 10, 2002 Oh, i think i was spelling synchronous wrong Link to comment Share on other sites More sharing options...
Valdarious Posted April 11, 2002 Share Posted April 11, 2002 Make a config and put this in it. //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" Then just hit F12, to start then F12 to stop. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.