|
以客场球衣为例
在X:\Program Files\Pro Evolution Soccer 6 For PC--中国风暴2007金秋版\kitserver\GDB\uni\English Premier League\Manchester United FC\pb找到config(文本文档),打开它,显示如下内容:
# Attribute configuration file auto-generated by GDB Manager
collar = no
description = "Away"
logo.location = off
model = 69
name.location = top
name.shape = type2
numbers = "..\..\epl07_whiteblack.png"
radar.color = 000000
shirt.number.location = off
shorts.num-pal.ga = "..\..\epl07_whiteblack.png"
shorts.num-pal.pb = "..\..\epl07_blackwhite.png"
shorts.number.location = left
把numbers = "..\..\epl07_whiteblack.png"改成numbers = "..\..\epl07_blue.png"
也就是下面这段:
# Attribute configuration file auto-generated by GDB Manager
collar = no
description = "Away"
logo.location = off
model = 69
name.location = top
name.shape = type2
numbers = "..\..\epl07_blue.png"
radar.color = 000000
shirt.number.location = off
shorts.num-pal.ga = "..\..\epl07_whiteblack.png"
shorts.num-pal.pb = "..\..\epl07_blackwhite.png"
shorts.number.location = left
OK!号码改蓝色了 |
|