查看: 513|回复: 3

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

[复制链接]
发表于 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 ...

研究明白了 感谢
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-7-6 00:29 , Processed in 0.053113 second(s), 19 queries , Gzip On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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