|
|
@@ -383,6 +383,12 @@ elif [ "${gamename}" == "Project Zomboid" ]; then
|
|
|
wget -N /dev/null ${githuburl}/ProjectZomboid/cfg/lgsm-default.ini 2>&1 | grep -F HTTP | cut -c45- | uniq
|
|
|
sleep 1
|
|
|
fn_defaultconfig
|
|
|
+elif [ "${gamename}" == "Quake 2" ]; then
|
|
|
+ echo -e "downloading lgsm-default.cfg...\c"
|
|
|
+ wget -N /dev/null ${githuburl}/Quake2/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
|
|
|
+ sleep 1
|
|
|
+ fn_defaultconfig
|
|
|
+ fn_userinputconfig
|
|
|
elif [ "${gamename}" == "Quake Live" ]; then
|
|
|
echo -e "downloading lgsm-default.cfg...\c"
|
|
|
wget -N /dev/null ${githuburl}/QuakeLive/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
|