Raised This Month: $51 Target: $400
 12% 

[Steam Tools] Proof that valve gimped the srcds GUI


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Author Message
canadianjeff
BANNED
Join Date: Sep 2016
Old 09-20-2016 , 13:55   [Steam Tools] Proof that valve gimped the srcds GUI
#1

STEAM CLIENT HAS GIMPED THE GUI VERSION AND HERE IS PROOF!!!!!!!!

if you start the server with.....

Code:
C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server>SET SteamGameId=222860

C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server>SET SteamAppId=222860

C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server>srcds.exe -console -game left4dead2 +exec server.cfg +map "c1m4_atrium survival" +sv_pure 1 +sv_lan 0
this will set some Environment Variables and will cause the "VALIDATION FAILED" message in game




if you instead start the server with some stupid random AppId like....

Code:
C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server>SET SteamGameId=222860

C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server>SET SteamAppId=1

C:\Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server>srcds.exe -console -game left4dead2 +exec server.cfg +map "c1m4_atrium survival" +sv_pure 1 +sv_lan 0
players can connect just fine without any errors which goes to proove my point that STEAM has infact gimped this because they dont want to support the GUI anymore inside the steam client

Last edited by asherkin; 03-07-2022 at 04:07. Reason: Restore to previous version.
canadianjeff is offline
canadianjeff
BANNED
Join Date: Sep 2016
Old 09-20-2016 , 13:59   Re: [Steam Tools] Proof that valve gimped the srcds GUI
#2

if you take out "-console" the GUI will start just fine hehe

canadianjeff is offline
canadianjeff
BANNED
Join Date: Sep 2016
Old 09-24-2016 , 16:07   Re: [Steam Tools] Proof that valve gimped the srcds GUI
#3

to drive this point home I made a bat file and put this inside

Code:
SET SteamGameId=500
SET SteamAppId=500

"C:\Program Files (x86)\Steam\steamapps\common\Half-Life\hl.exe" -steam -game cstrike
INSIDE STEAM IT SHOWED "LEFT 4 DEAD - RUNNING" and not "COUNTER-STRIKE"
canadianjeff is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 09-24-2016 , 18:55   Re: [Steam Tools] Proof that valve gimped the srcds GUI
#4

similiar http://gamebanana.com/tuts/11538


Yes, to clarify...
If you run Source Dedicated Server through Steam.exe > tools > Left 4 Dead 2 Dedicated Server, players will get kicked "STEAM validation rejected" error.
That because, some reason, application not read file called steam_appid.txt

This error also happen when you run SRCDS first time, it create file steam_appid.txt afterwards, need restart server to fix it.

But, don't run Dedicated Server via Steam.exe GUI, use batch or install SRCDS using SteamCMD.

Anyway, if people insist
...Program Files (x86)\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server\srcds.bat
Code:
@echo off
cls
:srcds
echo 550> steam_appid.txt
start /wait srcds.exe -steam -console -game left4dead2 -maxplayers 8 +sv_lan 0 +map c5m1_waterfront
goto srcds
__________________
Do not Private Message @me
Bacardi is offline
cravenge
Veteran Member
Join Date: Nov 2015
Location: Chocolate Factory
Old 09-28-2016 , 20:21   Re: [Steam Tools] Proof that valve gimped the srcds GUI
#5

Quote:
Originally Posted by canadianjeff View Post
to drive this point home I made a bat file and put this inside

Code:
SET SteamGameId=500
SET SteamAppId=500

"C:\Program Files (x86)\Steam\steamapps\common\Half-Life\hl.exe" -steam -game cstrike
INSIDE STEAM IT SHOWED "LEFT 4 DEAD - RUNNING" and not "COUNTER-STRIKE"
That's because the IDs you used are what L4D uses. It's already clear what the problem is there.
cravenge is offline
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:29.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode