|
发表于 2002-11-7 14:48:02
|
显示全部楼层
来自 中国–吉林–长春
stats.cfg(2)
# How to create player and clan files.
# RANK = use rank
# NAME = use name
# WONID = usr plr wonid (playerHTMLtype only)
# MIME = encode name with base64 (recommended)
PlayerHTMLtype = MIME
ClanHTMLtype = MIME
# PlayerID: How players are tracked and recorded.
# NAME = use player names as the unique ID for each player. (case sensitive)
# LCNAME = use player names (case in-sensitive)
# WONID = use player WONIDs ...
PlayerID = WONID
# Create Clan HTML stat pages. PsychoStats can try and figure out what
# clans have connected to the server and groups all the members in each
# clan together. This has side-effects since PsychoStats can't be 100%
# accurate as to what is a clan (it does a pretty good job, however).
# But with the settings below and the help from the clantags file you can
# help tweak what a clan is defined as.
CreateClans = 1 # 1 = Create clan stats. 0 = don't.
MinClanMembers = 3 # Min # of members needed to pass as a 'clan'.
MinClanKills = 50 # Min # of combined kills needed to pass.
MinClanSkill = 500 # Min avg skill needed for the clan to pass.
MinClanKdr = 0.0 # Min Kill Ratio needed for the clan to pass.
MinClanRank = 0 # Min avg rank needed for the clan to pass.
MinClanMemberKills = 1 # Min kills needed for member to be included in clan
MinClanMemberDeaths = 1 # Min deaths ...
# Enable clan debugging. This should always be disabled unless you're having a
# clantag or clanmember problem (like a 'valid' clan never appears in the
# clan listing). This will cause PS to output the reason why a clan was denied
# from the clan listings. So on large servers, this will OUTPUT A LOT of info.
# All info is LOGGED, so you can simply view the stats.log after you update to
# view the results.
ClanDebug = 0
# Create detailed map stat pages. PsychoStats will create detailed pages
# for each map, showing the top players in many different views of the
# map. Such as most kills, hostage rescues, or bombings, etc.
# This requires some extra processing time and you can toggle this
# option on or off. Toggling this off does not effect the creation of
# the standard 'maps.html' file.
CreateMapPages = 1
MapAwardMax = 10 # Maximum # of players to list for each detailed
# map player listing
# Maps that should NOT be included in stats. Partial words can be used to
# exclude all maps that match. e.g.: using "es_" would exclude all "ES" type maps.
# format: one line, each mapname or partial word is seperated by a space.
# e.g.: ExcludeMaps = cs_speedball de_suckmap as_
ExcludeMaps = unknownmap
# default map used when the current map is unknown. This is only needed
# if you use the command 'log on' in your server.cfg, instead of the
# 'autoexec.cfg'. Its recommended you use the autoexec.cfg for the
# 'log on'. If the server.cfg is used, then the HLDS engine will not
# report the first map loaded, and thus this option will need to be set
# to the map you use to start the server.
DefaultMap = unknownmap
AwardMax = 25 # Max number of players to list in "top10" weapon/award pages.
# Toggle the display of some 'sensitive' plr info:
ShowPlayerAliases = 1 # Player Aliases are visible
ShowPlayerWONIDs = 0 # Player WONIDs are visible
ShowPlayerIPs = 0 # Player IPs are visible
# Map variables that specify what type of map images to use, and where
# your maps are available for download (used mainly in maps.html)
maplinkurl = /maps/ # relative URL path to map DOWNLOADS (zip files usually)
maplinkext = zip # file extension for downloads (do not use a dot)
mapthumbnailurl = images/mappics/ # relative URL path to mappics.
mapthumbnailsize = 160x120 # image size
mapthumbnailext = gif # image type (do not use a dot)
weaponimgurl = images/ # relative URL path to weapon images
## FTP SECTION -----------------
## ** NOTE: The FTP feature is still BETA and may not work for everyone!
# If you need to have your stats uploaded to a website after a stats update,
# fill out this section with the values required for your FTP server (website).
# The host, user, and pass must all be specified in order for an FTP transfer
# attempt to be made by PsychoStats.
# Sub-directories are not supported. Only files within the HTMLPATH will be uploaded.
FTPhost = # FTP hostname, ie: ftp.mydomain.com
FTPusername = # username to connect with
FTPpassword = # password to connect with
FTPdir = # path to where the files should be uploaded to
FTPautodelete = 0 # If enabled each remote file will be deleted before
# uploading the newer file
FTPfiles = *.* # wildcard filenames to upload. Multiple
# wildcards should be seperated by a comma (,)
# ie: *.html, *.css, *.gif
FTPport = 21 # FTP port to use. you'll probably never change this
FTPpassive = 1 # If FTP doesn't work for you try setting this to 0
FTPverbose = 0 # 1 if you want to see whats happening during
# the FTP transfer. Note, this is extremely verbose!
# But is useful for troubleshooting FTP problems |
|