Re: [hlds_linux] Autoupdate CS2 linux dedicated server

2023-12-09 Thread StealthMode Hu
Maybe when Im done this recompile of CS:Source into Source 2. Without the CSGO2 stuff... That server should be easily modded to startup DS, run scripted functions during startup. Like Steam Client, to auto-check for updates on startup. DS should have that same function hardcoded into SteamCMD.

Re: [hlds_linux] Autoupdate CS2 linux dedicated server

2023-12-07 Thread Mecha Weasel
Contact information if you want a copy of what I've got ... -- Contact Information ... *Discord:* weasel.steamid.155 *E-Mail:* wea...@weaselslair.com *Steam Profile:* https://steamcommunity.com/id/Weasel/ *Steam Group:* https://steamcommunity.com/groups/WeaselsLair/

Re: [hlds_linux] Autoupdate CS2 linux dedicated server

2023-12-07 Thread Mecha Weasel
PS: I have had weird issues before with trying to do an update on a SteamCMD-delivered app, while it is running. So, I always shut-it down before trying to update it, and then restart it afterwards. So, my "check" script does that (only if an update is available). On Thu, Dec 7, 2023 at 3:07 AM

Re: [hlds_linux] Autoupdate CS2 linux dedicated server

2023-12-07 Thread Mecha Weasel
You can use cron job to force an update dailly, but that may mean nobody can play on your server for most of a day while waiting for it to be updated. That's why I created the scripts the "check" if the released version in Steam is different that whats already running. If it is, then it forces and

Re: [hlds_linux] Autoupdate CS2 linux dedicated server

2023-12-07 Thread via hlds_linux list
I figured out the automated check: /usr/games/steamcmd +force_install_dir "/home/beringer/cs2-ds" +login +app_update 730 +quit And have it mailed to me: /usr/games/steamcmd +force_install_dir "/home/beringer/cs2-ds" +login +app_update 730 +quit | mail -s "Counter-Strike 2 update" And

Re: [hlds_linux] Autoupdate CS2 linux dedicated server

2023-12-07 Thread via hlds_linux list
Hi Mecha, Thanks for your reply. May I ask what your update script looks like? Maybe it's an idea to use cron and do a daily update(s) in stead of checking the API. Looking forward to hear from you. Best regards, Marcel On 07/12/2023 05:01, Mecha Weasel wrote: I am doing basically the

Re: [hlds_linux] Autoupdate CS2 linux dedicated server

2023-12-06 Thread Mecha Weasel
I am doing basically the same thing I do with other Source games: I have a "check" script that runs every hour. It checks information from the game's steam.inf file using the Steam API update check URL (example:

[hlds_linux] Autoupdate CS2 linux dedicated server

2023-12-06 Thread via hlds_linux list
Hi, Is there a solution for auto updating a CS2 dedicated server on linux? Does '-autoupdate' do the trick in the startup line? I hope someone has a solution, I am now daily updating manually with 'steamcmd' and 'app_update 730'. Best regards, Marcel