|
|
@@ -54,8 +54,13 @@ sleep 1
|
|
|
echo -en "\n"
|
|
|
cd "${executabledir}"
|
|
|
if [ "${engine}" == "source" ]||[ "${engine}" == "goldsource" ]; then
|
|
|
- if [ "${gamename}" == "Insurgency" ]; then
|
|
|
+ if [ "${gamename}" == "Counter Strike: Global Offensive" ]; then
|
|
|
+ startfix=1
|
|
|
+ fn_csgofix
|
|
|
+ elif [ "${gamename}" == "Insurgency" ]; then
|
|
|
fn_insfix
|
|
|
+ elif [ "${gamename}" == "ARMA 3" ]; then
|
|
|
+ fn_arma3fix
|
|
|
fi
|
|
|
${executable} ${parms} -debug
|
|
|
else
|