OK. I give up. I've pretty much tore this and other forum upside down, but I can not find out why I can't get it working. I've been working on making a complete gfx package for the two top norwegian teams, but somewhere along the way things go wrong.
Here's what I've done:
* The files are 120x120 png files. ( Logo/huge ) I've tried with and without alphachannels!
* The files are placed in a folder called logo, which lays inside a folder called add-on's.
* A folder named add-on's works, as I've put everything else made by others in there too.
"X

FM'07\data\graphics\add-on's\logo"
* I've taken logos that work from other folders, and these won't work either.
* ID's are doublechecked.
* I guess that there must be something wrong with my code allthough it is made on a working config.xml
* My code 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/huge 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="stabak" to="graphics/pictures/club/1396/logo/huge"/>
</list>
</record>
* The config.xml lies in the same folder as the logo
* As far as I know I might just as easily have labeled the file cabbage instead of logo and it shouldn't matter.
I'm stuck here and help would be highly appreciated