-
Notifications
You must be signed in to change notification settings - Fork 0
/
replay.cfg
32 lines (27 loc) · 1.19 KB
/
replay.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//
// To enable replay, modify this file, and either replay_local_http.cfg or replay_ftp.cfg (see below), then
// run your server with something like:
//
// srcds -game tf -console -replay
//
// The replay system will do a sanity check at startup to help you debug any issues.
//
// For a full overview on getting setup, view the "Replay Overview for Server Operators & FAQ" here:
//
// http://forums.steampowered.com/forums/showthread.php?t=1882475
//
// Enable replay!
replay_enable "1"
// How often we dump replay data. You should not need to modify this value.
replay_block_dump_interval "15"
// This is the method by which clients download replay data. At the moment, only HTTP is available.
replay_fileserver_protocol "http"
//
// NOTE: UNCOMMENT *ONE* OF THE FOLLOWING TWO 'EXEC' LINES, AND MAKE SURE YOU EDIT THE CORRESPONDING FILE.
//
// - The "local HTTP" method requires that you run a web server on the same machine as your game server.
// - The "FTP" method allows you to offload replay data to another machine (which must be running a web
// server) over FTP. Clients will download their replay data over HTTP.
//
//exec replay_local_http
//exec replay_ftp.cfg