letitrock 发表于 2016-1-31 21:47

职员头像位置问题

在我的文档里Sports Interactive\Football Manager 2016\graphics这个目录下应该怎么放?

油油的灯 发表于 2016-1-31 22:14

就把做好的头像按ID命名好,然后拷到这个文件夹里,再改下Congfig文件。

letitrock 发表于 2016-2-1 14:10

油油的灯 发表于 2016-1-31 22:14
就把做好的头像按ID命名好,然后拷到这个文件夹里,再改下Congfig文件。

config文件在哪里?

油油的灯 发表于 2016-2-1 14:59

就在graphics文件里面。用txt笔记簿打开。

letitrock 发表于 2016-2-1 15:09

油油的灯 发表于 2016-2-1 14:59
就在graphics文件里面。用txt笔记簿打开。

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

        <!-- dont preload anything in this folder -->
        <boolean id="preload" 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="none" to="graphics/pictures/person/none/male/portrait"/>
               
        </list>
</record>

应该怎么改?

油油的灯 发表于 2016-2-1 15:14

随便找一段复制一行,再把相应ID改成球员ID就行了。

letitrock 发表于 2016-2-1 17:26

油油的灯 发表于 2016-2-1 15:14
随便找一段复制一行,再把相应ID改成球员ID就行了。

好的 谢谢了
页: [1]
查看完整版本: 职员头像位置问题