Jump to content

adding my manager photo


Recommended Posts

There is a way, but the one I know is not that simple.

First of all you need to rename the picture you want to use as the ID of your profile in game.

Go to your Documents folder ----> Sports Interactive ---> Football Manager 2013, create a graphic folder (if not existing already), create a pictures folder (if not existing already), and finally create a person folder.

Paste the renamed picture into this last folder.

Open your notepad, and paste this text:

<record>

<!-- resource manager options -->

<!-- dont preload anything in this folder -->

<boolean id="dpre" value="true"/>

<!-- 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="xxxxxxxxxx" to="graphics/pictures/person/xxxxxxxxxx/portrait"/>

</list>

</record>

where "xxxxxxxxxx" is both the ID of your in-game profile and picture file name.

Close and save the text file as a .xml extension. Cut and paste this file into person folder

Bear in mind, never use capitalized letters, especially about extensions (.xml, and not .XML).

That's all. Load the game and your picture should be there.

Link to post
Share on other sites

Yeah it is :)

Just to specify, the person folder must be created into pictures folder.. well the structure is like this:

Documents

|

|--- Sports Interactive

|

|--- Football Manager 2013

|

|--- Graphic

|

|--- pictures

|

|--- person

Basically you don't have to create those 3 folders into Football Manager 2013 one, but each one inside the previous, like a matrioska :)

I'm sorry but english is not my native language (as you surely noticed).

Link to post
Share on other sites

  • 3 weeks later...
  • 8 months later...

Hi guys, apologies for bumping this thread. I have been trying to change my Manager Profile Picture, I managed to create myself a facegen manager picture to use in game but I didn't really want to start a new save just to get the picture into the game. I followed the steps above but for some reason it's still not working for me. The coding I used is below, can anyone see if I have made a rookie error?!

<record>

<!-- resource manager options -->

<!-- dont preload anything in this folder -->

<boolean id="dpre" value="true"/>

<!-- 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="1394666333" to="graphics/pictures/person/mattfacegenfinal2/portrait"/>

</list>

</record>

I'm not sure if I have done it correctly or not but I still have the hollow white silhouette on the manager profile page :(

Thanks for any help!

Link to post
Share on other sites

I'm only an amateur but this line looks wrong to me:

<record from="1394666333" to="graphics/pictures/person/mattfacegenfinal2/portrait"/>

I think it should be:

<record from="1394666333" to="graphics/pictures/person/1394666333/portrait"/>

Assuming that 1394666333 is your profile's unique ID and the picture itself has been renamed to 1394666333.png?

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...