<record from="aachen_away" to="graphics/pictures/team/900/kits/away"/>
<record from="aachen_home" to="graphics/pictures/team/900/kits/home"/>
<record from="aachen_third" to="graphics/pictures/team/900/kits/third"/>
Die Kits sind alle klein geschrieben und werden angezeigt!
Wenn du den 13er meinst, in meiner DEMO gehts:
Hier die config:
<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">
<!-- Auto generated by fmXML -->
<record from="1860_1" to="graphics/pictures/team/955/kits/home"/>
<record from="1860_2" to="graphics/pictures/team/955/kits/away"/>
<record from="1860_3" to="graphics/pictures/team/955/kits/third"/>
<record from="aachen_1" to="graphics/pictures/team/900/kits/home"/>
<record from="aachen_2" to="graphics/pictures/team/900/kits/away"/>
<record from="aachen_3" to="graphics/pictures/team/900/kits/third"/> <record from="aue_1" to="graphics/pictures/team/121183/kits/home"/>
<record from="aue_2" to="graphics/pictures/team/121183/kits/away"/>
<record from="aue_3" to="graphics/pictures/team/121183/kits/third"/>
<record from="bochum_1" to="graphics/pictures/team/905/kits/home"/>
<record from="bochum_2" to="graphics/pictures/team/905/kits/away"/>
</list>
</record>
Vielleicht findest du ja jetzt den Fehler.
gruss sulle007