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!