You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A popular way to deploy game servers on linux is with LinuxGSM. I've dabbled with trying to get it installed using it, but I've ran into some confusing issues. Can you support installs using LSGM? Thanks!
The text was updated successfully, but these errors were encountered:
I use these modded server with lgsm.
I just install the cs2 server with lgsm as usual, and use this script for (initial) update: ./cs2server stop echo 'Download last release' wget --quiet --show-progress https://github.com/kus/cs2-modded-server/archive/refs/heads/master.zip echo 'Unpack last release' unzip -o -qq master.zip echo 'Delete addons' rm -rf serverfiles/game/csgo/addons echo 'Install new addons' cp -R cs2-modded-server-master/game/csgo/ serverfiles/game/ echo 'Add custom files' if [ -d "cs2-modded-server-customfiles/" ]; then cp -R cs2-modded-server-customfiles/* serverfiles/game/csgo/ fi echo 'Cleanup' rm -rf cs2-modded-server-master master.zip ./cs2server start
(I also add a patch to lgsm to check and add metamod in gameinfo.gi before startup e.g. after cs2 update)
Information
A popular way to deploy game servers on linux is with LinuxGSM. I've dabbled with trying to get it installed using it, but I've ran into some confusing issues. Can you support installs using LSGM? Thanks!
The text was updated successfully, but these errors were encountered: