shroomzy5000 Posted January 11 Hello Doomworld! I am currently learning how to make pk3 files in SLADE3 for a map I am working on. I was able to make the basic format of the file, merge in a texture pack I like, and a WAD I had made. So far so good... loading the map I saw some yellow text, but ultimately didn't seem to do anything. The map works perfectly fine, the textures are merged in, but I am concerned about the errors when booting. Heres a screenshot i attempted to capture before the box went away, sorry for the blurriness... Invalid data encountered for texture (map name).pk3:textures/pp_end Invalid data encountered for texture (map name).pk3:textures/pp_start I immediately recognized these lines as markers in Slade. When I imported the gothic texture pack, I have the first 2 folders in slade as flats then textures. Within the wad file for the gothic texture pack, the creator used these markers to separate the textures and flats, so they were copied over when doing the merge. i then just took the other bits from the texturepack wad and put below my textures folder, then drag and dropped my map wad below that... Out of curiosity I figured, if markers in the folder were causing the error and markers essentially do nothing, just delete them. I tried this out and now the map loads just fine without error. Since playability / texture loading was never seemingly affected by the error in the first place, I guess im trying to understand why it happened on a more technical level just to broaden my own knowledge. The files are structured as follows: top level top of flats folder with ff start map marker bottom of flats folder f_end textures folder with no markers Now prior to deleting the markers in the textures folder the appeared at the top and the bottom of the textures with names pp_start & pp_end. if those markers caused these errors, why are the markers in the flats folder not doing the same? Im curious as to if anyone may know the more technical reason for this to happen? 0 Share this post Link to post
Edward850 Posted January 11 You don't use markers in pk3 (zip) files. They are for wads only as lump order is an expected part of the spec, pk3s don't grantee a file order so they use folders instead. 1 Share this post Link to post
shroomzy5000 Posted January 12 Understood, ill go through and remove the markers. Is that also true for anything not in folders? 0 Share this post Link to post
Edward850 Posted January 13 Nothing in zip/pk3 files uses markers. That is a wad only thing, as it's the only place lump order is guaranteed. 1 Share this post Link to post