14-04-08, 11:56 AM | #7 (permalink) |
| What Bozza can do with an orange, I can do with a grape! Join Date: Sep 2006 Location: palermo,Italy Posts: 2,762 Thanks: 27 Thanked 572 Times in 231 Posts Nominated 11 Times in 3 Posts TOTW/F/M Award(s): 0 | Quote: It’s pretty simple actually. It’s more or less just a text file that can be created in a text editor such as Notepad or Wordpad. Below is an example xml file: <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="filename01" to="graphics/pictures/club/1111/logo"/> <record from="filename02" to="graphics/pictures/club/1111/logo/huge"/> <record from="filename03" to="graphics/pictures/club/1111/logo/background/left"/> <record from="filename04" to="graphics/pictures/club/1111/logo/background/right"/> <record from="filename05" to="graphics/pictures/club/1111/icon"/> </list> </record> Using the example above, this would do the following… filename01.png would be displayed as the normal team logo for a team with the unique id of 1111 filename02.png would be displayed as the huge team logo for a team with the unique id of 1111 filename03.png would be displayed as the background left team logo for a team with the unique id of 1111 filename04.png would be displayed as the background right team logo for a team with the unique id of 1111 filename05.png would be displayed as the small team logo for a team with the unique id of 1111 How do I find out what the Unique ID is? This can be done by going to “Options > Preferences > Display & Sound” and selecting “Show Unique IDs” and Confirm. You then simply need to navigate to the team or player you want to find out the ID for and it should display as a number underneath their name in the titlebar beside the small flag. What do I save my config file as? You need to save it as config.xml If you save it and it shows up as a text file or something then you have to select “All Files” or something similar in the filetype option when saving. | here it explains about config files |
Click my sig to see my Zimbabwe story! |
| |