Page 38 of 57

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

Posted: Thu Aug 29, 2019 10:54 pm
by Kinsie
can you pleas add brtal dom to the wadsmush thnks

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

Posted: Wed Sep 04, 2019 4:31 pm
by ChapyOne
monstario wrote:GZDoom 4.2.0 seems to condense episode list if it's long enough, and it affects Wadsmoosh even though it would normally fit:
https://i.imgur.com/qHPgceI.png
Can this be fixed somehow?
I'm a bit late on this, but I went in and edited the Menudef myself to make it work again. I also added game titles to the side of the episodes for clearer sorting, but you can delete those lines if you don't want them. To fix this, open doom_complete.pk3 in any editor, open menudef.txt, and add this to the top:
Spoiler:
If you don't want the game titles on the side, just delete everything from 'Font "SMALLFONT2", "Gray"' to 'Font "SMALLFONT2", "Red"'

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

Posted: Tue Sep 10, 2019 12:05 pm
by ShadowOne333
ChapyOne wrote:
monstario wrote:GZDoom 4.2.0 seems to condense episode list if it's long enough, and it affects Wadsmoosh even though it would normally fit:
https://i.imgur.com/qHPgceI.png
Can this be fixed somehow?
I'm a bit late on this, but I went in and edited the Menudef myself to make it work again. I also added game titles to the side of the episodes for clearer sorting, but you can delete those lines if you don't want them. To fix this, open doom_complete.pk3 in any editor, open menudef.txt, and add this to the top:
Spoiler:
If you don't want the game titles on the side, just delete everything from 'Font "SMALLFONT2", "Gray"' to 'Font "SMALLFONT2", "Red"'
That change does work, but I have a couple of issues with it:
  • 1) If you go into the New Game option, see the list but go back before selecting any episode, the list goes back to the condensed form. The same thing happens if you enter any episode and try to select another from the main menu, you get the condensed list.
    2) The game titles on the side is a nice touch. However, in some monitors the letters do not show due to how far to the left they are. I also feel like the whole episode selection list is way down.
    Some suggestions might be to maybe reposition the letters in a better way could help with this. Like moving the entire list up a bit, and the game titles + episode names a bit to the right could help with this.
    Another way of doing it could be to move the entire list up a bit, then have the whole list of games in a vertical-list format, like:

    Which episode?
    Doom: (Your grey letters)
    Knee Deep
    Shores
    Inferno
    Thy Flesh
    Sigil
    Doom II:
    Hell on Earth
    No Rest
    Master Levels
    Final Doom:
    TNT
    Plutonia
Here's some screenshots to further detail the previous points:
https://imgur.com/a/7JdRBrw

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

Posted: Thu Sep 12, 2019 8:45 pm
by Kavoc201
So I'm loading this up with LZDoom and the episode list looks like this (This is on a low end laptop), but if I load it up with the latest GZDoom on my desktop, it has the normal episode list, but some of the episodes cut off at the bottom even after messing with the resolution settings, anyone know how I can get the small text or is that display based?

https://i.imgur.com/P3asaLj.png

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

Posted: Sun Sep 22, 2019 3:26 am
by Zoltar007
SIGIL 1.2 was released earlier. The end of level switch texture is now broken in WadSmoosh 1.14:
https://i.imgur.com/AkxTM04.png

This is how it looks loaded with the Ultimate Doom IWAD:
https://i.imgur.com/imF3roX.png

EDIT:
It's a "new SIGIL texture" according to the SIGIL 1.2 changelog: https://pastebin.com/NBmJwPty

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

Posted: Sun Sep 22, 2019 10:25 am
by JPL
Zoltar007 wrote:SIGIL 1.2 was released earlier. The end of level switch texture is now broken in WadSmoosh 1.14:
https://i.imgur.com/AkxTM04.png

This is how it looks loaded with the Ultimate Doom IWAD:
https://i.imgur.com/imF3roX.png

EDIT:
It's a "new SIGIL texture" according to the SIGIL 1.2 changelog: https://pastebin.com/NBmJwPty
Good catch, I've committed a fix to my code repo and will try to get a new build out soonish.

In the meantime, it's a one-line fix to the file data\patches_sigil you can apply by opening the file in notepad or whatever you like - create a second line after the one that says "SKY5" and add this:

Code: Select all

SIGILTEX : SIGIL
This will tell WadSmoosh to extract the SIGILTEX patch with the name SIGIL, where the game will find it, no new texture definition data or anything else needed. Make that change, run WS again, and you should be good.

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

Posted: Sun Sep 22, 2019 10:38 am
by Zoltar007
Awesome. Just saw the commit on your BitBucket repo.

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

Posted: Sun Sep 22, 2019 10:40 am
by site
thanks for the quick fix, was just about to run a new smoosh. glad i checked here first lol

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

Posted: Sun Sep 22, 2019 11:43 am
by ShockwaveS08
Since there hasn't been a Delta Touch update in forever, I'm still stuck on GZD_Vintage v3.8.2. Will these new author tags end up crashing older versions of GZDoom if I attempt to run this particular incarnation of WADSmoosh?

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

Posted: Sun Sep 22, 2019 8:28 pm
by JPL
ShockwaveS08 wrote:Since there hasn't been a Delta Touch update in forever, I'm still stuck on GZD_Vintage v3.8.2. Will these new author tags end up crashing older versions of GZDoom if I attempt to run this particular incarnation of WADSmoosh?
It looks like it runs fine but does give a bunch of errors (red text) on startup complaining about the unknown mapinfo property.

For those who didn't see the recent commit, I switched out the custom map credit image lumps for GZDoom's new Author property that can be defined in mapinfo. IMO it looks worse than my hand-crafted text right now, but for various minor compatibility reasons I'd rather just extract the original IWAD data and let GZDoom draw the text how it wants. This isn't in a release build yet.

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

