[Done] Master Levels Menu Interface

For Total Conversions and projects that don't otherwise fall under the other categories.
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.

Got a cool project idea but nothing else? Put it in the project ideas thread instead!

Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.

Please read the full rules for more details.
Gez
 
 
Posts: 17937
Joined: Fri Jul 06, 2007 3:22 pm

Re: [Done] Master Levels Menu Interface

Post by Gez »

You'd need to edit the library script, recompile it, and update the compiled object.

First, open the pk3 with SLADE. Look at the file named MasterLevelsLibrary.txt in the root folder.

It's got a .txt extension, so SLADE will treat it as a regular text file. Use the "Text Language:" drop box to tell it instead to treat it as ACS (ZDoom).

From lines 48 to 68, you have the level track association, so update that as appropriate. Then save and hit the "compile ACS" button.

Now go to the ACS folder. You'll see MSTRLVLL.o (the original compiled script) and MasterLevelsLibrary.o (the new compiled script).

(If you don't have MasterLevelsLibrary.o, it means you haven't configured SLADE to use ACC, so you should do that first and try compiling again. Download [wiki]ACC[/wiki], install it somewhere, then in SLADE go to Edit->Preferences->Scripting->ACS and set the path to ACC.)

Delete MSTRLVLL.o and rename MasterLevelsLibrary.o to MSTRLVLL.o. Save the archive after that. Now the "varied music" option should play Peter's music pack.
flamming_python
Posts: 4
Joined: Wed May 18, 2022 11:59 am

Re: [Done] Master Levels Menu Interface

Post by flamming_python »

I went ahead and did it

Edited this release to include the 25th Anniversary edition MIDIs

All you have to do is open the zip, provide the .wad files to the maps folder (including the TEETH2.WAD as standard), then rename the zip to .pk3 and it should run fabulously

https://drive.google.com/file/d/1HRwIko ... sp=sharing
User avatar
BigStronk
Posts: 18
Joined: Wed Feb 12, 2020 1:23 pm
Graphics Processor: nVidia (Modern GZDoom)

Re: [Done] Master Levels Menu Interface

Post by BigStronk »

Hey how am I able to modify what maps show up? I want to implement some unused levels
Ultimate Freedoomer
Posts: 226
Joined: Fri Jan 30, 2015 10:32 pm
Location: Pittman Center

Re: [Done] Master Levels Menu Interface

Post by Ultimate Freedoomer »

With the "Master Levels MIDI Pack OST", would a future update just get rid of the "varied music" option & put those MIDIS as the default music?
User avatar
Tormentor667
Posts: 13554
Joined: Wed Jul 16, 2003 3:52 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia (Modern GZDoom)
Location: Germany

Re: [Done] Master Levels Menu Interface

Post by Tormentor667 »

That would be cool indeed

Return to “TCs, Full Games, and Other Projects”