Club badges

Paul

Splendid
Mar 30, 2004
5,267
0
25,780
Archived from groups: alt.games.champ-man (More info?)

Does anyone know how to add the club badges to the premiership team screens?

I have added a new folder into the clubs folder and imported all of the
clubs badges as PNG files but i don't know how to link them in so they
appear in the game?

Thanks

Paul
 
Archived from groups: alt.games.champ-man (More info?)

Paul wrote:
> Does anyone know how to add the club badges to the premiership team
> screens?
> I have added a new folder into the clubs folder and imported all of
> the clubs badges as PNG files but i don't know how to link them in so
> they appear in the game?
>
> Thanks
>
> Paul

Create a new text file name it config.xml and then paste in the following
info all the stuff between and including <record> and </record> I found it
works better if you put all the prem logos in the other folder the folder
with the AFC Wimbledon logo only at the beginning (if they are in a
different folder just delete the AFC Wimbledon line) the name inbetween the
"" is the file name i.e. "astonvilla" so make sure your pngs are called the
same. if you want to add clubs I dont have below find the club id (start the
game with unique ids on the id should appear under the teams name whe nyou
go to the team, and then just create a new line of code like: <record
from="filename" to="graphics/pictures/club/000/logo"/>, make sure the
config.xml file is in the same folder as the pics, to rename the config file
as a xml file you might need to get windows to show file extensions. :

<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">
<!-- premier division -->
<record from="afc_wimbledon" to="graphics/pictures/club/5110769/logo"/>
<record from="arsenal" to="graphics/pictures/club/602/logo"/>
<record from="astonvilla" to="graphics/pictures/club/603/logo"/>
<record from="birminghamcity" to="graphics/pictures/club/609/logo"/>
<record from="blackburn" to="graphics/pictures/club/612/logo"/>
<record from="bolton" to="graphics/pictures/club/614/logo"/>
<record from="charlton" to="graphics/pictures/club/628/logo"/>
<record from="chelsea" to="graphics/pictures/club/630/logo"/>
<record from="crystalpalace" to="graphics/pictures/club/642/logo"/>
<record from="everton" to="graphics/pictures/club/650/logo"/>
<record from="fulham" to="graphics/pictures/club/654/logo"/>
<record from="liverpool" to="graphics/pictures/club/676/logo"/>
<record from="manchestercity" to="graphics/pictures/club/679/logo"/>
<record from="manchesterunited" to="graphics/pictures/club/680/logo"/>
<record from="boro" to="graphics/pictures/club/685/logo"/>
<record from="newcastle" to="graphics/pictures/club/688/logo"/>
<record from="norwich" to="graphics/pictures/club/691/logo"/>
<record from="pompey" to="graphics/pictures/club/699/logo"/>
<record from="southampton" to="graphics/pictures/club/713/logo"/>
<record from="spurs" to="graphics/pictures/club/728/logo"/>
<record from="westbrom" to="graphics/pictures/club/734/logo"/>
</list>
</record>



--
Michael Murray
 
Archived from groups: alt.games.champ-man (More info?)

Paul wrote:
> Does anyone know how to add the club badges to the premiership team
> screens?
> I have added a new folder into the clubs folder and imported all of
> the clubs badges as PNG files but i don't know how to link them in so
> they appear in the game?
>
> Thanks
>
> Paul

If you want the kits its basicly the same thing:

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

<!-- dont preload anything in this folder -->
<boolean id="dpre" value="true"/>

<!-- 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">
<!-- premiership -->
<record from="arsenal_home" to="graphics/pictures/team/602/kits/home"/>
<record from="arsenal_away" to="graphics/pictures/team/602/kits/away"/>
<record from="arsenal_third" to="graphics/pictures/team/602/kits/third"/>
<record from="aston_villa_home"
to="graphics/pictures/team/603/kits/home"/>
<record from="aston_villa_away"
to="graphics/pictures/team/603/kits/away"/>
<record from="birmingham_city_home"
to="graphics/pictures/team/609/kits/home"/>
<record from="birmingham_city_away"
to="graphics/pictures/team/609/kits/away"/>
<record from="blackburn_rovers_home"
to="graphics/pictures/team/612/kits/home"/>
<record from="blackburn_rovers_away"
to="graphics/pictures/team/612/kits/away"/>
<record from="bolton_wanderers_home"
to="graphics/pictures/team/614/kits/home"/>
<record from="bolton_wanderers_away"
to="graphics/pictures/team/614/kits/away"/>
<record from="charlton_athletic_home"
to="graphics/pictures/team/628/kits/home"/>
<record from="charlton_athletic_away"
to="graphics/pictures/team/628/kits/away"/>
<record from="chelsea_home" to="graphics/pictures/team/630/kits/home"/>
<record from="chelsea_away" to="graphics/pictures/team/630/kits/away"/>
<record from="chelsea_third" to="graphics/pictures/team/630/kits/third"/>
<record from="crystal_palace_home"
to="graphics/pictures/team/642/kits/home"/>
<record from="crystal_palace_away"
to="graphics/pictures/team/642/kits/away"/>
<record from="everton_home" to="graphics/pictures/team/650/kits/home"/>
<record from="everton_away" to="graphics/pictures/team/650/kits/away"/>
<record from="fulham_home" to="graphics/pictures/team/654/kits/home"/>
<record from="fulham_away" to="graphics/pictures/team/654/kits/away"/>
<record from="liverpool_home" to="graphics/pictures/team/676/kits/home"/>
<record from="liverpool_away" to="graphics/pictures/team/676/kits/away"/>
<record from="manchester_city_home"
to="graphics/pictures/team/679/kits/home"/>
<record from="manchester_city_away"
to="graphics/pictures/team/679/kits/away"/>
<record from="manchester_united_home"
to="graphics/pictures/team/680/kits/home"/>
<record from="manchester_united_away"
to="graphics/pictures/team/680/kits/away"/>
<record from="manchester_united_third"
to="graphics/pictures/team/680/kits/third"/>
<record from="middlesbrough_home"
to="graphics/pictures/team/685/kits/home"/>
<record from="middlesbrough_away"
to="graphics/pictures/team/685/kits/away"/>
<record from="newcastle_united_home"
to="graphics/pictures/team/688/kits/home"/>
<record from="newcastle_united_away"
to="graphics/pictures/team/688/kits/away"/>
<record from="norwich_city_home"
to="graphics/pictures/team/691/kits/home"/>
<record from="norwich_city_away"
to="graphics/pictures/team/691/kits/away"/>
<record from="portsmouth_home" to="graphics/pictures/team/699/kits/home"/>
<record from="portsmouth_away" to="graphics/pictures/team/699/kits/away"/>
<record from="southampton_home"
to="graphics/pictures/team/713/kits/home"/>
<record from="southampton_away"
to="graphics/pictures/team/713/kits/away"/>
<record from="southampton_third"
to="graphics/pictures/team/713/kits/third"/>
<record from="tottenham_hotspur_home"
to="graphics/pictures/team/728/kits/home"/>
<record from="tottenham_hotspur_away"
to="graphics/pictures/team/728/kits/away"/>
<record from="west_bromwich_albion_home"
to="graphics/pictures/team/734/kits/home"/>
<record from="west_bromwich_albion_away"
to="graphics/pictures/team/734/kits/away"/>



</list>
</record>


--
Michael Murray
 
Archived from groups: alt.games.champ-man (More info?)

"Michael Murray" <NOtmichaeltmurrayuknospam@yahoo.co.uk> wrote in message
news:309iitF2td0egU1@uni-berlin.de...
> Paul wrote:
>> Does anyone know how to add the club badges to the premiership team
>> screens?
>> I have added a new folder into the clubs folder and imported all of
>> the clubs badges as PNG files but i don't know how to link them in so
>> they appear in the game?
>>
>> Thanks
>>
>> Paul
>
> If you want the kits its basicly the same thing:
>
> <record>
> <!-- resource manager options -->
>
> <!-- dont preload anything in this folder -->
> <boolean id="dpre" value="true"/>
>
> <!-- 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">
> <!-- premiership -->
> <record from="arsenal_home" to="graphics/pictures/team/602/kits/home"/>
> <record from="arsenal_away" to="graphics/pictures/team/602/kits/away"/>
> <record from="arsenal_third" to="graphics/pictures/team/602/kits/third"/>
> <record from="aston_villa_home"
> to="graphics/pictures/team/603/kits/home"/>
> <record from="aston_villa_away"
> to="graphics/pictures/team/603/kits/away"/>
> <record from="birmingham_city_home"
> to="graphics/pictures/team/609/kits/home"/>
> <record from="birmingham_city_away"
> to="graphics/pictures/team/609/kits/away"/>
> <record from="blackburn_rovers_home"
> to="graphics/pictures/team/612/kits/home"/>
> <record from="blackburn_rovers_away"
> to="graphics/pictures/team/612/kits/away"/>
> <record from="bolton_wanderers_home"
> to="graphics/pictures/team/614/kits/home"/>
> <record from="bolton_wanderers_away"
> to="graphics/pictures/team/614/kits/away"/>
> <record from="charlton_athletic_home"
> to="graphics/pictures/team/628/kits/home"/>
> <record from="charlton_athletic_away"
> to="graphics/pictures/team/628/kits/away"/>
> <record from="chelsea_home" to="graphics/pictures/team/630/kits/home"/>
> <record from="chelsea_away" to="graphics/pictures/team/630/kits/away"/>
> <record from="chelsea_third" to="graphics/pictures/team/630/kits/third"/>
> <record from="crystal_palace_home"
> to="graphics/pictures/team/642/kits/home"/>
> <record from="crystal_palace_away"
> to="graphics/pictures/team/642/kits/away"/>
> <record from="everton_home" to="graphics/pictures/team/650/kits/home"/>
> <record from="everton_away" to="graphics/pictures/team/650/kits/away"/>
> <record from="fulham_home" to="graphics/pictures/team/654/kits/home"/>
> <record from="fulham_away" to="graphics/pictures/team/654/kits/away"/>
> <record from="liverpool_home" to="graphics/pictures/team/676/kits/home"/>
> <record from="liverpool_away" to="graphics/pictures/team/676/kits/away"/>
> <record from="manchester_city_home"
> to="graphics/pictures/team/679/kits/home"/>
> <record from="manchester_city_away"
> to="graphics/pictures/team/679/kits/away"/>
> <record from="manchester_united_home"
> to="graphics/pictures/team/680/kits/home"/>
> <record from="manchester_united_away"
> to="graphics/pictures/team/680/kits/away"/>
> <record from="manchester_united_third"
> to="graphics/pictures/team/680/kits/third"/>
> <record from="middlesbrough_home"
> to="graphics/pictures/team/685/kits/home"/>
> <record from="middlesbrough_away"
> to="graphics/pictures/team/685/kits/away"/>
> <record from="newcastle_united_home"
> to="graphics/pictures/team/688/kits/home"/>
> <record from="newcastle_united_away"
> to="graphics/pictures/team/688/kits/away"/>
> <record from="norwich_city_home"
> to="graphics/pictures/team/691/kits/home"/>
> <record from="norwich_city_away"
> to="graphics/pictures/team/691/kits/away"/>
> <record from="portsmouth_home"
> to="graphics/pictures/team/699/kits/home"/>
> <record from="portsmouth_away"
> to="graphics/pictures/team/699/kits/away"/>
> <record from="southampton_home"
> to="graphics/pictures/team/713/kits/home"/>
> <record from="southampton_away"
> to="graphics/pictures/team/713/kits/away"/>
> <record from="southampton_third"
> to="graphics/pictures/team/713/kits/third"/>
> <record from="tottenham_hotspur_home"
> to="graphics/pictures/team/728/kits/home"/>
> <record from="tottenham_hotspur_away"
> to="graphics/pictures/team/728/kits/away"/>
> <record from="west_bromwich_albion_home"
> to="graphics/pictures/team/734/kits/home"/>
> <record from="west_bromwich_albion_away"
> to="graphics/pictures/team/734/kits/away"/>
>
>
>
> </list>
> </record>
>
>
> --
> Michael Murray
>
Thanks!
 
Archived from groups: alt.games.champ-man (More info?)

http://www.ardice.com/Sports/Soccer/UEFA/England/Clubs/W/AFC_Wimbledon/