• Source RSC Help
    0 replies, posted
Right, I've been having trouble setting up the config for sourcersc And it keeps giving me the message - [code] -----Phase Two-----Gameserver Connected to FTP Server Please be patient, this process may take awhile The system cannot find the file specified. (code=550) Lost connection, attempting reconnect... [/code] I am not to sure what could be causing this to happen but its starting to annoy me since I cannot find a fix anywhere.. here is my sourceRSC.ini minus the username and passwords - [code] //Tell SourceRSC what mod it's working with (CSGO, 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] GMOD //Gameserver query mode (FTP or Local) [GSQryMode] FTP //Redirect query mode (FTP or Local) [RedirQryMode] FTP //Enter the path to the gamemod if querying gameserver via local mode [ServerPath] //Enter the root path to the redirect if querying redirect via local mode [RedirectPath] //If querying game server via FTP, where should SourceRSC save compressed downloaded files to //Leaving this as-is is fine. [CompressPath] .\bzd //Delete the CompressPath folder when done [RmCPath] True //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, replay, 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] 109.70.149.37 //FTP Server Port (Def 21) [FTPPort] 21 //FTP Username [FTPUser] ********** //FTP Password [FTPPass] *********** //The root folder of your game mod, must be prefixed with / ie. /cstrike. Leave blank for root [FTPPath] /109.70.149.37:7062/orangebox/garrysmod //Use passive mode? Try toggling this if you are having problems connecting to the server (True/False) [FTPPasv] False //-----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] gtxhosting.co.uk //Redirect: FTP Server Port (Def 21) [Redir-FTPPort] 21 //Redirect: FTP Username [Redir-FTPUser] *********** //Redirect: FTP Password [Redir-FTPPass] ********** //The root folder of your redirect, must be prefixed with / ie. /redir. Leave blank for root [Redir-FTPPath] //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] Off [/code]
Sorry, you need to Log In to post a reply to this thread.