zing wrote:enderandrew wrote:
But it still fails to extra some files from the wads for some strange reason that I can't figure out, so I manually extract those and put them in my doom_complete.pk3 file.
Can you please explain which files were missing, and how did you put them in the doom_complete.pk3 file?
When I run it with my changes to include lost.wad and lostepis.wad and then check the log file you'll see some errors:
Processing IWAD lost...
extracting graphics_lost...
Extracting pk3/graphics/L_EPI1.lmp
Extracting pk3/graphics/L_EPI2.lmp
Extracting pk3/graphics/L_EPI3.lmp
ERROR: Couldn't find lump with name SKY1
ERROR: Couldn't find lump with name SKY2
ERROR: Couldn't find lump with name SKY3A
ERROR: Couldn't find lump with name SKY3B
ERROR: Couldn't find lump with name SKY4
...
Processing IWAD lostepis...
extracting graphics_lostepis...
Extracting pk3/graphics/LE_EPI5.lmp
ERROR: Couldn't find lump with name FINAL1
ERROR: Couldn't find lump with name FINAL2
ERROR: Couldn't find lump with name M1ANI1
ERROR: Couldn't find lump with name M1ANI2
ERROR: Couldn't find lump with name M1ANI3
ERROR: Couldn't find lump with name M1ANI4
ERROR: Couldn't find lump with name M1ANI5
ERROR: Couldn't find lump with name M1ANI6
ERROR: Couldn't find lump with name M2ANI1
ERROR: Couldn't find lump with name M2ANI2
ERROR: Couldn't find lump with name M2ANI3
ERROR: Couldn't find lump with name M3ANI1
ERROR: Couldn't find lump with name M3ANI2
ERROR: Couldn't find lump with name M3ANI3
ERROR: Couldn't find lump with name M3ANI4
ERROR: Couldn't find lump with name M4ANI1
ERROR: Couldn't find lump with name M4ANI10
ERROR: Couldn't find lump with name M4ANI11
ERROR: Couldn't find lump with name M4ANI2
ERROR: Couldn't find lump with name M4ANI3
ERROR: Couldn't find lump with name M4ANI4
ERROR: Couldn't find lump with name M4ANI5
ERROR: Couldn't find lump with name M4ANI6
ERROR: Couldn't find lump with name M4ANI7
ERROR: Couldn't find lump with name M4ANI8
ERROR: Couldn't find lump with name M4ANI9
ERROR: Couldn't find lump with name M5ANI1
ERROR: Couldn't find lump with name M5ANI2
ERROR: Couldn't find lump with name M6ANI1
ERROR: Couldn't find lump with name M6ANI2
ERROR: Couldn't find lump with name M7ANI1
ERROR: Couldn't find lump with name M7ANI2
ERROR: Couldn't find lump with name M7ANI3
ERROR: Couldn't find lump with name M7ANI4
ERROR: Couldn't find lump with name M7ANI5
ERROR: Couldn't find lump with name M7ANI6
ERROR: Couldn't find lump with name M7ANI7
ERROR: Couldn't find lump with name M7LANI1
ERROR: Couldn't find lump with name M7LANI2
ERROR: Couldn't find lump with name M8ANI0
ERROR: Couldn't find lump with name M8ANI1
ERROR: Couldn't find lump with name M8ANI2
ERROR: Couldn't find lump with name M8ANI3
ERROR: Couldn't find lump with name M8ANI4
ERROR: Couldn't find lump with name M8ANI5
ERROR: Couldn't find lump with name M8ANI6
ERROR: Couldn't find lump with name M8ANI7
ERROR: Couldn't find lump with name M8ANI8
ERROR: Couldn't find lump with name M8ANI9
ERROR: Couldn't find lump with name M8EANI1
ERROR: Couldn't find lump with name M8EANI2
ERROR: Couldn't find lump with name M8EANI3
ERROR: Couldn't find lump with name M9AANI1
ERROR: Couldn't find lump with name M9AANI2
ERROR: Couldn't find lump with name M9AANI3
ERROR: Couldn't find lump with name M9BANI1
ERROR: Couldn't find lump with name M9BANI2
ERROR: Couldn't find lump with name M9BANI3
ERROR: Couldn't find lump with name M9EANI1
ERROR: Couldn't find lump with name M9EANI2
ERROR: Couldn't find lump with name M9EANI3
So I use wadextract to extract those files. A .pk3 file is literally just a zip file. So I open doom_complete.pk3 with 7-Zip and then copy the missing files to the graphics folder in the zip file.