jdolan / quetoo

Quetoo ("Q2") is a free first person shooter based on id Tech2. GPL v2 license.
http://quetoo.org
204 stars 28 forks source link

Quemap -zip filename issue #610

Closed SpineyPete closed 3 years ago

SpineyPete commented 3 years ago

map-fractures.bat:

C:\Users\Spoiney\Documents\GitHub\quetoo-build\bin\Quemap.exe -p "C:\Users\Spoiney\Documents\My Games\Quetoo\default" -bsp -vis -light -antialias -mat -zip fractures

It's outputting the pk3 with the filename "map-fractur" rather than "map-fractures.pk3" at least on Windows 10, haven't checked Mac.

jdolan commented 3 years ago

qzip.c, line 346, change MAX_QPATH to MAX_OS_PATH.