So for those who are running DOD:S Beta servers, get ready for fun!
First off they already changed dodsbeta from being part of orangebox into being it's own folder.
And whenever you connect to the master server you instantly get sent two "love notes" (aka update messages). I've updated with -verify_all several times with no change.
EDIT: Maybe it does use the orangebox folder, I'm having major issues getting an up-to-date server running. But hell, it's valve... I should expect hell >_<
Found out the issue. When you this command:
It installs in MY_DIR/orangebox/dodsbeta and pops a WinSock error after srcds is added. If you re-run that command it says it's up-to-date
Now if you run this command:
It installs in both the above dir and in MY_DIR/dodsbeta/HL2. WTF?
Running both these commands will run an out of date server:
First off they already changed dodsbeta from being part of orangebox into being it's own folder.
And whenever you connect to the master server you instantly get sent two "love notes" (aka update messages). I've updated with -verify_all several times with no change.
EDIT: Maybe it does use the orangebox folder, I'm having major issues getting an up-to-date server running. But hell, it's valve... I should expect hell >_<
Found out the issue. When you this command:
Code:
-command update -game dodsbeta -dir MY_DIR
Now if you run this command:
Code:
-command update -game dodsbeta -dir MY_DIR -verify_all
Running both these commands will run an out of date server:
Code:
MY_DIR/srcds.exe -game dodsbeta
MY_DIR/orangebox/srcds.exe -game dodsbeta
~ Mooga ...w00t? - SRCDS.com on Twitter
Please do not PM me for server related help
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.