Marshy65
17 years ago
1 month ago
26
How do I chnge the default face for players/staff who I dont have a face for?
I have an image i want to se but how do i apply it to the game?
mons
17 years ago
14 hours ago
86,077
Create a folder within the graphics directory in Documents > Sports Interactive > FM13, make sure the image you want to use is in .png format and named "none" and create a config file with this text within:

<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="none" to="graphics/pictures/person/none/male/portrait"/>
		
	</list>
</record>
Marshy65
17 years ago
1 month ago
26
Doesn't work for me

Have copied exact text and created a separate folder in my graphics folder for the "None" image,
Any other clues?
DF11 / necjeff
13 years ago
1 month ago
372
Place this folder in your documents/sports interactive/football manager2013/graphics folder.
(make a graphics folder if u dont have one already)
Replace the default image by your own image and rename your image as 'default'.

Restart FM. Done.

You'll need to Login to comment