UCyborg / BerserkerQuake2

Berserker@Quake2 game engine, ported to SDL2 library.
GNU General Public License v2.0
20 stars 9 forks source link

Add MinGW/MSYS2 support #12

Open hgdagon opened 4 years ago

hgdagon commented 4 years ago

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_AUDIODRIVER environment variable (I only tested directsound).

SDL_VAR