Browse Source
Add support for Metamod:Source 2 installation
pull/4929/head
xe1os
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
0 deletions
-
lgsm/modules/command_mods_install.sh
|
|
|
@ -138,6 +138,11 @@ if [ "${modcommand}" == "metamod" ]; then |
|
|
|
fn_mod_install_liblist_gam_file |
|
|
|
fi |
|
|
|
|
|
|
|
# Create/modify existing gameinfo.gi file for Metamod:Source 2 |
|
|
|
if [ "${modcommand}" == "metamodsource2" ]; then |
|
|
|
fn_mod_install_gameinfo_gi_file |
|
|
|
fi |
|
|
|
|
|
|
|
# Create/modify plugins.ini file for Metamod |
|
|
|
if [ "${modcommand}" == "amxmodx" ]; then |
|
|
|
fn_mod_install_amxmodx_file |
|
|
|
|