Jump to content

How do you start recording demos?


Recommended Posts

When I start up doom what do I need to input into the command line to begin recording a demo. I pressed finish recording demo for the first time and it didn't finish recording so I assume I never started recording a demo.

Share this post


Link to post

If you are using Prboom+, you have to make a shortcut out of the .exe -file. Then right click on the shortcut -> properties

 

so you see something like:

Target: D:\prboom+2.5.1.4\prboom.exe

now change it into this:

D:\prboom+2.5.1.4\prboom.exe -iwad doom.wad -warp 1 1 -skill 4 -record filename.lmp

 

This will use DOOM 1 as the main game, warp into episode one, map one, ultra-violence difficulty (skill 4) and will record a file named "filename.lmp"

Edited by Looper

Share this post


Link to post

the easiest way to record demos is to use batch files.

to make a batch file, just create a .txt, enter some commands, and then save it as a .bat file extension/rename the .txt to .bat

here is an example of a batch file. this will record a demo using glboom+ on doom2, map 12, called mydoomdemo:

 

glboom-plus -iwad doom2 -skill 4 -complevel 2 -warp 12 -record mydoomdemo

a few notes:

for this to work, the glboom/prboom+ executable, the wad files, and the .bat file have to be in the same folder. apparently you can put pathnames in but i dont bother

to record maps on custom wads, you need to include a -file command in addition to the -iwad command. here is an example if you wanted to record on map12 of sunlust

glboom-plus -iwad doom2 -file sunlust -skill 4 -complevel 9 -warp 12 -record mydoomdemo

complevel sets the compatibility settings that match the type of .wad you are using. skills set the difficulty. skill 4 is ultra-violence. most demos are recorded on skill 4 or skill 5 (nightmare!) but you can make demos on whatever difficulty you want.

 

once you are ready to record the demo, double click on the .bat file and it will run glboom+, and youll be in doom2. once you are finished playing, exit the game as usual. you should find a .lmp file called 'mydoomdemo.lmp' in the same directory as your .bat file.

Edited by rehelekretep

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...