You are not logged in.

Changelog.txt

Intermediate

  • "Changelog.txt" started this thread

Posts: 175

wcf.user.option.userOption53: Nein

  • Send private message

1

Friday, July 18th 2014, 8:57pm

SteamCMD Auto Update

Hallo kann mir bitte dabei einer helfen

Habe auf der Seite https://developer.valvesoftware.com/wiki/SteamCMD
die datei mit dem Scrip erstellt:

Spoiler Spoiler


@ShutdownOnFailedCommand 1 //set to 0 if updating multiple servers at once
@NoPromptForPassword 1
login anonymous
force_install_dir ../Hlserver5
app_update 740 validate
quit


jetzt kapier ich nicht wirklich was ich als Start Parameter angeben soll ?
Das Scrip liegt home/freak/Server und heißt update_Hlserver5.txt

Gruß

This post has been edited 1 times, last edit by "Changelog.txt" (Jul 18th 2014, 9:02pm)


MadMakz

Super Moderator

Posts: 1,878

Location: ~#

wcf.user.option.userOption53: Ja

  • Send private message

2

Friday, July 18th 2014, 9:05pm


Changelog.txt

Intermediate

  • "Changelog.txt" started this thread

Posts: 175

wcf.user.option.userOption53: Nein

  • Send private message

3

Friday, July 18th 2014, 9:55pm

steamcmd +runscript csgo_ds.txt <-- meinst du das?

screen ./srcds_run -game csgo -console -port 27050 -usercon +game_type 0 +game_mode 0 +mapgroup mg_active +map de_dust2 steamcmd +runscript update_Hlserver5.txt

danach muss es also gehen oder hab ich was vergessen?

danke :)

MadMakz

Super Moderator

Posts: 1,878

Location: ~#

wcf.user.option.userOption53: Ja

  • Send private message

4

Friday, July 18th 2014, 10:03pm

Keine lust das jetzt genau zu erklären; aber wenn dann eher

steamcmd +runscript update_Hlserver5.txt && screen ./srcds_run -game csgo -console -port 27050 -usercon +game_type 0 +game_mode 0 +mapgroup mg_active +map de_dust2

Changelog.txt

Intermediate

  • "Changelog.txt" started this thread

Posts: 175

wcf.user.option.userOption53: Nein

  • Send private message

5

Sunday, July 20th 2014, 9:54am


steamcmd +runscript update_Hlserver5.txt &&
screen ./srcds_run -game csgo -console -port 27050 -usercon +game_type 0 +game_mode 0 +mapgroup mg_active +map de_dust2

So lässt der Server sich nicht starten,

nur so:

screen ./srcds_run -game csgo -console -port 27050 -usercon +game_type 0 +game_mode 0 +mapgroup mg_active +map de_dust2 steamcmd +runscript update_Hlserver5.txt

fluxX

Super Moderator

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

6

Sunday, July 20th 2014, 11:56am

Was du machen willst, wird übgerhaupt anders gemacht.. mit den 2 Startparametern:

Source code

1
-steam_dir /pfad/zur/steamcmd.sh -steamcmd_script /pfad/zum/steamcmd_script
ebenso

Source code

1
-autoupdate
nicht vergessen.

Siehe auch hier

Greetz

Changelog.txt

Intermediate

  • "Changelog.txt" started this thread

Posts: 175

wcf.user.option.userOption53: Nein

  • Send private message

7

Sunday, July 20th 2014, 1:48pm

asoo

mein Start Parameter sieht jetzt also so aus:

screen ./srcds_run -game csgo -console -port 27050 -usercon +game_type 0 +game_mode 0 +mapgroup mg_active +map de_dust2 -autoupdate -steam_dir /home/freak/Server/steamcmd.sh -steamcmd_script /home/freak/Server/update_Hlserver5

und mein Scrip (update_Hlserver5):

@ ShutdownOnFailedCommand 1
@ NoPromptForPassword 1
login anonymous
force_install_dir ../Hlserver5
app_update 740 validate
quit

Alles richtig? :)

Noch eine frage, jetzt will ich auch andere Server updaten lassen.
Also einfach das gleiche für andere Server machen?


Er startet was meint ihr sieht alles gut aus?

Spoiler Spoiler

freak@s15399066:~/Server/Hlserver5$ screen ./srcds_run -game csgo -console -port 27050 -usercon +game_type 0 +game_mode 0 +mapgroup mg_active +map de_dust2 -autoupdate -steam_dir /home/freak/Server/steamcmd.sh -steamcmd_script /home/freak/Server/update_Hlserver5
PrecacheScriptSound 'atv_impact_medium' failed, no such sound script entry
Commentary: Could not find commentary data file 'maps/de_dust2_commentary.txt'.
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Initializing Steam libraries for secure Internet server
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
Setting breakpad minidump AppID = 730
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Logging into anonymous gameserver account.
Connection to Steam servers successful.
Assigned anonymous gameserver Steam ID [A:1:3265006599(4483)].
VAC secure mode is activated.
GC Connection established for server version 0, instance idx 1

This post has been edited 1 times, last edit by "Changelog.txt" (Jul 20th 2014, 1:54pm)


fluxX

Super Moderator

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

8

Sunday, July 20th 2014, 1:50pm

Hi,

jap sollte passen^^.
Joa aber du musst für jeden Server eine eigenes Updatescript erstellen, da ja in dem Script der Installationspfad angegeben ist.

Greetz

Posts: 11

wcf.user.option.userOption53: Ja

  • Send private message

9

Sunday, July 20th 2014, 2:52pm

Der richtige Startbefehl für dich ist folgender:

screen ./srcds_run -game csgo -console -port 27050 -usercon +game_type 0 +game_mode 0 +mapgroup mg_active +map de_dust2 -steam_dir /home/freak/Server -steamcmd_script /home/freak/Server/update_Hlserver5 -autoupdate

Man sollte nur den Pfad zur steamcmd.sh angeben sonst kann es zu fehlern kommen bzw. das Update wird dann gar nicht ausgeführt (WARNING: Could not locate steam dir:/home/.STEAMCMD/steamcmd.sh, ignoring.).

LG


Changelog.txt

Intermediate

  • "Changelog.txt" started this thread

Posts: 175

wcf.user.option.userOption53: Nein

  • Send private message

10

Sunday, July 20th 2014, 7:12pm

vielen dank ich hoff es klappt beim nechsten update :)
meld mich wieder