taotao_6 发表于 2010-1-23 14:37

自建球队队徽显示问题??

本帖最后由 taotao_6 于 2010-1-23 15:47 编辑

我自建了一支球队~加入了队徽球衣~
队徽的四个文件都设好了config~大图标和小图标都能在游戏中正常显示~
但是在收件箱和新闻发布会那里却不能正确显示~求解????
还有球衣~只能显示主场球衣,客场和第三球衣不能显示?为什么?
谁能帮帮我??




milan528 发表于 2010-1-23 14:49

高手~佩服一下~比我强~所以我无法回答你

扬羽 发表于 2010-1-23 14:55

藍魔TAO

好少見到 曼聯+切爾西 的球迷

taotao_6 发表于 2010-1-23 15:09

回复 3# 扬羽


    :tsj9] sorry,我是车仔球迷~叫蓝魔没什么特别意思~
其实我是一个英超球迷~只是不喜欢利物浦

sean_tx 发表于 2010-1-23 15:11

代码都贴上来瞧瞧

20202020

史丁比 发表于 2010-1-23 15:19

队徽位置:
D:\My Documents\Sports Interactive\Football Manager 2010\graphics\Clubs\normal大小180x180
D:\My Documents\Sports Interactive\Football Manager 2010\graphics\Clubs\small大小20x20

设置为png文件,例如605.png

taotao_6 发表于 2010-1-23 15:24

回复 6# 史丁比


    这个没问题哇~
我用的队徽和球衣都是在我下载的头像包里拿出来的!!

taotao_6 发表于 2010-1-23 15:26

回复 5# sean_tx


球衣的
<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="tao_third" to="graphics/pictures/team/2062002128/kits/third"/>
<record from="tao_away" to="graphics/pictures/team/2062002128/kits/away"/>
<record from="tao_home" to="graphics/pictures/team/2062002128/kits/home"/>
</list>
</record>
队徽的~
【1】normal
<record>
<!-- resource manager options -->
<!-- don't preload anything in this folder -->
<boolean id="preload" value="false"/>
<!-- turn off auto mapping -->
<boolean id="amap" value="false"/>
<!-- picture 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">
<!-- Generated by FM Graphics Configurator, by HMan -->
<record from="2062002128" to="graphics/pictures/club/2062002128/logo"/>
</list>
</record>

taotao_6 发表于 2010-1-23 15:27

【2】small
<record>
        <!-- resource manager options -->

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

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

        <!-- picture 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">
                <!-- Generated by FM Graphics Configurator, by HMan -->
                <record from="2062002128" to="graphics/pictures/club/2062002128/icon"/>
        </list>
</record>

taotao_6 发表于 2010-1-23 15:28

【3】background
left
<record>
        <!-- resource manager options -->

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

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

        <!-- picture 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">
                <!-- Generated by FM Graphics Configurator, by HMan -->
                <record from="2062002128" to="graphics/pictures/club/2062002128/logo/background/left"/>
        </list>
</record>

right
<record>
        <!-- resource manager options -->

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

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

        <!-- picture 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">
                <!-- Generated by FM Graphics Configurator, by HMan -->
                <record from="2062002128" to="graphics/pictures/club/2062002128/logo/background/right"/>
        </list>
</record>

taotao_6 发表于 2010-1-23 15:28

以上的都是config的代码

sean_tx 发表于 2010-1-23 15:29

囧 我只要那一句 你把整段都贴上来。。。。。

taotao_6 发表于 2010-1-23 15:31

回复 12# sean_tx


    :tsj9] 呵呵~反正都是代码嘛~

史丁比 发表于 2010-1-23 15:32

比我的队徽文件少了一句:
<record from="1000" to="graphics/pictures/club/1000/logo/huge"/>

taotao_6 发表于 2010-1-23 15:36

回复 14# 史丁比


是在哪个文件夹中?
normal or small or background?

sean_tx 发表于 2010-1-23 15:39

<record from="图像名称" to="graphics/pictures/club/UID/logo/huge"/>

<record from="图像名称" to="graphics/pictures/club/UID/logo"/>

<record from="图像名称" to="graphics/pictures/club/UID/icon"/>

球衣的话 本来就有BUG
你在后面加上/2009 /2008等等 试试
<record from="图像名称" to="graphics/pictures/team/UID/kits/away/2009" />

sean_tx 发表于 2010-1-23 15:40

回复 15# taotao_6


normal

202020202020

taotao_6 发表于 2010-1-23 15:41

回复 16# sean_tx


    嗯~我去试试看~谢谢

taotao_6 发表于 2010-1-23 15:48

问题都解决了~~谢谢大家~万分感谢!!

sean_tx 发表于 2010-1-23 15:49

搞定的话 我闪人了
页: [1] 2
查看完整版本: 自建球队队徽显示问题??