Jump to content

Disappearing Manager Picture...


stevemc

Recommended Posts

Hi all,

I started my game, added my manager picture, then part way through the season, its just dissappeared :thdn:

How do I get my picture to stay in the game?

My file is named: 1394722455.png

Route: Sports Interactive > Football Manager 2012 > graphics > faces > users > 1394722455.png & config.xml are in here

The code for inside my config.xml file is:

____________________________________________________

<record>

<!-- resource manager options -->

<!-- don't preload anything in this folder -->

<boolean id="preload" value="false"/>

<!-- turn off auto mapping -->

<boolean id="amap" value="false"/>

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

</list>

</record>

____________________________________________________

I'm on a mac, if that makes any difference.

Thanks

Steve

Link to post
Share on other sites

Hi all,

I started my game, added my manager picture, then part way through the season, its just dissappeared :thdn:

How do I get my picture to stay in the game?

My file is named: 1394722455.png

Route: Sports Interactive > Football Manager 2012 > graphics > faces > users > 1394722455.png & config.xml are in here

The code for inside my config.xml file is:

____________________________________________________

<record>

<!-- resource manager options -->

<!-- don't preload anything in this folder -->

<boolean id="preload" value="false"/>

<!-- turn off auto mapping -->

<boolean id="amap" value="false"/>

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

</list>

</record>

____________________________________________________

I'm on a mac, if that makes any difference.

Thanks

Steve

If everything is as you have just stated in that post then this is the problem highlighted in bold

Link to post
Share on other sites

Hi all,

I started my game, added my manager picture, then part way through the season, its just dissappeared :thdn:

How do I get my picture to stay in the game?

My file is named: 1394722455.png

Route: Sports Interactive > Football Manager 2012 > graphics > faces > users > 1394722455.png & config.xml are in here

The code for inside my config.xml file is:

____________________________________________________

<record>

<!-- resource manager options -->

<!-- don't preload anything in this folder -->

<boolean id="preload" value="false"/>

<!-- turn off auto mapping -->

<boolean id="amap" value="false"/>

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

</list>

</record>

____________________________________________________

I'm on a mac, if that makes any difference.

Thanks

Steve

Well if your picture file is named "1394722455.png" then "100013" should be replaced with "1394722455" (the name of your picture file) and your xml should look like this...

<record>

<!-- resource manager options -->

<!-- don't preload anything in this folder -->

<boolean id="preload" value="false"/>

<!-- turn off auto mapping -->

<boolean id="amap" value="false"/>

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

</list>

</record>

At least that is how mine works.

Link to post
Share on other sites

Can you clarify what these means, about an extra line if there is more than one save?

Save 1 manager ID is 1394722455

Save 2 manager ID is 2016561516

so in the config you would have this

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

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

or name the file "manager"

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

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

then in both saves you will have the same image without needing new folders etc

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...