发新话题
打印

[求助] 我的FM2008 802版的队徽在新闻的小框里不能显示啊!

本主题由 素蓝小夜曲 于 2008-9-16 09:15 移动

我的FM2008 802版的队徽在新闻的小框里不能显示啊!

我重装2008了,发觉在新闻的小框里不能显示了,但其他地方就可以正常显示!有什么办法可以正常显示?

TOP

我也正在研究这个问题,希望有高人解答下,o(∩_∩)o...

TOP

如果你有队徽,并且位置正确,设置正确。
那就是config.xml有问题。

TOP

<record from="1000" to="graphics/pictures/club/1000/logo"/>
<record from="1000" to="graphics/pictures/club/1000/logo/huge"/>
<record from="1004" to="graphics/pictures/club/1004/logo"/>
<record from="1004" to="graphics/pictures/club/1004/logo/huge"/>
正确的是这样,如果少了
<record from="****" to="graphics/pictures/club/****/logo/huge"/>
这项在新闻里就没有了,而别的地方还有

TOP

我也想知道

TOP

"在游戏里,大图标队徽,小图标队徽都显示正常,

但就是在新闻里面的队徽全部不能正常显示..."



新闻里的 logo 是要对应 Huge文件夹的~~~


你可将队徽logo 的 normal文件夹里面的 config.xml 用windows记事本打开,

复制所有 <record from="xxxx" to="graphics/pictures/club/xxxx/logo"/>

再加入<record from="xxxx" to="graphics/pictures/club/xxxx/logo/huge"/>

即在原来每句最后加上 /huge 就行了~~~
即如下面所示:

<record from="1111" to="graphics/pictures/club/xxxx/logo"/>
<record from="2222" to="graphics/pictures/club/xxxx/logo"/>
<record from="3333" to="graphics/pictures/club/xxxx/logo"/>

<record from="1111" to="graphics/pictures/club/xxxx/logo/huge"/>
<record from="2222" to="graphics/pictures/club/xxxx/logo/huge"/>
<record from="3333" to="graphics/pictures/club/xxxx/logo/huge"/>

当然别忘了 [清缓存] 啦~~~

[在设置-->显示与声音里-->不选(使用皮肤缓存), 选取(强制刷新皮肤),然后确定


还有一个方法是下载 弱智乐趣多 E2G   真实 队徽 赛事标志补丁 V1.1版 补丁 也可以解决

TOP

发新话题