这一代捏自己主教练的时候强制要求你捏个3D头像,不像以前可以直接使用真实人物照片,看着自己麾下球员都是真实照片,自己顶着一张不好看的动画脸非常蛋疼,网上几乎找不到相关教程,不过反复尝试后还是把这个问题解决了。

第一步,制作一张PNG格式的头像,编码UTF-8格式,其他格式没有尝试过。

第二步,参考添加球员头像的方法,在Sports Interactive\Football Manager 2017\graphics\players\sortitoutsi\faces文件夹下面粘贴你的主教练头像,并在config.xml文件中编辑,中间添加以下一行


比如说你的头像文件名字是touxiang,主教练人物名字是San Zhang(名在前,姓在后),生日为1980年1月2号,添加的一行就是记得保存。

第三步,进入游戏,刷新皮肤。

效果如下

PS,如果没用过头像包,可以在Sports Interactive\Football Manager 2017\graphics\players\sortitoutsi\faces
文件夹下面新建一个记事本文件,命名为config.xml,xml是格式,不能是txt格式。

内容为
<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="yuhua" to="graphics/pictures/person/San Zhang 2-1-1980/portrait"/>
</list>
</record>