swale500

Member
Joined
Jan 16, 2010
Messages
2
Reaction score
0
Points
0
I have logos for all teams, they work fine but when there is a logo in the bottom right hand corner when relating to team news or team scouting, it's the old default.

Is there another folder I need to copy the logos into?
 
Can you show me a screenshot. I'm not exactly sure what you mean.
 
are you using a netbook and do you have the new patch
 
I have logos for all teams, they work fine but when there is a logo in the bottom right hand corner when relating to team news or team scouting, it's the old default.

Is there another folder I need to copy the logos into?

What logopack are you using? That logo needs a seperate bit of code.
 
What logopack are you using? That logo needs a seperate bit of code.

Actually i have that problem as well.

Can you tell me what the code for them is? i will alter my config file
 
this is a CONFIG issue there is actually 2 different large logos NORMAL & HUGE so edit the config file with notepad and you'll see a line similar to this
<record from="666" to-"graphics/pictures/club/666/logo"/>

edit ALL the lines of code so it looks like this
<record from="666" to-"graphics/pictures/club/666/logo"/>
<record from="666" to-"graphics/pictures/club/666/logo/huge"/>

alternatively copy the NORMAL logo folder, rename that HUGE then you'll need the code to look like this

<record from="666" to-"graphics/pictures/club/666/logo/huge"/>
 
Top