Option to choose folder where IWADS are located
Moderator: GZDoom Developers
-
- Posts: 94
- Joined: Fri Jan 14, 2022 8:31 pm
Option to choose folder where IWADS are located
So I noticed that with Raze, if I put the game files into folders but keep the folders in the same directory as the executable, Raze will still detect all the games. Whereas in GZDOOM, I have to put all the IWADS into the same directory as the executable, and they won't be detected when put into a folder even if the folder is in the same directory as the executable. I know I can go into the .INI to change where the files are detected but...I don't know how to do that haha. It would be great to be able to have a system like Raze's in place, or even have an option to choose what folder the program should check for IWADS. Just a suggestion to help the technologically illiterate such as myself
-
- Lead GZDoom+Raze Developer
- Posts: 49118
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Option to choose folder where IWADS are located
I plan to combine the base game file lookup for both ports eventually. But it's not a high priority feature so it may take time.
-
- Posts: 136
- Joined: Fri Feb 28, 2014 4:27 pm
Re: Option to choose folder where IWADS are located
Just add, in the ini file:Casualfan wrote:So I noticed that with Raze, if I put the game files into folders but keep the folders in the same directory as the executable, Raze will still detect all the games. Whereas in GZDOOM, I have to put all the IWADS into the same directory as the executable, and they won't be detected when put into a folder even if the folder is in the same directory as the executable. I know I can go into the .INI to change where the files are detected but...I don't know how to do that haha. It would be great to be able to have a system like Raze's in place, or even have an option to choose what folder the program should check for IWADS. Just a suggestion to help the technologically illiterate such as myself
[IWADSearch.Directories]
Path=.
Path=$DOOMWADDIR
Path=$HOME
Path=$PROGDIR/iwads
-
- Posts: 14
- Joined: Tue May 31, 2022 12:58 pm
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Vancouver, BC, Canada
Re: Option to choose folder where IWADS are located
Very cool.Graf Zahl wrote:I plan to combine the base game file lookup for both ports eventually. But it's not a high priority feature so it may take time.
In the meantime, Casualfan, you could try a loader like ZDL or something. Makes keeping your wads/maps/etc organized a lot easier.