WadSmoosh - merge all official id releases into one PK3 IWAD

Any utility that assists in the creation of mods, assets, etc, go here. For example: Ultimate Doom Builder, Slade, WadSmoosh, Oblige, etc.
Forum rules
The Projects forums are ONLY for YOUR 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.
User avatar
vapidscum
Posts: 10
Joined: Wed May 23, 2018 4:32 pm
Location: freedomland

Re: WadSmoosh - merge all official id releases into one PK3

Post by vapidscum »

Modified ChapyOne's menudef code to look like this. Note that I've got vid_scale_customstretched on.
Spoiler:
Valken
Posts: 281
Joined: Mon Jun 08, 2015 7:32 am

Re: WadSmoosh - merge all official id releases into one PK3

Post by Valken »

I tried the above and it works on initial selection but if you escape back out, it goes back to the older scenario selection. Also if you load user wads/mods/maps, the Doom Episodes are still there but the actual scenarios are changed as normal.

Maybe rewrite it for mapinfo instead?
User avatar
BlueFireZ88
Posts: 1087
Joined: Tue Jan 18, 2011 9:04 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia (Modern GZDoom)
Location: Tallon IV
Contact:

Re: WadSmoosh - merge all official id releases into one PK3

Post by BlueFireZ88 »

I noticed that Wadsmoosh has a unique Startup title on bootup that says "DOOM: Complete: Wadsmoosh". Is it possible to change this, as I can't I find the reference to it in SLADE.
User avatar
Rachael
Posts: 13532
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: WadSmoosh - merge all official id releases into one PK3

Post by Rachael »

It was hardcoded a short time before we got full custom .iwad/.ipk3 support. Why would you need it changed, though? It pretty much works with any Doom 1 / Doom 2 mod.
User avatar
BlueFireZ88
Posts: 1087
Joined: Tue Jan 18, 2011 9:04 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia (Modern GZDoom)
Location: Tallon IV
Contact:

Re: WadSmoosh - merge all official id releases into one PK3

Post by BlueFireZ88 »

I suppose its not that important. Just asking to see if it was possible.
Hydra Spectre
Posts: 7
Joined: Tue Dec 31, 2019 11:13 pm
Graphics Processor: Intel (Legacy GZDoom)

Re: WadSmoosh - merge all official id releases into one PK3

Post by Hydra Spectre »

The episode titles don't properly show up when playing WadSmoosh with Brutal Doom.
User avatar
eharper256
Posts: 1038
Joined: Sun Feb 25, 2018 2:30 am
Location: UK
Contact:

Re: WadSmoosh - merge all official id releases into one PK3

Post by eharper256 »

For all of those having issues with small episode names; you don't need much; simply:

Code: Select all

ListMenu "EpisodeMenu"
{
Font "DOOMFONT"
}
Added to the top of the menudef.txt in your Wadsmoosh. We simply want GZDoom to be forced to use the normal font. That's it.
TheOldKingCole
Posts: 245
Joined: Wed Jan 30, 2019 7:12 pm

Re: WadSmoosh - merge all official id releases into one PK3

Post by TheOldKingCole »

Sigil appears to have missing textures
User avatar
funduke re-regist
Posts: 28
Joined: Mon Aug 08, 2016 5:07 pm

Re: WadSmoosh - merge all official id releases into one PK3

Post by funduke re-regist »

eharper256 wrote:For all of those having issues with small episode names; you don't need much; simply:

Code: Select all

ListMenu "EpisodeMenu"
{
Font "DOOMFONT"
}
Added to the top of the menudef.txt in your Wadsmoosh. We simply want GZDoom to be forced to use the normal font. That's it.
Thank you!
I needed that!

:)

Greetings
Funduke
User avatar
eharper256
Posts: 1038
Joined: Sun Feb 25, 2018 2:30 am
Location: UK
Contact:

Re: WadSmoosh - merge all official id releases into one PK3

Post by eharper256 »

funduke re-regist wrote:Thank you!
I needed that!
No problem.

Simple solutions are the best ones :chainsaw:
Hydra Spectre
Posts: 7
Joined: Tue Dec 31, 2019 11:13 pm
Graphics Processor: Intel (Legacy GZDoom)

Re: WadSmoosh - merge all official id releases into one PK3

Post by Hydra Spectre »

The problem is that each episode is displayed as something like "TXT-D1E1".
The actual titles don't show up when I play with Brutal Doom.
DovahClown
Posts: 20
Joined: Sun Dec 08, 2019 10:51 am

Re: WadSmoosh - merge all official id releases into one PK3

Post by DovahClown »

Does Wadsmoosh support the changes in SIGIL 1.21? I am thinking of downloading wadsmoosh.
User avatar
Rachael
Posts: 13532
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: WadSmoosh - merge all official id releases into one PK3

Post by Rachael »

You could put a silly wad with E5Mx maps in it that have nothing to do with SIGIL, call it sigil.wad, and wadsmoosh will pack them. It really doesn't care what version you use.
DovahClown
Posts: 20
Joined: Sun Dec 08, 2019 10:51 am

Re: WadSmoosh - merge all official id releases into one PK3

Post by DovahClown »

Rachael wrote:You could put a silly wad with E5Mx maps in it that have nothing to do with SIGIL, call it sigil.wad, and wadsmoosh will pack them. It really doesn't care what version you use.
Thanks, I will definitely install Wadsmoosh then!
Hydra Spectre
Posts: 7
Joined: Tue Dec 31, 2019 11:13 pm
Graphics Processor: Intel (Legacy GZDoom)

Re: WadSmoosh - merge all official id releases into one PK3

Post by Hydra Spectre »

https://imgur.com/a/5tfN4mq
Here are the problems with WadSmoosh.
Sigil's exit is untextures for some reason in WadSmoosh.
Post Reply

Return to “Creation, Conversion, and Editing”