ValveSoftware / source-sdk-2013

The 2013 edition of the Source SDK
https://developer.valvesoftware.com/wiki/SDK2013_GettingStarted
Other
3.69k stars 1.99k forks source link

(linux dedicated server) Remote rcon control not working #155

Open grasn opened 10 years ago

grasn commented 10 years ago

Server remote control via desktop tools is not working. I tried using HLSW and SGSSM to connect to the server via rcon command but the tools can't connect to the server. Also i noticed that NMRIH (SDK base 2013 game) is showing up as "Half-life 1" game in HLSW and not HL2. Heres a screenshot:

hlsw

xPaw commented 10 years ago

I found that server on GameTracker, and then queried myself. I think I see the problem: appid field is set to 0. As for the RCON part, most likely the tools fault because they think it's HL1.

caposguanatos commented 10 years ago

@xPaw so need wait for valve to fix this engine bug..

thats why i see "Bad connectionless packet ( CL 'I' ) from loopback." in the game console (tools trying to use hl1 protocol maybe..)

xPaw commented 10 years ago

How is that an engine bug?

caposguanatos commented 10 years ago

@xPaw i mean is not in games dll (client.dll/server.dll), and is in the engine (hl2.exe/hl2_linux) or related libs (ServerBrowser.so/dll, engine.so...), because looks like are not only 1 bug about the appid..

https://github.com/ValveSoftware/source-sdk-2013/issues/132

foobarhl commented 10 years ago

Seeing this issue still with an SDK 2013 mod. Steamcondenser works fine, HLSW does not.

jimbomcb commented 10 years ago

This is a HLSW issue and nothing to do with SDK 2013. HLSW incorrectly believes either the SDK 2013 MP App ID or the game directory is GoldSrc, this is unrelated to anything in the SDK and is fixable by manually editing your HLSW configs.

malomodo commented 10 years ago

" fixable by manually editing your HLSW configs."

Could you please clarify what settings are needed to do this? Thanks.