- Registrado
- 7 de Ago, 2024
Coming very late with a reply, but I just tried it myself and it seemingly works. So far, I only quickly went through Temple of the Tisms but everything worked fine I think. I got my sneed ranks and everything. I'll keep playing as it's really fun, and make a post if I run into any issues.Dumb question, would Moonman Doom cooperate, or is it too far removed from default GZDoom to work?
Here's how you get it working:
First, get the moonman mod: https://gitgud.io/middlefingerman/moonman-doom-2
(Just click the blue Code button, then at the bottom "download source code" -> zip, and download a file called "moonman-doom-2-master.zip")
Then you make a bat file to launch the mods with GZDoom like so:
Código:
cd /d D:\Games\DOOM\gzdoom-4-14-1-windows
gzdoom.exe -iwad "D:\Games\DOOM\ORIGINAL-WADS\DOOM2.WAD" -config myconfig.ini -file "D:\Games\DOOM\kfdoom2\KFDoom 2 - Kiwi Dreams.pk3" "D:\Games\DOOM\MoonmanMod\moonman-doom-2-master.zip"
First line changes the current directory to the GZDoom directory (so you can slap the bat on your desktop and it will work from there too). Then the -iwad argument tells it where the original DOOM2.WAD file is, the -config might be optional I think (it will create a new myconfig.ini file that you can edit if you want).
The important part, with the -file arguments you want to first have the KFD2 mod, and the Moonman mod second. Otherwise, the HUD does not seem to work at all! This way, you should get the custom HUD from Moonman mod working.