need help to put logos in fm

dufcx4xeva

Member
Joined
May 10, 2012
Messages
83
Reaction score
0
Points
0
i need someone to make an xml document for me to put logos into fm i have the logos and need the xml document made
 
none of them work they always say mfc70.dll is missing from computer
 
Open notepad, copy the text below - it should read like this.

the red text should be the name of the pictures and the bold should be changed to the team id. save as config.xml

Place in the folder with the pics in fm/graphics/kits/ and make sure use caching is unticked and reload skin.

<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="nyc_home" to="graphics/pictures/team/2062002380/kits/home"/>
<record from="nyc_away" to="graphics/pictures/team/2062002380/kits/away"/>
<record from="nyc_third" to="graphics/pictures/team/2062002380/kits/third"/>
</list>
</record>
 
Top