Merge pull request #1941 from root-stas/next

Add Quake DOPA and Malice MOD records to idTech package
This commit is contained in:
Philippe Simons
2025-10-31 17:50:31 +01:00
committed by GitHub
2 changed files with 19 additions and 0 deletions

View File

@@ -141,6 +141,24 @@ ${RA_BIN} -L ${RA_DIR}/tyrquake_libretro.so ${GAME_DIR}/quake/rogue/pak0.pak
EOF
fi
### Quake - Dimension of the Past
if [[ -f "${GAME_DIR}/quake/dopa/pak0.pak" ]] && [[ ! -f ${SCRIPT_DIR}/Quake\ -\ Dimension\ of\ the\ Past.sh ]]; then
cat <<EOF >${SCRIPT_DIR}/Quake\ -\ Dimension\ of\ the\ Past.sh
#!/bin/bash
${RA_BIN} -L ${RA_DIR}/tyrquake_libretro.so ${GAME_DIR}/quake/dopa/pak0.pak
EOF
fi
### Malice
if [[ -f "${GAME_DIR}/quake/malice/pak0.pak" ]] && [[ ! -f ${SCRIPT_DIR}/Malice.sh ]]; then
cat <<EOF >${SCRIPT_DIR}/Malice.sh
#!/bin/bash
${RA_BIN} -L ${RA_DIR}/tyrquake_libretro.so ${GAME_DIR}/quake/malice/pak0.pak
EOF
fi
### Quake 2
if [[ -f "${GAME_DIR}/quake2/baseq2/pak0.pak" ]] && [[ ! -f ${SCRIPT_DIR}/Quake\ II.sh ]]; then
cat <<EOF >${SCRIPT_DIR}/Quake\ II.sh

View File

@@ -11,6 +11,7 @@ quake/id1
quake/dopa
quake/hipnotic
quake/rogue
quake/malice
quake2/baseq2
quake2/rogue
quake2/xatrix