Jump to content

Player Graphics config.xml Code


TREY BELLS

Recommended Posts

Does Anyone have the config.xml file for players

Need Urgent Help I Only Know The Code For Kits Which Is:

<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="FILENAME1" to="graphics/pictures/team/###/kits/home"/>

<record from="FILENAME2" to="graphics/pictures/team/###/kits/away"/>

<record from="FILENAME3" to="graphics/pictures/team/###/kits/third"/>

</list>

</record>

Link to post
Share on other sites

Does Anyone have the config.xml file for players

Need Urgent Help I Only Know The Code For Kits Which Is:

Here we go mate :

<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 anyplace in the graphics folder and still have the game pick up the graphicsfiles from the correct places-->

<list id="maps">

<!-- Generated by FM Graphics Configurator, by HMan -->

<record from="Filename" to="graphics/pictures/person/player ID/portrait"/>

</list>

</record>

Link to post
Share on other sites

here we go mate :

<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 anyplace in the graphics folder and still have the game pick up the graphicsfiles from the correct places-->

<list id="maps">

<!-- generated by fm graphics configurator, by hman -->

<record from="filename" to="graphics/pictures/person/player id/portrait"/>

</list>

</record>

thx a lot mate ur a life saver

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