jdolan / quetoo

Quetoo ("Q2") is a free first person shooter based on id Tech2. GPL v2 license.

Home Page:http://quetoo.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quemap -zip filename issue

SpineyPete opened this issue · comments

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.

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