查看: 1650|回复: 7

[求助] 请教下如何自制队徽

[复制链接]
发表于 2024-3-14 16:00 | 显示全部楼层 |阅读模式
这个队徽是自己球队朋友们一起设计的,想用这个队徽在游戏里自创一个俱乐部玩,请教一下自制队徽都需要什么软件和步骤
微信图片_20240314133320.png
发表于 2024-3-14 21:40 | 显示全部楼层
没啥扣个图,改个尺寸就好了
发表于 2024-3-14 21:41 | 显示全部楼层
graphics里创建个文件夹,文件夹里套两个文件夹normal和small
normal里放队徽logo 180x180的然后创建个config.xml文件里面写
<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">
                <record from="图片名称" to="graphics/pictures/club/俱乐部id/logo"/>
        </list>
</record>
在small放缩小版的队徽icons 25x18的 创建config.xml在里面写
<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">
                <record from="图片名称" to="graphics/pictures/club/俱乐部id/icon"/>
        </list>
</record>
最后刷新一下皮肤就ok了
 楼主| 发表于 2024-3-15 10:57 | 显示全部楼层
yxinyue 发表于 2024-3-14 21:41
graphics里创建个文件夹,文件夹里套两个文件夹normal和small
normal里放队徽logo 180x180的然后创建个con ...

研究明白了 感谢
发表于 2024-9-14 22:07 | 显示全部楼层
感谢分享啊~~~
发表于 2024-9-14 22:22 | 显示全部楼层
yxinyue 发表于 2024-3-14 21:41
graphics里创建个文件夹,文件夹里套两个文件夹normal和small
normal里放队徽logo 180x180的然后创建个con ...

大佬,我按照你教的流程做了1个队徽,刷新皮肤后还是不显示新的队徽啊,是怎么回事呢?

是不是哪里做错了呀?地址是放在graphics这个文件夹里面的
<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="43204869" to="graphics/pictures/club/43204869/logo"/>
               
</list>
</record>

<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">
                <record from="11222" to="graphics/pictures/club/43204869/icon"/>
</list>
</record>
发表于 2024-9-15 08:53 | 显示全部楼层
kustaigj77 发表于 2024-9-14 22:22
大佬,我按照你教的流程做了1个队徽,刷新皮肤后还是不显示新的队徽啊,是怎么回事呢?

是不是哪里做 ...

在graphics新建文件夹再放
发表于 2024-9-15 11:37 | 显示全部楼层
Motas 发表于 2024-9-15 08:53
在graphics新建文件夹再放

研究半天了,还是不行。。。最终放弃了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|Archiver|爆棚小组 PlayGM论坛

GMT+8, 2024-11-5 14:55 , Processed in 0.044195 second(s), 19 queries , Gzip On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表