i used exactly the same image, i didn't modify itgearmat wrote:can u give me the link of the image u use ??
it's even your url, just cleaner (without parameters)
https://dl.dropboxusercontent.com/sh/p7 ... 281%29.dds
Moderator: English Moderator
i used exactly the same image, i didn't modify itgearmat wrote:can u give me the link of the image u use ??
you mean their secondary color is 00F?w1lla wrote:Bobrothers primary color is RED so F00 and RED is 00F.
A possibility might be, to have a back up colour configuration just as football with the home and away jerseys.Eole wrote:When a clublink is activated we check that the colors of the two teams are not too similar. If it's the case one of the team has its color modified to avoid confusion. But it can also result in strange situation like above where the "Red" team is blue.
Code: Select all
simplexml_load_string(): Entity: line 1: parser error : Start tag expected, '<' not
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<club version="1">
<!-- Name of the team -->
<name></name>
<!-- Zone of the team (See in game for the zone structure) -->
<zone></zone>
<!-- City of the team -->
<city></city>
<!-- Colors of the team (Used on the spawns, the poles and the UI) Primary Color is First Color used: Secondary will be used if 1st is Used -->
<color primary="F00" secondary="095" />
<!-- Emblem of the team (Used on the spawns, the poles and the UI) Current Image is not 512x512 -->
<!-- Must be a dds file in BC1/DXT1 with mipmaps of 512x512 pixels-->
<!-- Emblem_web is used for server controllers :P -->
<emblem></emblem>
<emblem_web></emblem_web>
<!-- Players list -->
<players>
<!-- ManiaPlanet login of the player -->
<player login="">
<!-- Nickname of the player (Can be used by game modes to automatically rename the player on the server if needed) -->
<nickname></nickname>
<!-- Avatar of the player (Can be used by game modes to automatically replace the avatar of the player on the server) -->
<!-- Any format supported by ManiaPlanet can be used (jpg, png, tga, dds, bik) -->
<avatar></avatar>
</player>
</players>
<!-- Sponsors list -->
<!-- They'll be displayed on the sides of the screen during the end of the rounds/maps -->
<sponsors>
<!-- Name of the sponsors -->
<sponsor name="Sponsor 1">
<!-- Image of the sponsor -->
<!-- Any format supported by ManiaPlanet can be used (jpg, png, tga, dds, bik), image ratio 2:1. -->
<image_2x1></image_2x1>
</sponsor>
<!-- You can add as many sponsors as you want -->
<sponsor name="Sponsor 2">
<image_2x1></image_2x1>
</sponsor>
<sponsor name="Sponsor 3">
<image_2x1></image_2x1>
</sponsor>
</sponsors>
</club>
Users browsing this forum: No registered users and 2 guests