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

[HELP] STEAM Validation Rejected


Post New Thread Reply   
 
Thread Tools Display Modes
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 11-02-2013 , 11:39   Re: [HELP] STEAM Validation Rejected
Reply With Quote #11

Quote:
Originally Posted by bibu View Post
Never heard about that. For me personally, if I forward my ports, I see my external IP in the server ip.
HLDS reports the IP that you provide it in the command line, it always has. SRCDS behaves differently as it attempts to obtain the actual IP, maybe you are thinking of that.
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 11-02-2013 , 16:56   Re: [HELP] STEAM Validation Rejected
Reply With Quote #12

check your ports, it's apparently the problem if everything else is correctly installed.
__________________
ANTICHRISTUS is offline
connoisseur
Senior Member
Join Date: Jan 2012
Old 02-17-2014 , 09:05   Re: [HELP] STEAM Validation Rejected
Reply With Quote #13

I had done it correctly but anyway I still followed this guide to forward the ports correctly:
Port Forwarding TP-Link TD-W8951ND
Also this time I disabled metamod.
Still all my steam friends are getting the error.
One weird thing though, I tried an online port checker tool and it shows 27015 as closed
connoisseur is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 02-17-2014 , 10:46   Re: [HELP] STEAM Validation Rejected
Reply With Quote #14

  • idk about your brand, but others are so easy.
  • it seems that you are using an external IP, try to use the 192.168.1.* one.
__________________

Last edited by ANTICHRISTUS; 02-17-2014 at 10:48.
ANTICHRISTUS is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-17-2014 , 11:00   Re: [HELP] STEAM Validation Rejected
Reply With Quote #15

aaa... HLDS and SRCDS from Steam/tools section, are perhaps outdated, like hldsupdatetool.exe

Download SteamCMD.exe and add it in own folder
example
[LETTER]:/hlds/steamcmd/steamcmd.exe

Create batch file with script
example
[LETTER]:/hlds/steamcmd/steamcmd.bat
Code:
steamcmd.exe +runscript update.txt
Create update list
example
[LETTER]:/hlds/steamcmd/update.txt
Code:
login anonymous


//@sSteamCmdForcePlatformType "linux"

//force_install_dir "../Half-Life Dedicated Server"
//app_update 90 validate
//app_uninstall -complete 90

force_install_dir "../Counter-Strike 1.6 Dedicated Server"
app_update 90 validate

//force_install_dir "../Counter-Strike Condition Zero Dedicated Server"
//app_update 90 +app_set_config 90 mod czero
-Run batch file steamcmd.bat
-It should now install cs 1.6 to [LETTER]:/hlds/Counter-Strike 1.6 Dedicated Server

-Create shortcut from [LETTER]:/hlds/Counter-Strike 1.6 Dedicated Server/hlds.exe
And in shortcut properties:
"[LETTER]:/hlds/Counter-Strike 1.6 Dedicated Server/hlds.exe" -console -game cstrike +map de_dust

*edit
You get same error when you run server FIRST time. Because it autogenerate steam_appid.txt file that time.
Launch your server second time.

Last edited by Bacardi; 02-17-2014 at 11:34. Reason: +map mapname
Bacardi is offline
connoisseur
Senior Member
Join Date: Jan 2012
Old 02-18-2014 , 08:29   Re: [HELP] STEAM Validation Rejected
Reply With Quote #16

Quote:
Originally Posted by Bacardi View Post
aaa... HLDS and SRCDS from Steam/tools section, are perhaps outdated, like hldsupdatetool.exe
version
Code:
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 17:46:18 Apr 25 2013 (6027)
I don't think that's outdated
connoisseur is offline
zeus
Senior Member
Join Date: Jul 2008
Old 02-18-2014 , 09:54   Re: [HELP] STEAM Validation Rejected
Reply With Quote #17

This is your full starting command line ?
Quote:
/hlds/Counter-Strike 1.6 Dedicated Server/hlds.exe" -console -game cstrike +map de_dust
zeus is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-18-2014 , 11:59   Re: [HELP] STEAM Validation Rejected
Reply With Quote #18

Quote:
Originally Posted by connoisseur View Post
I don't think that's outdated
Yes, you right. I tested both dedicated servers from SteamCMD and Steam/Tools.

But your problem maybe is, you are maybe starting actually listenserver.
It happens when you start normally from Steam/Tools/Half-Life Dedicated Server tab. You see this "Stdio" in version.
Quote:
Originally Posted by connoisseur View Post
version
Code:
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 17:46:18 Apr 25 2013 (6027)
Secondly, steam_appid.txt file get deleted after you launch your own cstrike game.

*Dedicated server version should be this
Code:
] rcon version
Protocol version 48
Exe version 1.1.2.7 (cstrike)
Exe build: 17:46:18 Apr 25 2013 (6027)

Try this:
Create batch file hlds.bat in same place where is hlds.exe
add this script inside *.bat file
Code:
echo 10> steam_appid.txt
start hlds.exe -game cstrike +sv_lan 1 +map de_dust -console
Run hlds.bat
remove -console if you want use VGUI and not console view.
Attached Thumbnails
Click image for larger version

Name:	Untitled.jpg
Views:	1477
Size:	95.8 KB
ID:	130716  

Last edited by Bacardi; 02-18-2014 at 12:04.
Bacardi is offline
zeus
Senior Member
Join Date: Jul 2008
Old 02-18-2014 , 12:50   Re: [HELP] STEAM Validation Rejected
Reply With Quote #19

You guys are missing something. You cannot start a server using console mode if you don't specify all the parameters

Quote:
-console +ip $IP +port $PORT -game $GAMETYPE +map $STARTMAP +maxplayers $MAXPLAYERS +exec $SERVERCONFIG -sys_ticrate 1000 -tos -secure 1
zeus is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 02-19-2014 , 13:30   Re: [HELP] STEAM Validation Rejected
Reply With Quote #20

Quote:
Originally Posted by zeus View Post
You guys are missing something. You cannot start a server using console mode if you don't specify all the parameters
Yet you list many parameters that are not required or don't do anything. You only need to specify the game, the map and the maxplayers (and -console if using Windows and want it in console mode). HLDS automatically assigns the IP and Port, but you can specify them if you want to use something other (useful when running more than 1 server on the same machine or if your machine has multiple IPs)
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
Reply



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 00:40.


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