|
|
@ -2,7 +2,7 @@ |
|
|
|
# LGSM fn_install function |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Website: http://danielgibbs.co.uk |
|
|
|
# Version: 210115 |
|
|
|
# Version: 080215 |
|
|
|
|
|
|
|
fn_check_root |
|
|
|
fn_install_header |
|
|
@ -33,7 +33,13 @@ fn_install_gsquery |
|
|
|
fn_install_config |
|
|
|
if [ "${gamename}" == "Counter Strike: Global Offensive" ]; then |
|
|
|
fn_csgofix |
|
|
|
elif [ "${gamename}" == "Killing Floor" ]; then |
|
|
|
fn_install_kffix |
|
|
|
elif [ "${gamename}" == "Red Orchestra: Ostfront 41-45" ]; then |
|
|
|
fn_install_rofix |
|
|
|
elif [ "${gamename}" == "Unreal Tournament 2004" ]; then |
|
|
|
fn_install_ut2k4fix |
|
|
|
elif [ "${gamename}" == "Unreal Tournament 99" ]; then |
|
|
|
fn_install_99fix |
|
|
|
fi |
|
|
|
fn_install_complete |