查看: 744|回复: 1

[求助] 有没有大神整个大连英博的补丁啊,只要改一下队徽就行

[复制链接]
发表于 2024-2-2 10:31 | 显示全部楼层 |阅读模式
有没有大神整个大连英博的补丁啊,只要改一下队徽就行
发表于 2024-2-2 16:39 | 显示全部楼层
改队徽?
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了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-10-6 10:27 , Processed in 0.022313 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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