mirror of
https://github.com/GameServerManagers/Game-Server-Configs.git
synced 2025-01-07 03:07:04 +08:00
add fastdl settings for SFC
This commit is contained in:
parent
50cbd2b105
commit
d91abec96f
@ -66,6 +66,21 @@ writeid
|
||||
// Write IP - Save the ban list to banned_ip.cfg.
|
||||
writeip
|
||||
|
||||
// ............................. Fast Download .............................. //
|
||||
// info: Allows custom maps to be downloaded to the client.
|
||||
|
||||
// Allows clients to download custom maps and textures etc. from the server at 20 kbps.
|
||||
// Default: sv_allowdownload 1
|
||||
sv_allowdownload 1
|
||||
|
||||
// Allows clients to download custom maps, textures etc. from a web server with no transfer limit.
|
||||
// Example:
|
||||
// server location: maps/custommap.bsp
|
||||
// web server location: http://example.com/custom/maps/custommap.bsp
|
||||
// sv_downloadurl "http://example.com/custom"
|
||||
// Default: sv_downloadurl ""
|
||||
sv_downloadurl ""
|
||||
|
||||
// ........................ SourceForts Classic Settings...................... //
|
||||
|
||||
// Use global banlist ?
|
||||
|
Loading…
Reference in New Issue
Block a user