diff --git a/lgsm/functions/check_deps.sh b/lgsm/functions/check_deps.sh index 7c5cb0d50..e90c7430f 100644 --- a/lgsm/functions/check_deps.sh +++ b/lgsm/functions/check_deps.sh @@ -182,6 +182,9 @@ if [ -n "$(command -v dpkg-query)" ]; then # Project Zomboid and Minecraft elif [ "${engine}" == "projectzomboid" ]||[ "${engine}" == "lwjgl2" ]; then array_deps_required+=( default-jdk ) + # GoldenEye: Source + elif [ "${gamename}" == "GoldenEye: Source" ]; then + array_deps_required+=( zlib1g ) # Unreal Engine elif [ "${executable}" == "./ucc-bin" ]; then #UT2K4 @@ -240,6 +243,9 @@ elif [ -n "$(command -v yum)" ]; then # Project Zomboid and Minecraft elif [ "${engine}" == "projectzomboid" ]||[ "${engine}" == "lwjgl2" ]; then array_deps_required+=( java-1.8.0-openjdk ) + # GoldenEye: Source + elif [ "${gamename}" == "GoldenEye: Source" ]; then + array_deps_required+=( zlib ) # Unreal Engine elif [ "${executable}" == "./ucc-bin" ]; then #UT2K4