轻音_r47K 发表于 2024-2-2 10:31

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

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

yxinyue 发表于 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了
页: [1]
查看完整版本: 有没有大神整个大连英博的补丁啊,只要改一下队徽就行