map description file
Map description file is not being displayed. DoomRunner is looking for text file to have an extension in upper case. Can you make it case insensitive so it will load either TXT or txt depending on what is in the zip file?
I cannot reproduce this issue. I created a text file with both TXT and then txt suffix and it opened in both cases. My code already tries to open both the uppercase and lowercase variants. Can you show me how are the original WAD file and text file called?
I have extracted your zip into my maps directory and double clicked it in DoomRunner and the txt file opened correctly.
(I'm using Kubuntu 24 for this)
Are you sure, both the wad file and txt file are in the same directory, next to each other?
I have extracted your zip into my maps directory and double clicked it in DoomRunner and the txt file opened correctly. (I'm using Kubuntu 24 for this)
Are you sure, both the
wadfile andtxtfile are in the same directory, next to each other?
I'm sorry. I'm using zip files directly. I do not unpack them. Can you add a support for for zip files? I mean, if both wad and txt are in the zip file it will read txt and present on the screen.