Jump to content

Logos from created clubs don't appear


marcoz76
 Share

Recommended Posts

Really strange. The logo I created for a club already included in the default database appears correcty in game. 

But the two other ones I made for clubs that I created in the editor only appear partially. They are only visible in the header at the top of the screen when you click on the club's profile, but they don't show up anywhere else...

What's wrong with this?

 

<record>
    <!-- LOGOS Suisse_Liechtenstein -->

    <boolean id="preload" value="false"/>
    <boolean id="amap" value="false"/>

    <list id="maps">

        <record from="5725051" to="graphics/pictures/club/5725051/logo"/>    <----- This one appears everywhere
        <record from="2082082828" to="graphics/pictures/club/2082082828/logo"/>    <----- This one doesn't...
        <record from="2082082896" to="graphics/pictures/club/2082082896/logo"/>    <----- This one doesn't...
        
    </list>
</record>

Link to post
Share on other sites

Does anyone know where this issue comes from? I've read somewhere that it could be related to the fact that club ID's in the 208208**** range are not included in the "core" of the game.

But when you create a new club in the editor, it has automatically a 208208**** ID assigned to it, and you don't have the possibility to change this. Does this mean that we can't use custom logos for the clubs that we create? Would be kind of a shame...

Link to post
Share on other sites

  • SI Staff

Are you referring to the smaller logos not displaying?

If so, add:

<record from="2082082828" to="graphics/pictures/club/2082082828/icon"/>
<record from="2082082896" to="graphics/pictures/club/2082082896/icon"/>

Link to post
Share on other sites

8 hours ago, Blue Lou said:

Are you referring to the smaller logos not displaying?

If so, add:

<record from="2082082828" to="graphics/pictures/club/2082082828/icon"/>
<record from="2082082896" to="graphics/pictures/club/2082082896/icon"/>

Hi, thank you for your help! No, I really mean that the logos (the big ones and the icons) are only fully displayed when the club's ID is not in the 208208**** range. In the example mentioned above, the icon of the club with the 5725051 ID appears correctly in the ranking list (I have another config file for the icons, using the structure you just indicated).

Edited by marcoz76
Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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