Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Daiyu_Xiaoxiang

Record Doom Episode 4

Recommended Posts

I want to record Doom Episode 4, however when I insert the code it keeps on showing episode 3 levels, can anyone help me?

This is the code I insert, the prboom-plus code is already added. The one below in the code after the prboom-plus code. n is the map number.

"-iwad doom.wad -skill 4 -warp 4 n -complevel 2 -record X -file doom.wad"

Share this post


Link to post

Yes, -complevel 3 should solve this.

Moreover:
- when you type -iwad doom.wad you don't need to repeat doom.wad with -file parameter.
- -iwad and -file don't need .wad extension (unlike Vanilla and Chocolate Doom).

so you simply type:

-iwad doom -complevel 3 -skill 4 -warp 4 n -record X


(if your default skill is 4, it can be simplified further, but let's stop here...)

Share this post


Link to post

This also raises another point: presumably you have been using -complevel 2 if you record on episodes 1-3?

This causes the program to emulate the behaviour of Registered Doom 1.9 (the same exe as Doom2.exe 1.9). That's not a disaster (the iwad maps still work of course), but it does alter the lost soul behaviour, and will therefore lead to desyncs unless the viewer also forces this complevel, which is obviously undesirable.

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
×