I have forked the repo trying to make the same thing, but with cstrike rather than valve. But for some reason the AppId defaults to 70 rather than 10 which I define in the steam_appid. Any Idea?
Auto-restarting the server on crash
hlds-cstrike-docker-dproto-hlds-1 |
hlds-cstrike-docker-dproto-hlds-1 | Console initialized.
hlds-cstrike-docker-dproto-hlds-1 |
hlds-cstrike-docker-dproto-hlds-1 | Using breakpad crash handler
hlds-cstrike-docker-dproto-hlds-1 | Setting breakpad minidump AppID = 70
hlds-cstrike-docker-dproto-hlds-1 | Forcing breakpad minidump interfaces to load
hlds-cstrike-docker-dproto-hlds-1 | Looking up breakpad interfaces from steamclient
hlds-cstrike-docker-dproto-hlds-1 | Calling BreakpadMiniDumpSystemInit
hlds-cstrike-docker-dproto-hlds-1 | 10/12 11:53:40 Init: Installing breakpad exception handler for appid(70)/version(7882)/tid(10)
hlds-cstrike-docker-dproto-hlds-1 | Protocol version 48
hlds-cstrike-docker-dproto-hlds-1 | Exe version 1.1.2.2/Stdio (valve)
hlds-cstrike-docker-dproto-hlds-1 | Exe build: 17:23:32 May 24 2018 (7882)
hlds-cstrike-docker-dproto-hlds-1 | STEAM Auth Server
hlds-cstrike-docker-dproto-hlds-1 | Server IP address 172.27.0.2:27015
hlds-cstrike-docker-dproto-hlds-1 | map change failed: 'de_dust2' not found on server.
hlds-cstrike-docker-dproto-hlds-1 |
hlds-cstrike-docker-dproto-hlds-1 |
hlds-cstrike-docker-dproto-hlds-1 | couldn't exec listip.cfg
hlds-cstrike-docker-dproto-hlds-1 | couldn't exec banned.cfg
I have forked the repo trying to make the same thing, but with cstrike rather than valve. But for some reason the
AppId
defaults to70
rather than10
which I define in the steam_appid. Any Idea?