Jump to content

Home

How do ya take a screenshot and record video?


TalonX

Recommended Posts

There is no key for recording a demo either. The command is record 'filename' and filename can be anything you wish to name the demo. You may have to set g_synchronousClients to 1 as I had to for demo recording to work. To playback demos, goto 'Play Demo' under the 'Play' Menu.

 

Demo recording only works in the Multiplayer aspect of Jedi Knight II, and sadly, not the Singleplayer aspect (as far as I know. The demo commands are unrecognized in the Singleplayer aspect)

Link to comment
Share on other sites

Uh...to take a screenshot all you have to do is hit the Print Scrn button on the top of your keyboard, then when you exit the game, go into your favorite image editor and Paste it in there, but you can only do this once per game session.

If there's an in game command that allows you to save multiple screenshots, I don't know what it is :(

 

Not too sure on the demo recording though...

Link to comment
Share on other sites

To take a screenshot get the console to show up shift a ` and then type in /bind " " sceenshot. Type whatever key you want for it to do it's function, but leave the qoutes there. I don't know about the demo recording though, seems complicated (for me anyway). I'm wanting to save it on my computer somehow. Oh well.

Link to comment
Share on other sites

For recording demo's type (in console)

 

g_synchronousclients 1

(server must have that set also)

 

record demoname

 

Where demoname is the name of the demo you want it to be.

 

 

Or , make a cfg file. Open up note pad .

 

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"

 

 

--------

 

 

Save the file as autoexec.cfg , put that in your base directory.

Default would be:

 

C:\Program Files\LucasArts\Star Wars JK II Jedi Outcast\GameData\base

 

then load up the game.

 

Then to record a demo all you have to do , is hit f12 to start it, and f12 to stop it. It will name then sequencially as you go.

 

demo0000.dm_15 , demo0001.dm_15 , demo0002.dm_15 , ect ,ect.

 

They'll be in your base/demos folder. And to watch you can either do it in 'play demo' from the multiplayer .exe . click 'play' - 'play demo' cklick the demo.

 

or in console type:

 

demo demo0001.dm_15

 

where demo0001.dm_15 is the name of the demo.

 

to stop (i think)

 

stopdemo

 

or demostop...whichever.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...