|
找到X:\Program Files\Pro Evolution Soccer 6 For PC--中国风暴2007金秋版\kitserver\GDB\uni\Csl\Zhejiang\pa中的config文件,打开。显示如下内容:
# Attribute configuration file auto-generated by GDB Manager
collar = no
description = "Home"
logo.location = off
model = 74
name.location = bottom
name.shape = type1
numbers = "..\..\zj_green.png"
radar.color = FFFFFF
shirt.number.location = off
shorts.num-pal.pa = "..\..\zj_green.png"
shorts.number.location = right
把这一行改一下,比如要改成白色,就把green改成white。numbers = "..\..\zj_green.png"改成numbers = "..\..\zj_white.png"
上面一段就改成这样的:
# Attribute configuration file auto-generated by GDB Manager
collar = no
description = "Home"
logo.location = off
model = 74
name.location = bottom
name.shape = type1
numbers = "..\..\zj_white.png"
radar.color = FFFFFF
shirt.number.location = off
shorts.num-pal.pa = "..\..\zj_green.png"
shorts.number.location = right
复制这一段就行了 短裤的数字颜色还是绿色,要白色,把shorts.num-pal.pa = "..\..\zj_green.png"改成白色就OK了
怪了,我电脑里浙江队的主客场球衣都是白色,晕! |
|