mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Merge pull request #1941 from root-stas/next
Add Quake DOPA and Malice MOD records to idTech package
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -11,6 +11,7 @@ quake/id1
|
||||
quake/dopa
|
||||
quake/hipnotic
|
||||
quake/rogue
|
||||
quake/malice
|
||||
quake2/baseq2
|
||||
quake2/rogue
|
||||
quake2/xatrix
|
||||
|
||||
Reference in New Issue
Block a user