Ok, i have managed to crop and save all the pictures as 95*95*70.87 etc
However i can't seem to load them
I was given this:
Quote:
<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="FILENAME" to="graphics/pictures/person/PLAYERID/portrait"/>
</list>
</record>
|
Where filename is to be changed to picture name and the PLAYERID is changed to players ID number.
Then save as "CONFIG.XML"
However they dont seem to be loading
Also with the "CONFIG.XML" how do i do 2 players? Do i have to do each player indivdiually or can i repeat the "
<list id="maps">
<record from="FILENAME" to="graphics/pictures/person/PLAYERID/portrait"/>
</list>
</record>" bit ?
Thanks