Add Quake DOPA and Malice MOD records to idTech package

This commit is contained in:
Stanislav Podzigun
2025-10-30 21:31:12 +00:00
parent 0bff2f7eb3
commit f9576cdca6
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