Posted: Wed Sep 25, 2019 7:01 am
by MrRumbleRoses
will this be updated to the newest version of Sigil? since it seems to no longer work when trying to combine it with the other games

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

Posted: Wed Sep 25, 2019 7:25 am
by Gez

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

Posted: Wed Sep 25, 2019 7:59 am
by MrRumbleRoses
well i did notice that when i played the updated version. but i'm just saying hopefully it can be updated soon to combine it with the others

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

Posted: Sun Oct 06, 2019 11:38 am
by coltonrawr
Sigil v1.21 released a day later than v1.2. Sigil v1.2+ also has par times in it's DEHACKED file. Could these be added to WadSmoosh?

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

Posted: Mon Oct 07, 2019 8:56 pm
by enderandrew
I dropped the latest version on top of my old version of WadSmoosh and tried to modify it for lost.wad and lostepis.wad. Here is my modified version:

https://drive.google.com/file/d/1E1K1YC ... sp=sharing

As before, it seems to work, but I am getting some errors in the log when creating the PK3.

https://pastebin.com/RktL6XNg

Processing IWAD lost...
extracting graphics_lost...
Extracting pk3/graphics/L_EPI1.lmp
Extracting pk3/graphics/L_EPI2.lmp
Extracting pk3/graphics/L_EPI3.lmp
ERROR: Couldn't find lump with name M_EPI4
ERROR: Couldn't find lump with name SKY1
ERROR: Couldn't find lump with name SKY2
ERROR: Couldn't find lump with name SKY3A
ERROR: Couldn't find lump with name SKY3B
ERROR: Couldn't find lump with name SKY4
ERROR: Couldn't find lump with name


Processing IWAD lostepis...
extracting graphics_lostepis...
Extracting pk3/graphics/LE_EPI5.lmp
ERROR: Couldn't find lump with name FINAL1
ERROR: Couldn't find lump with name FINAL2
ERROR: Couldn't find lump with name M1ANI1
ERROR: Couldn't find lump with name M1ANI2
ERROR: Couldn't find lump with name M1ANI3
ERROR: Couldn't find lump with name M1ANI4
ERROR: Couldn't find lump with name M1ANI5
ERROR: Couldn't find lump with name M1ANI6
ERROR: Couldn't find lump with name M2ANI1
ERROR: Couldn't find lump with name M2ANI2
ERROR: Couldn't find lump with name M2ANI3
ERROR: Couldn't find lump with name M3ANI1
ERROR: Couldn't find lump with name M3ANI2
ERROR: Couldn't find lump with name M3ANI3
ERROR: Couldn't find lump with name M3ANI4
ERROR: Couldn't find lump with name M4ANI1
ERROR: Couldn't find lump with name M4ANI10
ERROR: Couldn't find lump with name M4ANI11
ERROR: Couldn't find lump with name M4ANI2
ERROR: Couldn't find lump with name M4ANI3
ERROR: Couldn't find lump with name M4ANI4
ERROR: Couldn't find lump with name M4ANI5
ERROR: Couldn't find lump with name M4ANI6
ERROR: Couldn't find lump with name M4ANI7
ERROR: Couldn't find lump with name M4ANI8
ERROR: Couldn't find lump with name M4ANI9
ERROR: Couldn't find lump with name M5ANI1
ERROR: Couldn't find lump with name M5ANI2
ERROR: Couldn't find lump with name M6ANI1
ERROR: Couldn't find lump with name M6ANI2
ERROR: Couldn't find lump with name M7ANI1
ERROR: Couldn't find lump with name M7ANI2
ERROR: Couldn't find lump with name M7ANI3
ERROR: Couldn't find lump with name M7ANI4
ERROR: Couldn't find lump with name M7ANI5
ERROR: Couldn't find lump with name M7ANI6
ERROR: Couldn't find lump with name M7ANI7
ERROR: Couldn't find lump with name M7LANI1
ERROR: Couldn't find lump with name M7LANI2
ERROR: Couldn't find lump with name M8ANI0
ERROR: Couldn't find lump with name M8ANI1
ERROR: Couldn't find lump with name M8ANI2
ERROR: Couldn't find lump with name M8ANI3
ERROR: Couldn't find lump with name M8ANI4
ERROR: Couldn't find lump with name M8ANI5
ERROR: Couldn't find lump with name M8ANI6
ERROR: Couldn't find lump with name M8ANI7
ERROR: Couldn't find lump with name M8ANI8
ERROR: Couldn't find lump with name M8ANI9
ERROR: Couldn't find lump with name M8EANI1
ERROR: Couldn't find lump with name M8EANI2
ERROR: Couldn't find lump with name M8EANI3
ERROR: Couldn't find lump with name M9AANI1
ERROR: Couldn't find lump with name M9AANI2
ERROR: Couldn't find lump with name M9AANI3
ERROR: Couldn't find lump with name M9BANI1
ERROR: Couldn't find lump with name M9BANI2
ERROR: Couldn't find lump with name M9BANI3
ERROR: Couldn't find lump with name M9EANI1
ERROR: Couldn't find lump with name M9EANI2
ERROR: Couldn't find lump with name M9EANI3


extracting sprites_lostepis...
ERROR: Couldn't find lump with name 1
ERROR: Couldn't find lump with name 2
ERROR: Couldn't find lump with name 3
ERROR: Couldn't find lump with name 4
ERROR: Couldn't find lump with name 5
ERROR: Couldn't find lump with name 6
ERROR: Couldn't find lump with name 7
ERROR: Couldn't find lump with name 8