hey guys, i want to have a certain picture as my SPL league table background, i found the unique ID: '45', but when i edit the config.xml file to include that one, the game throws up an error message upon loading.
this is the current config.xml file:
- <record>
- <!-- resource manager options
-->
- <!-- dont preload or cache anything in this folder
-->
<boolean id="preload" value="false" />
<boolean id="cache" value="false" />
- <!-- turn on auto mapping
-->
<boolean id="amap" value="true" />
- <list id="maps">
- <!-- Competitions
-->
<record from="1301394" to="graphics/pictures/comp/1301394/background" />
<record from="1301388" to="graphics/pictures/comp/1301388/background" />
<record from="1301398" to="graphics/pictures/comp/1301398/background" />
<record from="1301397" to="graphics/pictures/comp/1301397/background" />
<record from="150786" to="graphics/pictures/comp/150786/background" />
<record from="150783" to="graphics/pictures/comp/150783/background" />
<record from="1301396" to="graphics/pictures/comp/1301396/background" />
<record from="1301385" to="graphics/pictures/comp/1301385/background" />
</list>
</record>
how would i add my picture to that?