Просмотр исходного кода

Added kf ut99 and ro fix back in

Daniel Gibbs 11 лет назад
Родитель
Сommit
00ee13fdaf
1 измененных файлов с 7 добавлено и 1 удалено
  1. 7 1
      functions/fn_install

+ 7 - 1
functions/fn_install

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