原帖:
http://bbs.cmfans.cn/viewthread.php?tid=80523
修改了CONFIG.XML文件
如下:
<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="guo wenzhou" to="graphics/pictures/person/132022/portrait"/>
<record from="yu weiliang" to="graphics/pictures/person/132014/portrait"/>
<record from="zhu huiqian" to="graphics/pictures/person/132077/portrait"/>
<record from="du wei" to="graphics/pictures/person/137125/portrait"/>
<record from="chen gang" to="graphics/pictures/person/132078/portrait"/>
<record from="li chengming" to="graphics/pictures/person/115976/portrait"/>
<record from="bian jun" to="graphics/pictures/person/116386/portrait"/>
<record from="he bin" to="graphics/pictures/person/1000440/portrait"/>
<record from="sun xiang" to="graphics/pictures/person/137127/portrait"/>
<record from="yang guang" to="graphics/pictures/person/131990/portrait"/>
<record from="jia wenpeng" to="graphics/pictures/person/132274/portrait"/>
<record from="zheng kewei" to="graphics/pictures/person/132025/portrait"/>
<record from="jorg alertz" to="graphics/pictures/person/2007381/portrait"/>
<record from="zheng wei" to="graphics/pictures/person/5626040/portrait"/>
<record from="wang ke" to="graphics/pictures/person/5622527/portrait"/>
<record from="peter vera" to="graphics/pictures/person/8826823/portrait"/>
<record from="yu tao" to="graphics/pictures/person/5622899/portrait"/>
<record from="qu shengqing" to="graphics/pictures/person/116014/portrait"/>
<record from="saul martinez" to="graphics/pictures/person/5397657/portrait"/>
<record from="cui xiaojia" to="graphics/pictures/person/132098/portrait"/>
<record from="xiao zhanbo" to="graphics/pictures/person/132125/portrait"/>
<record from="sun ji" to="graphics/pictures/person/137126/portrait"/>
<record from="mao jianqing" to="graphics/pictures/person/5627367/portrait"/>
<record from="zhang yuning" to="graphics/pictures/person/116007/portrait"/>
<record from="gao lin" to="graphics/pictures/person/5632456/portrait"/>
<record from="xie hui" to="graphics/pictures/person/116010/portrait"/>
</list>
</record>
红字为添加部分
游戏中还是无法读出添加的头像
到底哪里错了呢??