Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Andrea Rovenski

How do you record Demos?

Recommended Posts

Manhunt21 said:

So, would I edit the file name from ZDOOM to ZDOOM -record MAP01.lmp?


That is what you need to add yes, but you place it on the command line.

One way to do that is to create a shortcut and enter it's properties, where you add the commands to the end of the file path.

e.g C:\...\ZDoom.exe -record MAP01.lmp

Share this post


Link to post
Manhunt21 said:

How would I record a custom map?
When I drag+Drop my .wad onto the shortcut, it loads the regular game. :/


It would appear drag and drop doesn't work if you have anything on the command line. Hence you will have to also use the command line to load your wad.

The command for this is -file.

e.g -file xxxxxxx.wad

Share this post


Link to post
Manhunt21 said:

Ontop of -record MAP01.lmp?

So Zdoom.exe -record MAP01.lmp -file custommap.wad?

Yes, or use a launcher. :P

Share this post


Link to post

Vermil said:
It would appear drag and drop doesn't work if you have anything on the command line. Hence you will have to also use the command line to load your wad.

Yeah, shortcuts seem to be retarded. (Or maybe source ports are at fault?) A batch file works fine, apparently. Paste a shortcut's command line into a text file, and add input variables:

D:\DOOM\8\exec\prboom+\prboom+.exe -record lol -skill 4 -warp 03 %1 %2 %3 %4 %5 %6 %7 %8 %9

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×