Adding club logo's

  • Thread starter Thread starter Jamees
  • Start date Start date
  • Replies Replies 3
  • Views Views 3K

Jamees

Member
Joined
Dec 27, 2009
Messages
704
Reaction score
0
Points
0
So now i have been looking for about 30 mins looking for a thread about adding a logo to a club i made in the editor what would i go about doing and how?

If anyone can help i would be so greatful cheers.
 
Last edited:
You can do it the same way you can add logos for the Premier League teams.

In the game click prefrences/display & sound and tick " show unique id's " Then next to your created clubs team name their will be a number. Mark that number down.

Then add a line for your created club to a config your using, i.e Premier League logos right click the config and open with note pad

Then add the line

<record>
<!-- resource manager options -->

<!-- don't preload anything in this folder -->
<boolean id="preload" value="false"/>

<!-- turn off auto mapping -->
<boolean id="amap" value="false"/>

<!-- picture 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">
<!-- Generated by FM Graphics Configurator, by HMan -->
<record from="the file name of the logo you want to use" to="graphics/pictures/club/Your created teams id number here/logo"/>

</list>
</record>
Also make sure you put the picture and the config in the same folder. :$
 
First you need two copys of your logo, both in png-file format, sized 180x180 and 18x18.
Second, rename the copys to the unique ID of your team for simplistic reasons, for example 666999666.png
Third, put the file somewhere in the graphics folder and in the same folder as this config.xml file:
http://adumar.datafil.se/abydonians/config.rar (you'll need to unrar it, obviously)
Then do the same thing with the smaller sized image but in a different folder (just create one)
Should do it, and try to ask nicer next time and you will get more response, after all people dont sit here all day waiting to solve your problems.
 
cheers its frustrating when peolpe dont answer lol
 
Back
Top