Hi,
I have been using the typical facepacks found on all these sites for a while now but today took it upon myself to make in-game images for players who haven't been done yet. For some reason this doesn't want to work as it should.
Could anyone tell me what is wrong with my code? I'm trying to add pics for Odsonne Edouard (48036880), Darko Todorovic (21027693), Luis Henrique (19244811) and Chisom Chikatara (13175077)
I have been using the typical facepacks found on all these sites for a while now but today took it upon myself to make in-game images for players who haven't been done yet. For some reason this doesn't want to work as it should.
Could anyone tell me what is wrong with my code? I'm trying to add pics for Odsonne Edouard (48036880), Darko Todorovic (21027693), Luis Henrique (19244811) and Chisom Chikatara (13175077)
Code:
<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=“48036880” to="graphics/pictures/person/48036880/portrait"/>
<record from=“21027693” to="graphics/pictures/person/21027693/portrait"/>
<record from=“19244811” to="graphics/pictures/person/127925/19244811”/>
<record from=“13175077” to="graphics/pictures/person/13175077/portrait"/>
</list>
</record>