SRCDS Steam group


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SourceRSC- Automated fastdownload updater
#1
This tool basically finds all the custom content on your gameservers. Then it compares the list of custom content to your redirect (aka fastdownload) server. If some content is missing on the redirect, it will automatically compress the content and upload it to the redirect with the appropriate folder structure.

Works with most source games (css, tf2, gmod, etc.) and can be used with mods with minimal work. Works with windows and linux. Works if your servers are local or over FTP. Download is available at our site, http://www.brainless.us/downloads.aspx?cid=1

We also have tools for managing HL1, CoD, and Unreal redirects available on our site.et5
Manage your redirects/fast downloads with one click! SourceRSC and HL1RSC
Need a free web based game server hosting panel? Check out UGCC.
Reply
#2
I can recommend this, works great Smile
Reply
#3
We use it for our auto syncs.
Looking for a game server? Visit fullfrag.com and pick one up as low as $2.50 / mo!
Reply
#4
Looks great, any plans for a GUI?
[BR5DY]
Asher Software
http://ashersoftware.com

seDirector (formerly SRCDS Admin) - a management suite for all of your Source Engine servers (auto-update in Windows, too)
Newsletter Signup - providing information on beta & stable releases and more
Reply
#5
Why GUI when you can CLI?

It's super easy without a GUI.
Looking for a game server? Visit fullfrag.com and pick one up as low as $2.50 / mo!
Reply
#6
(05-14-2011, 03:40 AM)BR5DY Wrote:  Looks great, any plans for a GUI?

No plans for a gui.
Manage your redirects/fast downloads with one click! SourceRSC and HL1RSC
Need a free web based game server hosting panel? Check out UGCC.
Reply
#7
I'm having a problem when I run up my sourceRSC, it won't connect to the FTP redirect. I get a error when it try to connect to the redirect: "The requested name is valid, but no data of the requested type was found. No connection to redirect, retrying.."

I have added my source.ini configuration under here:

Code:
//Tell SourceRSC what mod it's working with (CSS, HL2DM, DODS, TF2, L4D, GMOD)
//If using a custom RSC file for a mod, enter the name of the RSC file minus the .rsc
[GameMod]
CSS

//Gameserver query mode (FTP or Local)
[GSQryMode]
local

//Redirect query mode (FTP or Local)
[RedirQryMode]
FTP

//Enter the path to the gamemod if querying gameserver via local mode
[ServerPath]
c:\srcds\orangebox\garrysmod

//Enter the root path to the redirect if querying redirect via local mode
[RedirectPath]
c:\inetpub\wwwroot\redir

//If querying game server via FTP, where should SourceRSC save compressed downloaded files to
//Leaving this as-is is fine.
[CompressPath]
c:\temp\bzd

//Delete the CompressPath folder when done
[RmCPath]
False

//Don't process the addons folder of game server.  Set to False for Garry's Mod(True/False)
[SkipAddons]
False

//Skipmisc:  Automatically skip the logs, downloads, svn related folders, and other misc folders on game server--speeds things up a bit (especially when using ftp) (True/False)
[SkipMisc]
True

//-----The following ftp server info is used to connect to the Gameserver-----
//This section is only needed if querying gameserver via FTP
//FQDN or IP of your FTP Server
[FTPSrvr]
192.168.0.1

//FTP Server Port (Def 21)
[FTPPort]
21

//FTP Username
[FTPUser]
me

//FTP Password
[FTPPass]
mepass

//The root folder of your game mod, must be prefixed with /  ie. /cstrike.  Leave blank for root
[FTPPath]
/cstrike

//Use passive mode?  Try toggling this if you are having problems connecting to the server (True/False)
[FTPPasv]
True

//-----The following ftp server info is used to connect to the Redirect-----
//This section is only needed if querying redirect via ftp
//Redirect:  FQDN or IP of your FTP Server
//Looking for a good deal on a redirect--checkout www.urldownload.com--prices start at $5/mo
[Redir-FTPSrvr]
http://fredrik.horizon-host.com

//Redirect:  FTP Server Port (Def 21)
[Redir-FTPPort]
21

//Redirect:  FTP Username
[Redir-FTPUser]
u344739537

//Redirect:  FTP Password
[Redir-FTPPass]
41088755

//The root folder of your redirect, must be prefixed with /  ie. /redir.  Leave blank for root
[Redir-FTPPath]
/FASTDL

//Redirect:  Use passive mode?  Try toggling this if you are having problems connecting to the server (True/False)
[Redir-FTPPasv]
True

//Redirect:  Automatically upload new compressed files to the redirect? (True/False)
//If set to false you'll need to manually upload the files in [CompressPath] path to your redirect.
[Redir-Upload]
True

//Redirect:  Create Redir-FTPPath if it doesn't exist
[Redir-CreateFtpPath]
False

//Debug:  Be very verbose? (True/False)
[Debug]
False

//Autoupdate:  Automatically check for updated basefiles(True/False)
[AutoUpdate]
True

//Delete files on the redirect that aren't on the server? (Off, Report, or Delete)
//You should probably keep this off for Garry's Mod
//Off==feature disabled
//report==will report files on the redirect that aren't on the game server
//delete==same as report but will automatically delete them (ensure everything is working correctly before setting to this)
[RedirectCleaner]
report
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)