Browse Source

Added kf ut99 and ro fix back in

pull/292/head
Daniel Gibbs 10 years ago
parent
commit
00ee13fdaf
  1. 8
      functions/fn_install

8
functions/fn_install

@ -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
Loading…
Cancel
Save