请教下如何自制队徽
这个队徽是自己球队朋友们一起设计的,想用这个队徽在游戏里自创一个俱乐部玩,请教一下自制队徽都需要什么软件和步骤 没啥扣个图,改个尺寸就好了 graphics里创建个文件夹,文件夹里套两个文件夹normal和smallnormal里放队徽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了 yxinyue 发表于 2024-3-14 21:41
graphics里创建个文件夹,文件夹里套两个文件夹normal和small
normal里放队徽logo 180x180的然后创建个con ...
研究明白了 感谢{:16_780:} 感谢分享啊~~~ 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> kustaigj77 发表于 2024-9-14 22:22
大佬,我按照你教的流程做了1个队徽,刷新皮肤后还是不显示新的队徽啊,是怎么回事呢?
是不是哪里做 ...
在graphics新建文件夹再放 Motas 发表于 2024-9-15 08:53
在graphics新建文件夹再放
研究半天了,还是不行。。。最终放弃了 xml的书写格式有要求吗
页:
[1]