Missing maps in Launch/game Options
Hi! I wanted to try DoomRunner instead of ZDL and I noticed, that when I want to start a game, the list of maps show only basic maps from Doom WAD. But it's missing e.g. from brutal doom mod. In ZDL it shows all maps. Is there any way to fix it? Thanks.
I didn't know pk3 files can have their own map names. I'll see how difficult it would be to read them from these files.
Maybe this could help? https://github.com/lcferrum/qzdl/blob/8acbe7080592031eeba0a0957e69b7e034162053/src/ZLibPK3.cpp#L30
EDIT: It looks like the pk3 is just a zip file, which contains MAPINFO.txt with information about the maps. https://zdoom.org/wiki/MAPINFO
EDIT2: Similar for wad (PWAD) files. As they are not always only maps (or they replace some maps, e.g. iddm1.wad), I load them under mods. For test I tried e.g. sigil.wad Also i noticed that when I select folder for maps (not exact file), the maps are also not loaded in the menu (when selecting single file under maps, then yes).