^You know this is a free panel right?
Yes the srcds.exe file is supposed to be somewhere else. Heard of copy/paste, or you can run the updater.
I'm a game server provider, and when I install stuff I never use game creates content network, nor my own content network. It's so much faster to use the HLDS tool. And they include update_css.bat files. All ya gotta do is run that and it'll look at what you got and download the files that you need.
I have a master copy of the game server software in one location, and I copy and paste it, and tell gamecreate to not download, or update.
I once ran HLDS timed it, than ran the gamecreate content installer. It took HLDS about 15 minutes to download a full TF2 install. Took gamecreate about an hour and thirty minutes. Valve has a GIANT content delivery system, that can transfer files quickly.
The icon being broken is a bit annoying, but at least they added CSS, and the game panel supports it.
Apologies if I came off as rude, I just get a bit annoyed when people expect something for nothing, and then expect customer service.
ryguy222: It may be a good idea to create your own content master and let GC take care of distributing the files to your hosts. It's the best of both worlds:
1. You use hldsupdatetool to update your content master like you currently do
2. You let GC take care of distributing your local content to your hosts via GC's build-in versioning system.
This is a blazingly fast way of updating a bunch of hosts, and it is very reliable since GC makes sure to stop servers before update and start them after, and makes sure that the files are correctly transferred. Not to mention that GC will only transfer modified and new files, so you don't have to copy entire installs between your hosts if only a few files have changed (though you may be using rsync or something similar already)
When you use your own content-server for a game (the GC content server is default for all games, but you can check off the games you want to provide yourself), the upgrade is triggered by running a script called build-update.php.
For instance, to upgrade your css installation (which is called cssob in GC), you'd first update your master installation via hldsupdatetool, followed by running 'build-update.php /a /r cssob'. This script will scan the installation, detect any changes, and notify your GC domain that there's a new version available. The /a switch will ensure that the installation is immediately downloaded by all hosts that have css installed, and the /r switch will make the servers stop before downloading and start when it's done. Couldn't be simpler
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum