Jump to content
  • 0

GAMEINFO can't find file


ryker

Question

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

  • 0

The first questions would be where these files are, where your MAPINFO-containing file is, and where GZDoom is.

Share this post


Link to post
  • 0
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 by Kappes Buur

Share this post


Link to post
  • 0
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.

Share this post


Link to post
  • 0
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.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...