How run Steam/Tools/SRCDS.exe

Right way run dedicated server from Steam/Tools/ [OrangeBox]

steam forums

Right way start Source Multiplayer Dedicated Server from Steam/Tools

Problem with this Steam/Tools dedicated server is you get kicked when try join server in sv_lan 0 mode
steam validation rejected
  • One reason is, server missing steam_appid.txt file with right game ID.
  • When you run server from through Steam program Tools page, it will skip reading steam_appid.txt file and starting wrong game ID

Solution for this is make little server start up script, batch file.
What this do, it will make echo message "240" and save it in file steam_appid.txt. (Cs:s steam app id)
And server launch parameter -steam will tell srcds.exe that it's will run as "source 2007 dedicated server" (To use Steam files)
This however require Steam program running on background.
...Program Files (x86)\Steam\steamapps\youraccount\source 2007 dedicated server\css_run.bat
@echo off
cls
:srcds
echo 240> steam_appid.txt
start /wait srcds.exe -steam -console -game cstrike +map de_dust2 -maxplayers 16
goto srcds

This works on OrangeBox games, what are HL2:DM, DOD:S, CS:S and TF2.
Look video, sry for bad english.

Oh noes! You're not a Member!

Want access to cool stuff? As a member you can:

  • Post. Give the submitter your thoughts on this Tutorial.
  • Say Thanks. Show your appreciation by sending the submitter points.
  • Stamp Posts. Let other posters know what you think of their posts.
  • Rate. Give this Tutorial a rating out of 10.
  • Flag. Alert moderators and warn members of a problem with this Tutorial.
  • Vote. Vote the submitter for the Monthly Awards.
  • Subscribe. Get notified when this submitter submits again.

Interested? Register or Login

Comments

  • |Bacardi|'s Levels
    • P1: Beggar
      Points: 683
    • C1: Member
    • A4: Graduate
      Account Age: 3 years
    Posted 8 months ago

    Posted by Ganryu

    I'm not gonna lie: the bad grammar forced me to read this twice to understand all of it. Aside from that, it's fairly understandable. The only thing I'd say to work on is revising this tutorial so that it uses proper grammar, but given that English isn't your native language, I think that can slide for now. You should also consider explaining how to make a batch file, as some people might not know how to do that.

    I do my best to correct these errors next time, I'm doing another tutorial currently. Will take some time.

  • Ganryu's Levels
    • P2: Drudge
      Points: 3,618
    • E2: Guide
      EF: 30
    • C2: Treehouse Member
    • A4: Graduate
      Account Age: 3 years
    Username
    Ganryu
    Posted 8 months ago

    I'm not gonna lie: the bad grammar forced me to read this twice to understand all of it. Aside from that, it's fairly understandable. The only thing I'd say to work on is revising this tutorial so that it uses proper grammar, but given that English isn't your native language, I think that can slide for now. You should also consider explaining how to make a batch file, as some people might not know how to do that.

    • Agree x 1
    User Title
    End a chapter, begin another.

Credits

Submitter
|Bacardi|'s Levels
  • P1: Beggar
    Points: 683
  • C1: Member
  • A4: Graduate
    Account Age: 3 years
|Bacardi| (Creator/Co-creator)
Key Authors
|Bacardi|
Script/Video/Tuto

Rating

?/10
Not yet rated.

Additional Info

Genre
Server Administration
Difficulty Level
Intermediate

Stats

Post Count
2
ViewCount
3,121
Date Added
8 months ago
Date Modified
8 months ago

Share

Embed Code
Code to use:

More embeddable images

Bookmark and Share