Raised This Month: $51 Target: $400
 12% 

[TF2] Replays Update


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Britshi
Junior Member
Join Date: Aug 2010
Old 05-07-2011 , 14:22   [TF2] Replays Update
Reply With Quote #1

Hello,

Has anyone here managed to set up the TF2 Replay on their server correctly?

[IMG]http://img194.**************/img194/2202/snappser.png[/IMG]
This is what I currently have. It's an external server to the actual game server. To my knowledge it has a 500MB capacity.

Above the line are ALL the commands I use in the server.cfg and below the line is a demonstration of ALL the directories on the external server.

Note: I can get it to work and people can record, but then they can't download from the server and they just get a failed download.

Much appreciation to anyone who's read this.

Britshi is offline
MjrNuT
SourceMod Donor
Join Date: Feb 2008
Location: Under the Beaming CA Sun
Old 05-07-2011 , 17:20   Re: [TF2] Replays Update
Reply With Quote #2

First, you should just be editing the 3 new files that are for the replay configuration.

/cfg/replay.cfg
/cfg/replay_local_http.cfg
/cfg/replay_ftp.cfg

What you have above there is not enough. The files contain the info for you to make it work.
__________________
Flames and Ash Gaming
Addon: SM v1.4.0-dev MM 1.8.5-dev
Plugins: Advertisements, Webshortcuts, spray tracer, SBans, RTD, gScramble Balance, misc
MjrNuT is offline
SmackDaddy
Veteran Member
Join Date: Oct 2009
Old 05-07-2011 , 18:56   Re: [TF2] Replays Update
Reply With Quote #3

It's workings fine for me......I would post my config, but I am not sure if it will help....depending on your provider/hosting....

Ours is set like this for FTP offloading:

Code:
replay_fileserver_offload_enable    "1"

replay_fileserver_host             "oursite.site.nfoservers.com"
replay_fileserver_port             "80"
replay_fileserver_path            "/tf/replays" (the path after the URL)

replay_fileserver_offload_protocol    "ftp"
replay_fileserver_offload_hostname  "hosted.nfoservers.com"
replay_fileserver_offload_port        "21"
replay_fileserver_offload_remotepath   "/public/tf/replays"
replay_fileserver_offload_login        "LOGIN"
replay_fileserver_offload_password   "PASSWORD"
replay_fileserver_offload_maxuploads   "16"

Last edited by SmackDaddy; 05-07-2011 at 19:00.
SmackDaddy is offline
Britshi
Junior Member
Join Date: Aug 2010
Old 05-08-2011 , 05:33   Re: [TF2] Replays Update
Reply With Quote #4

Code:
replay_fileserver_offload_enable    "1"


//
// YOU MUST EDIT THE CONVARS BELOW THIS LINE.
//

// These are used to reconstruct a URL on the client.
replay_fileserver_host             "host.domain.com"
replay_fileserver_port             "80"
replay_fileserver_path            "/tf/replay"

// Your FTP info.  This data is private and not shared with the client.
replay_fileserver_offload_protocol    "ftp"
replay_fileserver_offload_hostname    "host.domain.com"
replay_fileserver_offload_port        "21"
replay_fileserver_offload_remotepath    "/tf/replay"
replay_fileserver_offload_login        "USER"
replay_fileserver_offload_password    "PASS"
replay_fileserver_offload_maxuploads    "16"
How's this?
Also, where do I edit the booting code manually?
Currently I can only have 1 .cfg fire at the beginning of every start up when I need to fire replay.cfg too.
Britshi is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:22.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode