pineson 发表于 2008-2-25 00:24:31

如何修改球员能力颜色 自定义数值段

<!-- profile attribute colours --> 这就是球员能力数值颜色的设定,
<colour name="low attribute" red="255" green="0" blue="0" />
                0-5数值的能力
<colour name="normal attribute" red="255" green="100" blue="0" />
                5-10数值的能力
<colour name="good attribute" red="40" green="100" blue="255" />
                11-15数值的能力
<colour name="excellent attribute" red="20" green="255" blue="20" />
                16-20数值的能力


请问自定义数字段怎么改动 也就是说 我想不按这数字段比如 我(0-9 10-14 15-17 18-20)(0-5 6-9 10-15 16-20) 等反正就是自定义数字段?

zhangyehua 发表于 2008-2-25 01:58:30

目前还是没有这种方法,不过说实话,个人认为这样没有什么必要啊。

pineson 发表于 2008-2-25 03:05:26

中场休息中 回复 已经解决    没有做不到 只有想不到

   新建或修改   我的文档\Sports Interactive\Football Manager 2008\panels\player profile.xml
      <!-- attribute colouring -->
      <integer id="exca" value="16" /> <!-- excellent threshold -->
      <integer id="excn" value="11" /> <!-- normal threshold -->
      <integer id="excl" value="6" /> <!-- low threshold -->
页: [1]
查看完整版本: 如何修改球员能力颜色 自定义数值段