【原创教程1】改球员能力属性的颜色
1,找到fm colours.xml 文件【游戏默认目录】\data\settings
【皮肤自定义】\data\skins\皮肤目录\settings
2,修改颜色
<!-- 普通 -->
<colour name="low attribute" red="70" green="141" blue="50"/>
<!-- 优秀 -->
<colour name="normal attribute" red="90" green="179" blue="50"/>
<!-- 极佳 -->
<colour name="good attribute" red="130" green="217" blue="25"/>
至于找red,green,blue颜色属性值,推荐大家打开系统自带的图画工具,编辑颜色 找自己喜欢的颜色数值即可。
3,关键一步
在游戏选项里面把skin cache这个选项去掉
4,重启游戏 或者换个皮肤再换过来
5,如果还是不行请到data目录里面找到cache 把里面的东西都删掉 重启游戏即可。
转贴注明出处 违者必究 谢谢楼主
rp大大的好. 谁能告诉我0304默认的几个黄色的数值??
就是淡黄,深黄等等
还是喜欢以前0304的颜色
谢谢了!! 可行,谢谢斑竹
不过能力分四个,低,普通,好,极好
[ Last edited by Yugo on 2005-10-22 at 09:31 PM ] 打开FM2006文件夹中的"\data\panels\"目录,找到一个叫"player profile.xml"的文件,通过记事本打开,可以看到
<panel title="Player Profile Panel">
<!-- PANEL PROPERTIES -->
<!-- attribute colouring -->
<integer id="exca" value="18" /> <!-- excellent threshold -->
<integer id="excn" value="15" /> <!-- normal threshold -->
<integer id="excl" value="10" /> <!-- low threshold -->
也就是18-20是excellent,显示excellent的颜色,15-17是good,显示good的颜色。。大家可以根据自己来改动。(上来是从我自己的文件里复制下来的,刚开始的数值不一样) 我开始也改了的,应该是4个属性点,比05分得细了点 4种色,自己看,呵呵 <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE propertylist SYSTEM "http://www.sigames.com/dtds/properties.dtd">
<properties version="1.0">
<!-- profile attribute colours -->
<colour name="low attribute" red="37" green="182" blue="73"/>
<colour name="normal attribute" red="220" green="220" blue="0" />
<colour name="good attribute" red="255" green="135" blue="0" />
------现在多了以下这个---------
<colour name="excellent attribute" red="255" green="0" blue="" />
其实也差不多,就是多个色而已,不过是要看起舒服点 metallic2006_right
这个skin下面没有settings目录夹啊 顶
页:
[1]
2