Is it not possible to customize the server update button in tekbase in the user interface, for example, how is the OGP panel?
Update Button
- elkubikova
- Thread is marked as Resolved.
Aktuell führen wir noch einige Anpassungen durch, das Forum wurde jedoch bereits live geschaltet.
-
-
Hello,
admin panel -> game modules -> gamelist -> csgo or ... -> edit -> install & update tab -> insert your update script.
Change 740 to the steam dedicated server appid. 740 = csgo
www / ftp download zip example:
wget https://yourdomain/updates/your_csgo_update.tar;tar -xzf your_csgo_update.tar
www / ftp download bash expample:
wget https://fileadmin.inohost.de/anon-update.sh;chmod +x anon-update.sh;./anon-update.sh 740 game 740
bash example:cd ..;./steamcmd.sh +login anonymous +force_install_dir game +app_update 740 validate +exit
-
This is then automatically updated after server restart?
-
-
Thank you
-
CFrankenstein
Moved the thread from forum Module & widgets to forum Gameserver.