求问个问题,我想给特定球员制作一个头像要怎么弄?
有两个主力没头像看着难受,想要自己帮他配一个,也不需要真实的,只要不是黑框就行了。 <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="1" to="graphics/pictures/person/1/portrait"/>
<record from="1" to="graphics/pictures/person/1/portrait"/>
<record from="1" to="graphics/pictures/person/1/portrait"/>
</list>
</record>
打开记事本把上面的复制进去,把双引号里的1,都换成球员UID保存成 .XML。再把你做的球员头像名字也换成球员UID,然后一起放到:Sports Interactive\Football Manager 2023\graphics这个路径下面,然后进游戏清除缓存刷新就行了 先确定球员uid,把头像命名好放进头像包里,然后用记事本打开头像包里的config文件,模仿其他头像的定位格式插入新的,然后清除缓存刷新就好了。论坛里有详细教程。
页:
[1]