Updating server using Steam. ---------------------------- Installing breakpad exception handler for appid(steam)/version(1345509297) [ 0%] Checking for available updates... [ 0%] Download complete. [----] Verifying installation... unlinked 0 orphaned pipes Steam Console Client (c) Valve Corporation -- type 'quit' to exit -- Loading Steam3...OK. Loading Steam2...OK. [1mlogin myusername mypassword [0m Logging in user 'myusername' to Steam Public...Success. [1mforce_install_dir /home/myuser/csgo_war [0m[1mapp_update 740 [0mSuccess! App '740' already up to date. [1mexit [0mShutting down. . . unlinked 2 orphaned pipes CAsyncIOManager: 0 threads terminating. 0 reads, 0 writes, 0 deferrals. CAsyncIOManager: 588 single object sleeps, 20 multi object sleeps CAsyncIOManager: 0 single object alertable sleeps, 1 multi object alertable sleeps --------------------------
In csgo directory I have csgo-war.txt and steam.sh. Then in csgo/linux32 theres steamcmd. This is what i added in startup .sh script: > -autoupdate -steam_dir /home/myuser/csgo/ -steamcmd_script ./csgo-war.txt > csgo-war.txt in /home/myuser/csgo is: > // Update CS GO Server > // > login myuser mypassword > force_install_dir /home/myuser/csgo_war > app_update 740 > exit > 2012/8/22 Nick Emson <[email protected]> > The auto-update seems to launch and work here. Yay!**** > > ** ** > > I DONT use steam guard any more, since CS:GO is available to all accounts. > So I registered a new free account and use that to update, which hardly > needs protecting. Therefore a moot point for me.**** > > I DO use force_install_dir , for no other reason than it works and I see > no harm using it.**** > > ** ** > > My launch command (trimmed a bit here of needless info) is:**** > > ** ** > > /home/steam/csgo_ds/srcds_run \**** > > -game csgo \**** > > -console \**** > > -usercon \**** > > -port 27355 \**** > > +game_type 0 \**** > > +game_mode 1 \**** > > +mapgroup mg_testing \**** > > +map cs_office \**** > > +exec csgo_test.cfg \**** > > +servercfgfile csgo_test.cfg \**** > > -autoupdate \**** > > -steam_dir /home/steam/ \**** > > -steamcmd_script csgo-script**** > > ** ** > > Where csgo-script is:**** > > ** ** > > // Update CS GO Server**** > > //**** > > login myusername mypassword**** > > force_install_dir /home/steam/csgo_ds**** > > app_update 740**** > > exit**** > > ** ** > > My steam root folder is /home/steam/**** > > CS:GO is installed to /home/steam/csgo_ds/**** > > ** ** > > Regards,**** > > Nick**** > > ** ** > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Andrew Caron > *Sent:* 22 August 2012 20:34 > *To:* [email protected] > *Subject:* Re: [Csgo_servers] CSGO patch today**** > > ** ** > > For the script, does this still need the force_install_dir? Do we need to > have steam guard code for every server with a different ip? **** > > Running it like this:**** > > ./srcds_run -game csgo -autoupdate -steam_dir /usr/files/Steam/ > -steamcmd_script /usr/files/Steam/update_csgo.txt **** > > ** ** > > Does not work. **** > > update_csgo.txt **** > > login herp derp!**** > > app_update 740**** > > quit**** > > ** ** > > I tried with force_install_dir set to the user, still doesnt work. I am > not getting a steam guard warning.**** > > ** ** > > Error ERROR! Failed to request AppInfo update, not online or not logged in > to Steam.**** > > _______________________________________________ > Csgo_servers mailing list > [email protected] > https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers >
_______________________________________________ Csgo_servers mailing list [email protected] https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
