Tested on MinGW64/MSYS2 (and on Linux, to make sure I didn't break anything).
Before first boot, increase the value of hunk_map. I just changed the first digit from 1 to 2 (I used the GOG version, so Extremities maps might be problem. Clean/Retail Quake2 might not need this change).
Also, the game had no sound, until I added an SDL_AUDIODRIVERenvironment variable (I only tested directsound).
Tested on MinGW64/MSYS2 (and on Linux, to make sure I didn't break anything).
Before first boot, increase the value of
hunk_map
. I just changed the first digit from1
to2
(I used the GOG version, so Extremities maps might be problem. Clean/Retail Quake2 might not need this change).Also, the game had no sound, until I added an
SDL_AUDIODRIVER
environment variable (I only testeddirectsound
).