发新话题
打印

教大家自己给FM07的自建球员制作头像

教大家自己给FM07的自建球员制作头像

这个方法可以给自己建造的球员制作头像哦。。
不知道有人写过没有,我先占个位置。。简单教程就出来。

所用工具:
图象编辑工具,包括PS,Fireworks,ACDsee都可以;
FMM2.1,一款内存修改器,主要是用来看球员的编号。

制作原理:
因为传图太麻烦,这里我就不发图了,大家根据我的说明去琢磨吧。

首先找data\graphics\pictures\players\normal目录。。
外卖来看看的卡卡的头像,OK。。找到\ita\seriea\milan目录。
用记事本或者Dreamweaver之类的网页制作工具打开目录下的config文件,可见到诸如:

<record>
    <!-- resource manager options -->

    <!-- dont preload anything in this folder -->
    <boolean id="dpre" value="true"/>

    <!-- 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. Copyright FMCM.
    -->
   
    <list id="maps">
                <!-- Milan -->
                          <record from="ancelotti" to="graphics/pictures/person/20178/portrait"/>
                          <record from="ambrosini" to="graphics/pictures/person/66/portrait"/>
                          <record from="borriello" to="graphics/pictures/person/830300/portrait"/>
                          <record from="bonera" to="graphics/pictures/person/3801706/portrait"/>
                          <record from="brocchi" to="graphics/pictures/person/706418/portrait"/>
                          <record from="cafu" to="graphics/pictures/person/114557/portrait"/>
                          <record from="costacurta" to="graphics/pictures/person/53/portrait"/>
                          <record from="dida" to="graphics/pictures/person/3301076/portrait"/>
                          <record from="favalli" to="graphics/pictures/person/8446/portrait"/>
                          <record from="fiori" to="graphics/pictures/person/2571/portrait"/>
                          <record from="gattuso" to="graphics/pictures/person/3801681/portrait"/>
                          <record from="gilardino" to="graphics/pictures/person/3804675/portrait"/>
                          <record from="gourcuff" to="graphics/pictures/person/919541/portrait"/>
                          <record from="inzaghi" to="graphics/pictures/person/811/portrait"/>
                          <record from="jankulovski" to="graphics/pictures/person/130702/portrait"/>
                          <record from="kaka" to="graphics/pictures/person/310625/portrait"/>
                          <record from="kalac" to="graphics/pictures/person/2000277/portrait"/>
                          <record from="kaladze" to="graphics/pictures/person/115765/portrait"/>
                          <record from="maldini" to="graphics/pictures/person/45/portrait"/>
          <record from="nesta" to="graphics/pictures/person/8432/portrait"/>
                          <record from="oliveira" to="graphics/pictures/person/308379/portrait"/>
                          <record from="pirlo" to="graphics/pictures/person/703963/portrait"/>
                          <record from="seedorf" to="graphics/pictures/person/11946/portrait"/>
                          <record from="serginho" to="graphics/pictures/person/106988/portrait"/>
                          <record from="simic" to="graphics/pictures/person/2002020/portrait"/>
                                                                    
    </list>
</record>


此类的代码。。找到<record from="kaka" to="graphics/pictures/person/310625/portrait"/> ,这段就是kaka的头像地址。。要特别注意310625这组数字。。这个是卡卡的编号,而record from="kaka"这段代码所对应的就是目录下的kaka.png这个图片。我这样述说不知道大家能否看明白。。

制作方法:
OK!!明白了原理,我们就可以给自建球员,或者其他没有头像包的球员来制作头像了。例如我们要给尤文图斯的内德维德制作头像。。

打开data\graphics\pictures\players\normal\ita\seriea目录,建立一个juventus目录(注意,如果你这个文件夹里已经有这个目录,并且里面有图片,那说明已经有尤文图斯队员的头像了,你可以参照这个方法给其他没有头像的球队来制作,制作方式同理),去其他目录,例如data\graphics\pictures\players\normal\ita\seriea\milan下复制一个config文件过来,等下我们会用到这个文件哦。

好了,下面我们来给内德维德做头像:
1.找一张内德维德的图片,然后把他的头截出来,做成95*95大小,工具用PS,Fireworks都可以,怎么裁的方法我就不说了,裁完后存盘为pavel nedeved,存的时候把“保存类型”选为*.png格式,并且保存在juventus文件夹下。

2.这里要用到FMM2.1了。打开FMM,搜索pavel nedeved,打开他,大家可以观察一下FMM的右上角,可以看到他的编号“8440”,没错,这个编号很重要。。现在我们要用记事本打开config文件了,找到:

<list id="maps">
                <!-- Milan -->
                          <record from="ancelotti" to="graphics/pictures/person/20178/portrait"/>
                          <record from="ambrosini" to="graphics/pictures/person/66/portrait"/>


把ancelotti改成pavel nedeved,把20178改成8440,存盘。。行啦!这样在游戏中就可以看到他的头像了。。注意哦,在选项里换个皮肤,然后把皮肤缓存的“勾”给去掉。。确定,在看看内德维德,是不是有你刚刚制作的头像呢。用这个方法同样可以给你自建的球员制作头像,注意要用到FM07来查看球员的编号,我玩FM07才几天,我还不知道用其他方法来看球员编号,所以各位达人不要笑我火星。以上方法比较复杂,大家多琢磨,可能还有更好方法,希望能得到哪位达人制作的FM07全部球员头像包提供给我们下载哦。。谢谢。

TOP

厉害

TOP

HOHO 看不懂哦

TOP

工程浩大...

TOP

................

TOP

TOP

发新话题