manager pics problem

  • Thread starter Thread starter dida2010
  • Start date Start date
  • Replies Replies 1
  • Views Views 1K

dida2010

Member
Joined
Jan 5, 2010
Messages
1
Reaction score
0
Points
0
when adding new pictures in game through prefrences my managers picture vanishes how to put it back any help thanks
 
you have to create a config file where your manager pic is with your unique id the code if you want to to do it manually will look something like this:-

<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 generated by FM Graphics Guru, by NabaDwA-->
<list id="maps">
<record from="robert" to="graphics/pictures/person/2062073781/portrait"/>
</list>
</record>
the name is obviously where you put your name and where the number is your unique id.

now i know you are going to ask how do i get my unique id and you need to go to fm button (top right) from the drop down menu select preferences then click display and sound tab and tick unique id box and then select confirm button bottom right
 
Back
Top