Map 11 Progression Error with nerve.wad Loaded
Moderator: GZDoom Developers
Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
-
- Posts: 9
- Joined: Tue Aug 23, 2022 7:18 pm
Map 11 Progression Error with nerve.wad Loaded
Hopefully this hasn't been reported before. I couldn't find anything. Using GZDoom 4.9.0. Bug occurs when loading Doom II with the expansion episode No Rest for the Living. I like to load both No Rest for the Living as well as Master Levels when loading Doom II. Error occurs when completing Map 11 Circle of Death. If the expansion pack has been loaded (but you are playing Hell on Earth) you will not proceed to Map 12 The Factory. Instead you will proceed to Map 1 Earth Base which is the first map from No Rest for the Living.
-
- Lead GZDoom+Raze Developer
- Posts: 49130
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Map 11 Progression Error with nerve.wad Loaded
You need to give more info what you load and how you load it and what maps you have defined afterward.
For that, please post a startup log containing the contents of the 'listmaps' console command.
For that, please post a startup log containing the contents of the 'listmaps' console command.
-
- Posts: 9
- Joined: Tue Aug 23, 2022 7:18 pm
Re: Map 11 Progression Error with nerve.wad Loaded
See attached log file. Hopefully that helps.
Also Doom II is loaded with the following files/parameters: "-file DoomIImetalost.wad Liquidpatchv2.pk3 AltDHTPv1.3.pk3 AltBrightmapsDoom2.pk3 anidoom_1.3.pk3 master.wad nerve.wad"
When "nerve.wad" is removed the problem is resolved.
Also Doom II is loaded with the following files/parameters: "-file DoomIImetalost.wad Liquidpatchv2.pk3 AltDHTPv1.3.pk3 AltBrightmapsDoom2.pk3 anidoom_1.3.pk3 master.wad nerve.wad"
When "nerve.wad" is removed the problem is resolved.
You do not have the required permissions to view the files attached to this post.
-
- Lead GZDoom+Raze Developer
- Posts: 49130
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Map 11 Progression Error with nerve.wad Loaded
Well, look at the list and see where the NERVE levels are placed. The version you load overrides MAP12 and on - you cannot use this version and still play regular Doom 2 with it being loaded.
-
-
- Posts: 17921
- Joined: Fri Jul 06, 2007 3:22 pm
Re: Map 11 Progression Error with nerve.wad Loaded
This is not the original version of nerve.wad, this is a modified version that was made to play it in PrBoom+ before UMAPINFO was a thing so as to get the secret exit on the right spot.
If you load the original, unmodified version of nerve.wad, the one where it starts on MAP01, then GZDoom will do some behind-the-scene trickery to allow the NRFTL maps to coexist with the original Doom II map (basically renaming the map slots so that instead of MAP01 it's LEVEL01 and so on). It only does that with the pristine nerve.wad version; however. The general assumption is that if you load something that replaces MAP01, you want it to replace MAP01, and if you load something that replaces MAP12, you want it to replace MAP12.
If you load the original, unmodified version of nerve.wad, the one where it starts on MAP01, then GZDoom will do some behind-the-scene trickery to allow the NRFTL maps to coexist with the original Doom II map (basically renaming the map slots so that instead of MAP01 it's LEVEL01 and so on). It only does that with the pristine nerve.wad version; however. The general assumption is that if you load something that replaces MAP01, you want it to replace MAP01, and if you load something that replaces MAP12, you want it to replace MAP12.
-
- Posts: 9
- Joined: Tue Aug 23, 2022 7:18 pm
Re: Map 11 Progression Error with nerve.wad Loaded
Thanks. I had no idea that there was more than one Nerve.wad floating around.