江南妖人 发表于 2007-7-3 01:26:22

请LOGO高手们会诊!!!!!!!!!!!!!!

To whom it may concerned:
    我遇到了一件很邪门的事,Logo里的荷兰联赛的Logo总是不显示,而其他联赛,比如意大利的都正常显示。
    我尝试了几乎所有的办法,包括复制意大利联赛的config代码,然后把具体的俱乐部代号改掉。
    我皮肤缓存也勾了,就是不显示,没办法,只好贴出config代码让高手会诊。
值得一提的是,所有图象就直接放在一个叫Netherlands的文件夹下

这是Huge的代码:
<record>
        <!-- resource manager options -->

        <!-- dont preload anything in this folder -->
        <boolean id="preload" value="false"/>

        <!-- turn off auto mapping -->
        <boolean id="amap" value="false"/>

        <!-- logo/huge mappings -->
        <!-- the following XML maps pictures inside this folder into other positions
                       in the resource system, which allows this folder to be dropped into any
                       place in the graphics folder and still have the game pick up the graphics
                       files from the correct places
        -->

        <list id="maps">
                <!-- Auto generated by fmXML -->
                <record from="100729" to="graphics/pictures/club/100729/logo/huge"/>
                <record from="1008" to="graphics/pictures/club/1008/logo/huge"/>
                ...............................................................................................
                <record from="100882" to="graphics/pictures/club/100882/logo/huge"/>
                <record from="999" to="graphics/pictures/club/999/logo/huge"/>
        </list>
</record>


这是Normal的代码:
<record>
        <!-- resource manager options -->

        <!-- dont preload anything in this folder -->
        <boolean id="preload" value="false"/>

        <!-- turn off auto mapping -->
        <boolean id="amap" value="false"/>

        <!-- logo mappings -->
        <!-- the following XML maps pictures inside this folder into other positions
                       in the resource system, which allows this folder to be dropped into any
                       place in the graphics folder and still have the game pick up the graphics
                       files from the correct places
        -->

        <list id="maps">
                <!-- Auto generated by fmXML -->
                <record from="100729" to="graphics/pictures/club/100729/logo"/>
                <record from="1008" to="graphics/pictures/club/1008/logo"/>
                <record from="100881" to="graphics/pictures/club/100881/logo"/>
                <record from="100882" to="graphics/pictures/club/100882/logo"/>
                ..........................
                <record from="996" to="graphics/pictures/club/996/logo"/>
                <record from="999" to="graphics/pictures/club/999/logo"/>
        </list>
</record>

这是Small的代码:
<record>
        <!-- resource manager options -->

        <!-- dont preload anything in this folder -->
        <boolean id="preload" value="false"/>

        <!-- turn off auto mapping -->
        <boolean id="amap" value="false"/>

        <!-- icon mappings -->
        <!-- the following XML maps pictures inside this folder into other positions
                       in the resource system, which allows this folder to be dropped into any
                       place in the graphics folder and still have the game pick up the graphics
                       files from the correct places
        -->

        <list id="maps">
                <!-- Auto generated by fmXML -->
                <record from="100729" to="graphics/pictures/club/100729/icon"/>
                <record from="1008" to="graphics/pictures/club/1008/icon"/>
                <record from="100881" to="graphics/pictures/club/100881/icon"/>
                              .......................................               
                              <record from="999" to="graphics/pictures/club/999/icon"/>
        </list>
</record>

[ 本帖最后由 江南妖人 于 2007-7-3 01:29 AM 编辑 ]

jian_cc 发表于 2007-7-3 08:54:47

你的ID都对嘛?

lveverer 发表于 2007-7-3 09:00:38

我玩的是英超出现这个问题,别的联赛没问题

jian_cc 发表于 2007-7-3 09:04:48

汗,我从没出现这个问题...

江南妖人 发表于 2007-7-3 10:01:54

原帖由 jian_cc 于 2007-7-3 08:54 AM 发表
你的ID都对嘛?
应该对的,下栽的,总不会全错吧

jian_cc 发表于 2007-7-3 10:16:37

你对一下吧,下载的也会有错的,我就遇到过.

江南妖人 发表于 2007-7-3 12:07:34

原帖由 jian_cc 于 2007-7-3 10:16 AM 发表
你对一下吧,下载的也会有错的,我就遇到过.
好象是正确的啊
从一个PACK里下的,就是队徽最全的那个

蜡烛 发表于 2007-7-3 12:16:03

可能是你文件重复了,以前老的 LOGO删除了没?

江南妖人 发表于 2007-7-3 12:42:01

再检查一下,谢谢你的意见

江南妖人 发表于 2007-7-3 19:02:45

是对的啊。。。
没人知道吗?顶起来
页: [1] 2
查看完整版本: 请LOGO高手们会诊!!!!!!!!!!!!!!