Is this config right?

  • Thread starter Thread starter II TyleRR
  • Start date Start date
  • Replies Replies 0
  • Views Views 1K
Status
Not open for further replies.

II TyleRR

Member
Joined
Jun 25, 2010
Messages
270
Reaction score
0
Points
0
I'm trying to get my own kits into the game and i'm wondering whether this is the right config file :

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

<record from="copySpain_a" to="graphics/pictures/team/796/kits/away" />

<record from="copySpain_t" to="graphics/pictures/team/796/kits/third" />

</list>


</record>
 
Status
Not open for further replies.
Back
Top