Skip to content

Fork of JP LeBreton's WadSmoosh with added support for Freedoom

License

Notifications You must be signed in to change notification settings

nathan-hyan/wadsmoosh-freedoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork of WadSmoosh to fix various things

WadSmoosh - simple IWAD merge utility

WadSmoosh merges your provided Ultimate Doom, Doom 2, Master Levels, No Rest for the Living, Final Doom, and Sigil data into a single IWAD file that can be played in GZDoom, with each game as its own entry in the episode list. This makes it very convenient to play all of classic Doom's official releases without relaunching the game with different settings.

It's fine if you don't have all of the Doom games, eg you have Doom 2 but not Final Doom - WadSmoosh will package up everything it can find.

If you're not a Doom expert and just bought these games off Steam etc, see the Absolute Beginner's Guide section below.

Usage

Simply copy all your WADs into the source_wads/ subfolder, then run WadSmoosh. A log will appear showing progress and any errors that arise.

If you're in Windows, click wadsmoosh.exe.

Note: Windows support is only half-working. I do not have Windows so I'm unable to recompile the code. As a result, the file it outputs will be called doom_complete.pk3 instead of doom_complete.ipk3 which can cause GZDoom to not recognize it. Simply rename the file and it will work. I have tested it in wine and it worked so presumably it should work just as well on actual Windows beyond that little issue.

If you're in macOS or Linux, run the wadsmoo.sh shell script - Python 2 and 3 are both supported now.

WadSmoosh will create a new file called doom_complete.pk3 with all the game content in it. You can run this in GZDoom with -iwad doom_complete.pk3 at the command line, or even rename it to doom2.wad and run without any command line needed. GZDoom 2.4 and later will recognize the doom_complete.pk3 file as a valid IWAD without any name change needed.

If you've extracted the No Rest for the Living add-on episode for Doom 2 from Doom 3: BFG Edition or the PSN or XBLA versions, make sure it's named nerve.wad in the source_wads/ folder.

In rare cases, you may need to uncheck the source_wads/ folder's read-only status.

Advanced users can edit wadsmoosh_data.py to customize how and what WadSmoosh extracts. This file is Python code, read by the main program at runtime, so no recompile is required. You can also customize the ordering of the Master Levels by running WadSmoosh from the command line with a text file defining the ordering as an extra parameter. The "Xaser ordering" is the default, but masterlevels_order.txt provides the mostly-alphabetical "PSN ordering", and more info on this customization option is included in comments at the top of that file. This is the only configuration option that WadSmoosh supports, and in general I'm opposed to adding more such options without turning WadSmoosh into a full-on GUI program.

Supported WADs

WadSmoosh is not a general-purpose tool for merging Doom WADs; it is for merging retail content only - it was created in 2016 out of a desire for a "complete" retail version of Doom and Doom II, and only exists as a program because the IWAD file that it generates cannot be distributed legally. Please do not ask if WadSmoosh will support any specific WAD. If you want to add your own content to a custom IWAD, please either modify WadSmoosh's source code yourself, or simply edit the doom_complete.pk3 file WadSmoosh generated on your computer by opening it in a ZIP archive management program. Please do not ask me for support when doing either.

Here is the official list of WADs that WadSmoosh will recognize:

  • Ultimate Doom (doom.wad)
  • Doom (original registered version of doom.wad, containing only episodes 1-3)
  • Xbox Doom's extra levels (sewers.wad and betray,wad)
  • Doom II (doom2.wad)
  • The extra content in the Unity releases of Doom and Doom 2. (doomu.wad and doom2u.wad)
  • The Master Levels (the 20 unmodified WAD files from the retail release)
  • Final Doom (tnt.wad and plutonia.wad)
  • No Rest for the Living (nerve.wad)
  • Sigil (sigil.wad and its optional music addon sigil_shreds.wad)
  • Sigil II (sigil2.wad, either its MIDI or MP3 soundtrack versions)
  • Freedoom Phase 1
  • Freedoom Phase 2

For Sigil and Sigil II, all the filenames for different releases of those WADs are also recognized; you shouldn't have to rename your original files.

None of the "official add-on" content from the Unity-based rereleases of Doom and Doom II is supported. Only the versions of doom.wad and doom2.wad in the install folders for these ports are supported; they are virtually identical to the original data files.

FreeDoom support

Download Freedoom for Free in this link

This fork enables the support for both Freedoom Phase 1 and 2 maps, music and NEW textures. It does not use the sprites nor the Doom-replacing textures since they will use the original ones. (I might add support for them in a future release but it's not on my to-do list right now.)

This fork uses the actual episode names rather than simply adding all of Fredoom Phase 1 as a single episode and uses the name "Destination: Earth" as the name for Phase 2 based on the exit text of Phase 1.

The current To-do list is:

- Locate the remaining freedoom map credits into the MAPINFO lump currently listed as unknown author.

Everything else from the to-do list of the upstream of this fork has been done.

Absolute Beginner's Guide

  1. Download WadSmoosh and extract it to a folder.
  2. Find the folder(s) where Steam/GoG installed your game(s). For Steam, this will be something like <Steam folder>\SteamApps\Common\<game name>\base.
  3. Copy any files you find with a .WAD extension to the source_wads/ subfolder where you extracted WadSmoosh.
  4. Run wadsmoosh.sh. Then the console will prompt confirmation and then show progress.
  5. When it closes, you should have a file in the WadSmoosh folder called doom_complete.pk3.
  6. Download GZDoom and extract it to a folder.
  7. Copy the doom_complete.pk3 file to GZDoom's folder.
  8. Launch GZDoom and play!

If you have any issues, the How_to_download_and_run_Doom page on the Doom wiki might be helpful.

Copyright © 2001-2022 Contributors to the Freedoom project. All rights reserved.

About

Fork of JP LeBreton's WadSmoosh with added support for Freedoom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published