sky texture error
Moderator: GZDoom Developers
Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
- Shadelight
- Posts: 5113
- Joined: Fri May 20, 2005 11:16 am
- Location: Labrynna
sky texture error
when I start up zdoom it says sky1 needs to use entry 1252
can I have some help?
can I have some help?
- Shadelight
- Posts: 5113
- Joined: Fri May 20, 2005 11:16 am
- Location: Labrynna
- MasterOFDeath
- ... in rememberance ...
- Posts: 2024
- Joined: Sat Apr 03, 2004 10:58 am
- Shadelight
- Posts: 5113
- Joined: Fri May 20, 2005 11:16 am
- Location: Labrynna
- Bio Hazard
- Posts: 4019
- Joined: Fri Aug 15, 2003 8:15 pm
- Location: ferret ~/C/ZDL $
- Contact:
- Shadelight
- Posts: 5113
- Joined: Fri May 20, 2005 11:16 am
- Location: Labrynna
- Shadelight
- Posts: 5113
- Joined: Fri May 20, 2005 11:16 am
- Location: Labrynna
There's a lump that's usually called TEXTURE or TEXTURES or TEXTURE1 etc... That defines textures your wad can use. Likewise, there is PNAMES lump that defines all the patches your wad has. The TEXTURE lump will load up with other TEXTURE lumps (a.k.a. you can have more than one), but I think the condition is they have to have different names... not sure about that one. I don't think PNAMES is cumulative, however.
In anycase, you have to make sure all the textures you are using are defined in your TEXTURE lumps and all the patches those textures use are listed in the PNAMES lump. You can't just merge all the images files into one wad.
In anycase, you have to make sure all the textures you are using are defined in your TEXTURE lumps and all the patches those textures use are listed in the PNAMES lump. You can't just merge all the images files into one wad.