Jump to content

new flag


TheoWalcott89

Recommended Posts

Well youll have to find the catalonia badge thats if you dont have it already the just change its id to same number as malta flag id then drop it in same folder where your malta flag is, that should replace the Malta flag with the Catalonia flag

Link to post
Share on other sites

I did that, found that the maltese id is 782 so i made the config file like this:

<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="782" to="graphics/pictures/club/782/icon"/>

</list>

</record>

then i made the catalan logo in the size 24x18 pixels and named it 782 and put it into the same folder and then placed those files in my graphics folder but nothing changes

Link to post
Share on other sites

I made the Catalan flag and logo for someone else, but you can have the tranparent PNG's iyl

th_Captura2009-02-1216-45-58-1-4.png th_catalan-flag-4.png

Also your config should read Nation instead of club

<record from="782" to="graphics/pictures/nation/782/logo"/>

<record from="782" to="graphics/pictures/nation/782/logo/huge"/>

<record from="782" to="graphics/pictures/nation/782/icon"/>

and for the Flag

<record from="782" to="graphics/pictures/nation/782/flag"/>

<record from="782" to="graphics/pictures/nation/782/icon"/>

The Icon can be the Flag or Logo as you prefer.

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...