Code: Select all
File gzdoom.pk3 is overriding core lump mapinfo/doom2.txt.
any ideas as to what i could do? thanks!

Moderator: GZDoom Developers
Code: Select all
File gzdoom.pk3 is overriding core lump mapinfo/doom2.txt.
thank you for your insight.wildweasel wrote: ↑Tue Nov 07, 2023 11:33 pm To get it to not load (or recognize) commercial games, remove the game_support.pk3 file from the installation folder. It's probably wise to start a second install of GZDoom in another folder specifically for working on your standalone game, in that case.
However, this error message may be caused by something else, as the Doom IWAD does not contain any mapinfo lumps. If you're altering gzdoom.pk3, you probably shouldn't be doing that, and instead try moving the relevant lumps into your IWAD instead.
i got rid of the game_support.pk3 and renamed a freedoom file with the ipk3 as a test and it gave me this error:wildweasel wrote: ↑Tue Nov 07, 2023 11:51 pm If your file contains everything that is needed to play a game (including the PLAYPAL), just name it with a .ipk3 extension and the program will see it.
Code: Select all
OS: Windows 10 (NT 10.0) Build 19045
GZDoom version g4.11.0
./freedoom2.ipk3: Unable to find IWADINFO
File has been removed from the list of IWADs
C:/Users/littl/Desktop/Rage of Chaos/freedoom2.ipk3: Unable to find IWADINFO
File has been removed from the list of IWADs
Execution could not continue.
Cannot find a game IWAD (doom.wad, doom2.wad, heretic.wad, etc.).
Did you install GZDoom properly? You can do either of the following:
1. Place one or more of these wads in the same directory as GZDoom.
2. Edit your gzdoom-username.ini and add the directories of your iwads
to the list beneath [IWADSearch.Directories]
A custom IWAD needs its own IWADINFO lump.TIIKKETMASTER wrote: ↑Wed Nov 08, 2023 12:01 ami got rid of the game_support.pk3 and renamed a freedoom file with the ipk3 as a test and it gave me this error:
what should i do? im completely lost...Code: Select all
C:/Users/littl/Desktop/Rage of Chaos/freedoom2.ipk3: Unable to find IWADINFO File has been removed from the list of IWADs
![]()