A mod for Hideous Destructor, adding various optional features and mechanics. Originally started as HD-Scavenger with a focus on longer-term "survival" features, but rapidly expanded into a general purpose enhancement mutator.
The following download options are available:
master
build. Constantly-updated version which targets the latest main
development version of Hideous Destructor. Most up to date but may have bugs, testing features, or be broken.Click here to go to the Manual (work in progress)
Depending on which version you download, you may receive a file with a .zip
or .pk3
extension. Internally, these files are identical and GZDoom will load either type just fine. You should not unzip the file unless followin the advanced instructions below to customize your modules.
Ugly as Sin requires either the GZDoom or LZDoom, and must be loaded after Hideous Destructor in all cases. You may do this with a command-line or script file, or a graphical Doom-engine launcher like ZDL. Dragging-and-dropping the files onto GZDoom is not recommended as load order will be unpredictale.
Example command line:
gzdoom -file HideousDestructor-main.zip Ugly-as-Sin-master.zip -skill 4 -warp e1m4
Most of the time you will want to load the complete mod with all features enabled. However, some players may wish to customize their experience by only using certain features. This is supported throught the use of standalone code "modules" within the main mod.
Instructions
.pk3
extension it can be renamed to .zip
.mapinfo.txt
, zscript.zsc
, etc). These provide required "glue" to load the complete mod and will not be needed for loading individual modules.buildscripts/
folder. This only contains automated scripts and template shims.core/
, 2fcartridges/
, medical/
, etc. These are the modules which can be loaded individually. You may:
.pk3
or .zip
files.core/
) must be loaded before any other modules, or errors will occur!Ugly as Sin is always under rapid development and typically targets the "bleeding edge" main
branch of Hideous Destructor. Bugs may be reported here as Github Issues, on the ZDoom forums in the Ugly as Sin thread, or on the Hideous Destructor discord server.