svkaiser / Doom64EX

Doom64EX is a reverse-engineering project aimed to recreate Doom64 as close as possible with additional modding features.
http://doom64ex.wordpress.com/
GNU General Public License v2.0
237 stars 49 forks source link

doom64ex_pk3.txt does not exist #76

Closed KAMiKAZOW closed 6 years ago

KAMiKAZOW commented 6 years ago

https://github.com/svkaiser/Doom64EX/commit/e3530f517e5a2adb70b509e7d3ed8fe4e9d38c7b broke everything by hardcoding a file that does not even exist.

pinkwah commented 6 years ago

Yeah, I forgot to add it. Should be good now.

KAMiKAZOW commented 6 years ago

Instead of just packing all files, you create a text file that names all files individually. Makes no sense.

pinkwah commented 6 years ago

CMake reads it and creates the correct zip file. Had to do it this way to get it to work correctly on Windows.