package(games): QuakeSpasm, a Quake 1 source port
QuakeSpasm is a simple source port that primarily focuses on bug fixes and backwards compatibility. Its build system is a small Makefile which required a few patches in order to compile on Redox. Currently, it compiles with both SDL1 and SDL2. MP3 support is hard disabled since neither `libmad` nor `mpg123` would compile. However, the default OGG container and Vorbis decoder compiles fine. Like Doom, Quake requires commercial assets or free replications in order to run. I'm currently trying to write a small recipe for the shareware files, but ironically that has more blockers than the source port itself. Beyond the lack of content, I think this port is good to go.
parent
903bbac4
No related branches found
No related tags found
Showing
- recipes/games/quakespasm/manifest 4 additions, 0 deletionsrecipes/games/quakespasm/manifest
- recipes/games/quakespasm/recipe.toml 48 additions, 0 deletionsrecipes/games/quakespasm/recipe.toml
- recipes/games/quakespasm/redox.patch 110 additions, 0 deletionsrecipes/games/quakespasm/redox.patch
- recipes/wip/games/fps/quake1-shareware/manifest 3 additions, 0 deletionsrecipes/wip/games/fps/quake1-shareware/manifest
- recipes/wip/games/fps/quake1-shareware/pak0.pak.sha 1 addition, 0 deletionsrecipes/wip/games/fps/quake1-shareware/pak0.pak.sha
- recipes/wip/games/fps/quake1-shareware/quake106.zip.sha 1 addition, 0 deletionsrecipes/wip/games/fps/quake1-shareware/quake106.zip.sha
- recipes/wip/games/fps/quake1-shareware/recipe.toml 24 additions, 0 deletionsrecipes/wip/games/fps/quake1-shareware/recipe.toml
recipes/games/quakespasm/manifest
0 → 100644
recipes/games/quakespasm/recipe.toml
0 → 100644
recipes/games/quakespasm/redox.patch
0 → 100644
Please register or sign in to comment