I have skimmed every page here and cannot seem to find the answer to why I cannot get a good experience out of this. I have games like Blade of Agony, Total Chaos and various Brutal Doom setups working just fine.
Here is my setup:
I have a folder under my $Home called 'gzdoom'. In that folder, I have a folder 'Diablo3D'. In that folder I two folders; 'soundfonts' and 'fm_banks'
In that folder is a 'Diablo.sh' with only two lines.
Code: Select all
#!/bin/bash
gzdoom -iwad heretic.wad -config ./config.ini
I also have a file 'config.ini'. This file is generated new and then I add the following lines;
Code: Select all
[IWADSearch.Directories]
Path=$HOME/gzdoom/IWADS # Folder containing all IWAD files
[FileSearch.Directories]
Path=$HOME/gzdoom/Diablo3D # Folder containing game assets, config.ini and other PWAD or pk3 files
[SoundfontSearch.Directories]
Path=$HOME/gzdoom/Diablo3D/soundfonts # No use for these just yet, but for completeness and possible future use
Path=$HOME/gzdoom/Diablo3D/fm_banks # I keep them
I have done this in setting up all my games, DoomU/II, Heretic, Hexen, Strife, etc and they all have sort of mods or addons installed. I edit the config.ini and put the list of files under the global load heading, as exampled here:
This is my current Brutal Doom Extermination Day setup:
Code: Select all
[Global.Autoload]
Path=$HOME/gzdoom/BD Extermination Day/brutal-doom_v21_ADS.pk3
Path=$HOME/gzdoom/BD Extermination Day/DoomMetalVol6.wad
Path=$HOME/gzdoom/BD Extermination Day/EdayMusic001.wad
Path=$HOME/gzdoom/BD Extermination Day/EdayTest001.pk3
Path=$HOME/gzdoom/BD Extermination Day/UDV_v2.12_A_BASE_FIXED.pk3
Path=$HOME/gzdoom/BD Extermination Day/UDV_v2.13_B_VISOR_Alt_1.pk3
Path=$HOME/gzdoom/BD Extermination Day/UDV_v2.13_C_GFX_HIRES_Mugshot_BASE.pk3
Path=$HOME/gzdoom/BD Extermination Day/UDV_v2.13_C_GFX_ScreenEffects_LQ.pk3
Path=$HOME/gzdoom/BD Extermination Day/UDV_v2.13_D_MISC_FONT_A_RestoreOriginal.pk3
Doing it this way each time, ensures I have assets loading ONLY for the game I want them to load.
Then comes this, Diablo 3D. I had played it a long time ago, not much and was wanting to give it a go again as I am interested again in the id Tech 1 games again.
Following the instructions, I download "DIABLO 3D V1.2.1 GODLY.rar", the 2.7 GB FULL file in the first post. I also download the "Diablo 3D Version 1.2.2 Patch.rar" 500 GB patch.
I extract the contents of the download into my Diablo3D folder. I then view the "iron tusks Diablo 3D - FULL.bat" file, copying the loaded assets, in the same order into the config.ini;
Code: Select all
[Global.Autoload]
Path=$HOME/gzdoom/Diablo 3D/brightmaps.pk3
Path=$HOME/gzdoom/Diablo 3D/Hexen_brightmaps.pk3
Path=$HOME/gzdoom/Diablo 3D/woc_nothexen.pk3
Path=$HOME/gzdoom/Diablo 3D/woc_v3.1.4.pk3
Path=$HOME/gzdoom/Diablo 3D/woc_v3hereticpatch.pk3
Path=$HOME/gzdoom/Diablo 3D/Hexen_lights.pk3
Path=$HOME/gzdoom/Diablo 3D/Heresypack.pk3
Path=$HOME/gzdoom/Diablo 3D/hereHDModels.pk3
Path=$HOME/gzdoom/Diablo 3D/HereHQsounds.pk3
Path=$HOME/gzdoom/Diablo 3D/diablo.pk3
Path=$HOME/gzdoom/Diablo 3D/heretic_GODLY_TEXTURES.pk3
Path=$HOME/gzdoom/Diablo 3D/dark_doom_lite.pk3
Path=$HOME/gzdoom/Diablo 3D/diabloPBR.pk3
Path=$HOME/gzdoom/Diablo 3D/diabloPBRtex.pk3
Path=$HOME/gzdoom/Diablo 3D/Diablo3D.wad
These are extra, not referenced files in the batch.
heretic-gui.pk3
heretic-models.pk3
Missing files that ARE in the batch, not in the download:
brightmaps.pk3 -> Educated guess, this is what is in the game's gzdoom folder in "/usr/share/gzdoom/", no problem. I can either copy it, or even omit the entry int he global line, altogether.
Hexen_brightmaps.pk3 -> I only obtained this from the WAD archive site. Is it a correct version? Is it from the correct mod? I have no clue.
Hexen_lights.pk3 -> I only obtained this from the WAD archive site. Is it a correct version? Is it from the correct mod? I have no clue.
hereHDModels.pk3 -> Educated guess, I went ahead and renamed the extra file "heretic-models.pk3" to this.
dark_doom_lite.pk3 -> I only obtained this from the WAD archive site. Is it a correct version? Is it from the correct mod? I have no clue.
In the end, I have a game that seems a bit of a mess. excessive shadowing, misaligned textures in some places and I am curious if some of them are even presented properly.
What mods should I go download to make sure I get the intended experience? I found an updated version of WoC, but it seems more geared for Hexen than Heretic.
While the readme ore original post has a goods bit of information, I think it is missing a lot of information. Same for the included readme. The ONLY reference to a possible solution is someone asked on one of the first 10 pages about missing Hexen_brightmaps.pk3 and the best way to obtain the mod that contained it if any, and there didn't seem to be a response even three pages later.
I am running Arch Linux (Installed on 15-December-2021, updated 5-January-2022.
gzDoom is at version 4.7.1
All IWADS come from my long standing personal collection. I still have Doom on 3 3.5" floppies and 1.9 update patch disc. So, I have access to many IWAD versions.
Any suggestions folks? I will be going through the included INI from the downloads and making sure as many of the individual settings and tweaks are brought over.