Problems creating player backgrounds + config-file

wolfen2000

Member
Joined
Dec 27, 2010
Messages
96
Reaction score
0
Points
0
Hello,

Is there a way to create a config with fmXML especially for player backgrounds.

Just tried it handy but it seems wrong -> background pic does not appear with connected ID.

Here are the lines:

<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">
<record from="Littbarski" to="graphics/pictures/person/1394631446/background"/>
</list>
</record>

What is wrong with that ?

Besides: Is there a XML-tool especially for creating FM backgrounds ?

LET ME KNOW (K)
 
Top