逃课溜达 发表于 2007-9-4 23:01:24

关于新建球员头像的问题

想问下,,我新建一个球员,,怎么设置他的头像啊?? 请指教。。。在线等 ,,急。谢谢先!!!0=062

adonio 发表于 2007-9-4 23:18:36

找到他的ID 然后在Football Manager 2007\data\graphics\pictures\players\normal   建立个文件夹里边放95X95的图片 ID一致添加一个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">
       
                <record from="1405009" to="graphics/pictures/person/1405009/portrait"/>
                <record from="22005754" to="graphics/pictures/person/22005754/portrait"/>
                <record from="14000698" to="graphics/pictures/person/14000698/portrait"/>
               
        </list>
</record>






这个自己改<record from="?????" to="graphics/pictures/person/?????/portrait"/>

§王者之心§ 发表于 2007-9-5 09:07:43

楼上的强啊。。。

逃课溜达 发表于 2007-9-10 14:58:16

恩 已经会了 谢谢哦
页: [1]
查看完整版本: 关于新建球员头像的问题