fm2013吧 关注:17,500贴子:441,490

关于挂贴图头像

只看楼主收藏回复

首先下载图片


1楼2014-06-01 17:11回复
    图片是JPG形式的,因为FM中的贴图不支持JPG所以改为PNG


    2楼2014-06-01 17:14
    回复
      2026-04-24 02:31:16
      广告
      不感兴趣
      开通SVIP免广告
      就像这样


      3楼2014-06-01 17:16
      回复
        接下来打开Editor


        4楼2014-06-01 17:17
        回复
          载入数据库


          5楼2014-06-01 17:18
          回复
            外面闪电,怕死了


            6楼2014-06-01 17:24
            回复
              雷电大雨,一下子什么都看不到


              7楼2014-06-01 17:27
              回复
                龟速直播


                8楼2014-06-01 17:27
                回复
                  2026-04-24 02:25:16
                  广告
                  不感兴趣
                  开通SVIP免广告
                  查找你所需的球员ID,如拉莫斯:7458272


                  9楼2014-06-01 17:29
                  回复
                    把刚才那张改成这样


                    10楼2014-06-01 17:31
                    回复
                      进入存档处,若没有graphics,那么建一个


                      11楼2014-06-01 17:33
                      回复
                        进入Honeycomb'13,若没有自建


                        12楼2014-06-01 17:36
                        收起回复
                          在Honeycomb'13内再建一个包


                          13楼2014-06-01 17:38
                          回复
                            把刚才那张图片拖入这个包,编写config.xml


                            14楼2014-06-01 17:40
                            回复
                              2026-04-24 02:19:16
                              广告
                              不感兴趣
                              开通SVIP免广告
                              若没有config.xml,自建一个
                              内容如下
                              <record>
                              <!-- resource manager options -->
                              <!-- dont preload anything in this folder -->
                              <boolean id="preload" value="false"/>
                              <!-- turn off auto mapping -->
                              <boolean id="amap" value="false"/>
                              <!-- logo 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">
                              <!-- Auto generated by fmXML -->
                              <record from="(XXX编号)" to="graphics/pictures/person/(XXX编号)/portrait"/>
                              <record from="另一个球员编号" to="graphics/pictures/person/另一个球员编号/portrait"/>
                              </list>
                              </record>


                              15楼2014-06-01 17:44
                              回复