exoscoriae / eXoDOS

eXoDOS
70 stars 3 forks source link

Master Levels for DOOM II (1995) #5444

Closed SmilingSpectre closed 6 days ago

SmilingSpectre commented 2 weeks ago

The Master Levels tuned wrong right now.

Well, they was tuned wrong initially, so nothing worked, and @Python-Exoproject fixed them there: https://github.com/exoscoriae/eXoDOS/issues/4867, and now they are working - only they does the wrong thing.

See, the disc of Master Levels contains two different collections.

So, you need to re-write .bat to use different configs for these two collections. I put configs here, for your convenience.

MasterLe.zip

Python-Exoproject commented 2 weeks ago

Ive used the files provided by @SmilingSpectre to update the run.bat and have the correct levels launch.

Ive added asking the user which set of levels they wish to access so we can load the correct set for both normal and network play.

There was an issue in that when selecting the Master Levels and then in the launcher choosing DOOM 1 you could attempt to load the master level wads which wouldnt work, however if you didnt know better youd be none the wiser as there was no error, it just loaded DOOM 1.

I got around this by tweaking the level list provided by spectre for DOOM 1 that is loaded when Master Levels for DOOM II is selected to list just one option, the original wad for DOOM. I added a note to the user menu and created a description that loads in the launcher for the DOOM 1 wad explaining why its the only option. Hopefully this will tell any users in this situation what they have done wrong.

MasterLevels.zip

exoscoriae commented 6 days ago

updated existing zip with these files