ryker Posted December 31, 2019 Im trying to load files using GAMEINFO and keep getting errors. Pls help! My GAMEINFO: LOAD = "BIBLE.WAD", "BOX.WAD", "CHAIR.WAD", "FOOD.WAD", "LANTERN.WAD", "TOILET.WAD" And it says it cannot find the files. What am I doing wrong? 0 Quote Share this post Link to post
0 Gez Posted December 31, 2019 The first questions would be where these files are, where your MAPINFO-containing file is, and where GZDoom is. 0 Quote Share this post Link to post
0 Kappes Buur Posted January 1, 2020 (edited) 16 hours ago, TheMindbender said: What am I doing wrong? Nothing as far as I can see, as long as the resource files are in the same folder as the pwad. If they are not in the same folder then you have to also include the path to the extra resources. For example, both of these are working for me: LOAD = "ZDCC_RES.wad", "IKDTEX.WAD" LOAD = "D:\TEXTURE_PACKS\ZDCC_RES\ZDCC_RES.wad", "D:\TEXTURE_PACKS\IKDTEX\IKDTEX.WAD" edit: Mind you, this is the standalone GAMEINFO lump and not the MAPINFO/GAMEINFO definition Edited January 1, 2020 by Kappes Buur 0 Quote Share this post Link to post
0 Gez Posted January 1, 2020 38 minutes ago, Kappes Buur said: If they are not in the same folder then you have to also include the path to the extra resources. That's okay for personal use, but for anything meant to be distributed, assuming people have the same directory layout as you is a bad idea. For example, loading D:\TEXTURE_PACKS\ZDCC_RES.WAD isn't going to work if the file is in C:\Games\Resources\Textures -- or if you're on Linux. 0 Quote Share this post Link to post
0 Kappes Buur Posted January 1, 2020 1 minute ago, Gez said: That's okay for personal use, but for anything meant to be distributed, assuming people have the same directory layout as you is a bad idea. For example, loading D:\TEXTURE_PACKS\ZDCC_RES.WAD isn't going to work if the file is in C:\Games\Resources\Textures -- or if you're on Linux. Very true. I assumed that TheMindbender was playing a pwad on his computer with those resources. There was no mention of distribution of a pwad, in which case all the resource files have to be included in the distribution. 0 Quote Share this post Link to post
Question
ryker
Im trying to load files using GAMEINFO and keep getting errors. Pls help!
My GAMEINFO:
LOAD = "BIBLE.WAD", "BOX.WAD", "CHAIR.WAD", "FOOD.WAD", "LANTERN.WAD", "TOILET.WAD"
And it says it cannot find the files. What am I doing wrong?
Share this post
Link to post
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.