DarkPlaces is a game engine based on the Quake 1 engine by id Software. It improves and builds upon the original 1996 engine by adding modern rendering features, and expanding upon the engine's native game code language QuakeC, as well as supporting additional map and model formats.
Developed by LadyHavoc. See CREDITS.md for a list of contributors.
#darkplaces on irc.anynet.org
You will need the following packages regardless of platform:
- SDL2
- libjpeg
- libpng
- libvorbis
- libogg
- Install MSYS2, found here.
- Once you've installed MSYS2 and have fully updated it, open a MinGW64 terminal (not an MSYS2 terminal) and input the following command:
pacman -S --needed gcc make mingw-w64-x86_64-{toolchain,libjpeg-turbo,libpng,libogg,libvorbis,SDL2}
- See Unix instructions.
In the engine's root directory, run make
. See make help
for options.
Instructions coming soon.