Nico 发表于 2003-11-19 17:43:46

请教高手,PsychoStats中的战队标识问题

在clantags.cfg文件中,关于战队标识的问题。

我E文差,请问哪位可以解释一下~~

# This file contains all the clan tag markings.
# Format:
# 1 pair of tags per line seperated by at least one space or tab.
# <lt><rt>
# <lt> & <rt> = the left and right sides of the clantag (IE: "[ ]")
# If you don't want a L or R tag put the word 'none' in place for that tag
# (IE: "none |" = clan|playername)
#
# = specifies if the tag can be positioned on the left or right of the
# playername. You can specify both 'lr' to indicate the tag can be found on
# either side. Or just one or the other: 'l', or 'r'.
# If nothing is specified, 'l' for left is assumed.
#
# The LEFT side is always checked BEFORE the RIGHT, if 'lr' is specified.
#
# NOTE: if you add your own tags, its recommended that more 'complex' tags
# go closer to the top. Otherwise a player might be tagged as being in a
# different clan then they should of been. (the more characters in the
# tag, the more complex it is)
$comments = "        # change comment character so '#' doesn't conflict with stuff below
                       

-=[        ]=-        l
[        ]=-        r
-=[        ]        l
:+:        :+:        lr
[        ]        lr
(        )        lr
{        }        lr
:        :        lr
=        =        lr
>        <        lr
<        >        lr
#        #        lr
*        *        lr
{        }        lr
_        _        lr
-        -        lr
\        \        lr
~        ~        lr
|        |        lr
.        .        lr
/        /        lr
none        .        l
.        none        r
none        *        l
*        none        r
none        _        l
_        none        r
none        |        l
|        none        r
none        /        l
/        none        r
none        \        l
\        none        r

z81 发表于 2003-11-19 18:24:44

建议你学学ENGLISH,因为要想设置出战队的成员及战队的积分,这一个文件是不够的

如果你用的是LINUX,我可以把我的设置给你

Nico 发表于 2003-11-20 09:23:45

你能大概说一下吗? 还设置需要什么文件?
好像有种情况:

我队的ID:    R.S | XXXXXXXXXX

但统计的战队名不见"R.S",只有"R.",我尝试把“NONE.”L 这行去掉,保留“NONE|”L,但只见其它使用“|”的,如:“MAX |”,但是我的ID中间有“.”,估计是这个问题了。

Nico 发表于 2003-11-20 09:31:55

z81大哥,你的ENGLISH这么好,能否帮我大概说明一下啊。总不能叫我学几个月的E文在搞吧,急啊~

Nico 发表于 2003-11-20 09:42:17

喔,我知道了,其中一句:“# NOTE: if you add your own tags, its recommended that more 'complex' tags
# go closer to the top. Otherwise a player might be tagged as being in a
# different clan then they should of been. (the more characters in the
# tag, the more complex it is)


意思是指如果战队标识比较复杂,请把相关的标识放到顶部,我吧“none | l”、
”| none r“这两项放在TOP的位置,一切搞定,哈哈~~

z81 发表于 2003-11-20 09:50:35

上述文件定义的是战队的起始字符和终止字符

另外你在players.cfg中定义了吗?
页: [1]
查看完整版本: 请教高手,PsychoStats中的战队标识问题