From e1e345494bf11dae80087026d28df0c61da23e8c Mon Sep 17 00:00:00 2001 From: xe1os <39219862+xe1os@users.noreply.github.com> Date: Fri, 5 Jun 2026 22:35:02 +0530 Subject: [PATCH] Add support for Metamod:Source 2 installation --- lgsm/modules/command_mods_install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lgsm/modules/command_mods_install.sh b/lgsm/modules/command_mods_install.sh index a8f90293b..4e2bc0d95 100755 --- a/lgsm/modules/command_mods_install.sh +++ b/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