gzdoom_portable.ini must be present in the folder where you extracted GZDoom.
In this file you must specify where the various support files can be found, for example
I have my IWADs and autoexec.cfg files in a separate folder -> D:\IWADFS, then in the ini file I specift
[IWADSearch.Directories]
Path=D:\IWADS
Path=$DOOMWADDIR
Path=$HOME
Path=$PROGDIR
# Files to automatically execute when running the corresponding game.
# Each file should be on its own line, preceded by Path=
[Doom.AutoExec]
Path=D:\IWADS/autoexec.cfg
I start the game with a batch file, such as
gzdoom.exe -iwad DOOM2.WAD -FILE %1 D:\PWADs\MODS\Beautiful PFEnh.pk3 +logfile run.txt
to start the game with DOOM2.WAD and other files
or
gzdoom.exe -FILE %1 D:\PWADs\MODS\Beautiful PFEnh.pk3 +logfile run.txt
to start from the menu
then when MAP01 is loaded, open the console and type
whereisini to find the location of the ini file, eg
Of course, in it's simplest form you can stick all support files into the GZDoom folder.
Or simply use a launcher such as ZDL.
My point is that the paths in the ini file must match the actual file locations.
I hope that will help.
[b]gzdoom_portable.ini[/b] must be present in the folder where you extracted GZDoom.
In this file you must specify where the various support files can be found, for example
I have my IWADs and autoexec.cfg files in a separate folder -> D:\IWADFS, then in the ini file I specift
[quote][IWADSearch.Directories]
Path=D:\IWADS
Path=$DOOMWADDIR
Path=$HOME
Path=$PROGDIR
# Files to automatically execute when running the corresponding game.
# Each file should be on its own line, preceded by Path=
[Doom.AutoExec]
Path=D:\IWADS/autoexec.cfg[/quote]
I start the game with a batch file, such as
[quote]gzdoom.exe -iwad DOOM2.WAD -FILE %1 D:\PWADs\MODS\Beautiful PFEnh.pk3 +logfile run.txt[/quote]
to start the game with DOOM2.WAD and other files
or
[quote]gzdoom.exe -FILE %1 D:\PWADs\MODS\Beautiful PFEnh.pk3 +logfile run.txt[/quote]
to start from the menu
[imgur]https://imgur.com/IaoK3FY[/imgur]
then when MAP01 is loaded, open the console and type [i]whereisini[/i] to find the location of the ini file, eg
[imgur]https://imgur.com/AbjdpEd[/imgur]
Of course, in it's simplest form you can stick all support files into the GZDoom folder.
Or simply use a launcher such as ZDL.
My point is that the paths in the ini file must match the actual file locations.
I hope that will help.