Cách làm ảnh default khác với ảnh nguyên gốc của game:
1. Có 1 file ảnh mà bạn thích, đổi tên là none.png, size: 180x180
2. Chuyển chúng vào folder theo đường dẫn sau:
Mã:
my documents/SI/FM 2008/gfx/faces/default
3. Tao một file config.xml với dòng code sau:
Mã:
<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="none" to="graphics/pictures/person/none/portrait"/>
</list>
</record>
4. Vào game là bạn sẽ thấy thành quả của mình!