sorrowthedark

Member
Joined
Jul 13, 2010
Messages
2
Reaction score
0
Points
0
Hi I created a fantasy team for my friend using the editor and made the badge and kits using photoshop.

I made the config.xml, but the graphics don't show up.

Here is the badge config.xml


<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">
<!-- generated by sorrowthedark -->
<record from="xxxxxxx-big.png" to="graphics/pictures/club/2062002128/logo"/>
<record from="xxxxxxx-small.png" to="graphics/pictures/club/2062002128/icon"/>

</list>
</record>

and this is the kits config.xml


<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 created by sorrowthedark-->
<list id="maps">
<record from="xxxxxxxxaway.png" to="graphics/pictures/team/2062002128/kits/away"/>
<record from="xxxxxxxxhome.png" to="graphics/pictures/team/2062002128/kits/home"/>
<record from="xxxxxxxxthird.png" to="graphics/pictures/team/2062002128/kits/third"/>


</list>
</record>

can someone please tell me if there is anything wrong with them. they are both in different folders one for kits and one for badges, and both config files are with the image files themselves. (i placed x instead of realname, incase of copyright etc)
 
I have re checked the IDs, but the saved editor data file seemed to have dissapeared so im re creating the team. I will see if the same thing happends. thank you for your reply though.
 
Top