You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature you want
Essentially the game would have an additional folder called anything, for example dhewm and the source port would treat it like an additional game folder, with files like base and d3xp to load after the main files.
base
d3xp
redux
dhewm
base
d3xp
redux
What problem does it solve?
It would fix the issue of having to manually install and uninstall fixes for mods which have adjustments for the source port if you wanted to play the game without it for whatever reason, for example the doom 3 redux dhewm3 compatibility patch replaces the game00.pk4 file with one without a dll file, so currently you just have to switch between the files depending how you want to play.
The text was updated successfully, but these errors were encountered:
There are already different folders that are searched for gamedata, with different priorities.
You could keep the basic Doom3 data where it's now (probably next to dhewm3 executable or in a folder specified by fs_basepath or - on Windows - in Steam, or some other default installation directory that's searched by default).
And put dhewm3-specific data in mod-specific directories under fs_savepath.
By default, fs_savepath is:
On Windows: My Games\dhewm3\ in your standard Documents folder (C:\Users\yourname\Documents or whatever it is)
On Mac: Library/Application Support/dhewm3/ in your home directory
On other UNIX-like operating systems (Linux, BSD, ...): $HOME/.local/share/dhewm3/
fs_savepath should have a higher priority than fs_basepath (or a default basepath), so the things in there should override the stuff from the standard install.
Describe the feature you want
Essentially the game would have an additional folder called anything, for example
dhewm
and the source port would treat it like an additional game folder, with files likebase
andd3xp
to load after the main files.What problem does it solve?
It would fix the issue of having to manually install and uninstall fixes for mods which have adjustments for the source port if you wanted to play the game without it for whatever reason, for example the doom 3 redux dhewm3 compatibility patch replaces the
game00.pk4
file with one without a dll file, so currently you just have to switch between the files depending how you want to play.The text was updated successfully, but these errors were encountered: