Whats wrong with my Config?

NTFCMCFC

Member
Joined
Nov 23, 2010
Messages
103
Reaction score
0
Points
0
Hey, I was recently writing a config xml for a created team but the kits (and logos) won't go into the game and I'm not really sure why. I was wondering if you could take a look at it and point me in the right direction. Thanks.

Code:
<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 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="sky_logo" to="graphics/pictures/club/2062002128/logo/huge"/>
                <record from="sky_Logo_Small" to="graphics/pictures/club/2062002128/icon"/>
                <record from="sky_logo_back_left" to="graphics/pictures/club/2062002128/logo/background/left">
                <record from="sky_logo_back_right" to="graphics/pictures/club/2062002128/logo/background/right">
                <record from="sky_Away_Jersey" to="graphics/pictures/team/2062002128/kits/away"/>
                <record from="sky_Home_Jersey" to="graphics/pictures/team/2062002128/kits/home"/>
        </list>
</record>

Thanks again
 
Top