» Stats
Members: 48,618
Threads: 84,986
Posts: 1,031,252
Top Poster: Rindalik (4,430) Welcome to our newest member, sexydevil641
» Fitness.com Fitness Shop
If you
register for
free , you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please
contact the administrator.
12-09-2005, 06:14 PM
Players and Team Backgrounds? Post #1 Junior Member
Join Date: Jan 1970
Posts: 4
Rep Power:
0
Players and Team Backgrounds?
Im working on my own backgrounds etc. and have downloaded quite a few from the net. Might not be able to use it cause I havent got permission off anyone to use their files.
But I have in the xml within the /graphics/backgrounds file
Quote:
<record>
<!-- resource manager options -->
<!-- dont preload or cache anything in this folder -->
<boolean id="preload" value="false"/>
<boolean id="cache" value="false"/>
<!-- turn on auto mapping -->
<boolean id="amap" value="true"/>
<list id="maps">
<!--COMPETITIONS-->
<record from="comp/45" to="graphics/pictures/comp/45/background"/>
<record from="comp/100109" to="graphics/pictures/comp/100109/background"/>
<record from="comp/150783" to="graphics/pictures/comp/150783/background"/>
<record from="comp/150784" to="graphics/pictures/comp/150784/background"/>
<record from="comp/150786" to="graphics/pictures/comp/150786/background"/>
<record from="comp/150787" to="graphics/pictures/comp/150787/background"/>
<record from="comp/1301398" to="graphics/pictures/comp/1301398/background"/>
<record from="comp/1301388" to="graphics/pictures/comp/1301388/background"/>
<record from="comp/1301394" to="graphics/pictures/comp/1301394/background"/>
<record from="comp/1301397" to="graphics/pictures/comp/1301397/background"/>
<record from="comp/1301396" to="graphics/pictures/comp/1301396/background"/>
<record from="comp/1301426" to="graphics/pictures/comp/1301426/background"/>
<record from="comp/1301427" to="graphics/pictures/comp/1301427/background"/>
<!--PLAYERS-->
<record from="comp/132922" to="graphics/pictures/comp/132922/players"/>
<record from="comp/850881" to="graphics/pictures/comp/850881/players"/>
<record from="comp/2003443" to="graphics/pictures/comp/2003443/players"/>
<record from="comp/2005477" to="graphics/pictures/comp/2005477/players"/>
<record from="comp/2014387" to="graphics/pictures/comp/2014387/players"/>
<record from="comp/2014402" to="graphics/pictures/comp/2014402/players"/>
<record from="comp/3301294" to="graphics/pictures/comp/3301294/players"/>
<record from="comp/5108390" to="graphics/pictures/comp/5108390/players"/>
<record from="comp/6201102" to="graphics/pictures/comp/6201102/players"/>
<!--PLAYERS-->
<record from="comp/602" to="graphics/pictures/comp/602/clubs"/>
<record from="comp/603" to="graphics/pictures/comp/603/clubs"/>
<record from="comp/609" to="graphics/pictures/comp/609/clubs"/>
<record from="comp/612" to="graphics/pictures/comp/612/clubs"/>
<record from="comp/630" to="graphics/pictures/comp/630/clubs"/>
<record from="comp/676" to="graphics/pictures/comp/676/clubs"/>
<record from="comp/680" to="graphics/pictures/comp/680/clubs"/>
<record from="comp/688" to="graphics/pictures/comp/688/clubs"/>
<record from="comp/992" to="graphics/pictures/comp/992/clubs"/>
<record from="comp/1478" to="graphics/pictures/comp/1478/clubs"/>
<record from="comp/1569" to="graphics/pictures/comp/1569/clubs"/>
<record from="comp/1687" to="graphics/pictures/comp/1687/clubs"/>
<record from="comp/1708" to="graphics/pictures/comp/1708/clubs"/>
<record from="comp/1775" to="graphics/pictures/comp/1775/clubs"/>
</list>
</record>
Now the competition files work but the players and team backgroudns dont. Am I doing something wrong?
12-09-2005, 07:31 PM
Players and Team Backgrounds? Post #2 Junior Member
Join Date: Jan 1970
Posts: 4
Rep Power:
0
well iv modified it a little.
Basically got all the pictures on three directories
comp
players
clubs
and here is the xml
Quote:
<record>
<!-- resource manager options -->
<!-- dont preload or cache anything in this folder -->
<boolean id="preload" value="false"/>
<boolean id="cache" value="false"/>
<!-- turn on auto mapping -->
<boolean id="amap" value="true"/>
<list id="maps">
<!--COMPETITIONS-->
<record from="comp/45" to="graphics/pictures/comp/45/background"/>
<record from="comp/100109" to="graphics/pictures/comp/100109/background"/>
<record from="comp/150783" to="graphics/pictures/comp/150783/background"/>
<record from="comp/150784" to="graphics/pictures/comp/150784/background"/>
<record from="comp/150786" to="graphics/pictures/comp/150786/background"/>
<record from="comp/150787" to="graphics/pictures/comp/150787/background"/>
<record from="comp/1301398" to="graphics/pictures/comp/1301398/background"/>
<record from="comp/1301388" to="graphics/pictures/comp/1301388/background"/>
<record from="comp/1301394" to="graphics/pictures/comp/1301394/background"/>
<record from="comp/1301397" to="graphics/pictures/comp/1301397/background"/>
<record from="comp/1301396" to="graphics/pictures/comp/1301396/background"/>
<record from="comp/1301426" to="graphics/pictures/comp/1301426/background"/>
<record from="comp/1301427" to="graphics/pictures/comp/1301427/background"/>
<!--PLAYERS-->
<record from="players/132922" to="graphics/pictures/players/132922/background"/>
<record from="players/850881" to="graphics/pictures/players/850881/background"/>
<record from="players/2003443" to="graphics/pictures/players/2003443/background"/>
<record from="players/2005477" to="graphics/pictures/players/2005477/background"/>
<record from="players/2014387" to="graphics/pictures/players/2014387/background"/>
<record from="players/2014402" to="graphics/pictures/players/2014402/background"/>
<record from="players/3301294" to="graphics/pictures/players/3301294/background"/>
<record from="players/5108390" to="graphics/pictures/players/5108390/background"/>
<record from="players/6201102" to="graphics/pictures/players/6201102/v"/>
<record from="players/alioucisse" to="graphics/pictures/players/400659/background"/>
<record from="players/clintonmorrison" to="graphics/pictures/players/2004975/background"/>
<record from="players/darrencarter" to="graphics/pictures/players/5108871/background"/>
<record from="players/dunn" to="graphics/pictures/players/103358/background"/>
<record from="players/forsell" to="graphics/pictures/players/107434/background"/>
<record from="players/ianbennett" to="graphics/pictures/players/2003464/background"/>
<record from="players/maiktaylor" to="graphics/pictures/players/2005673/background"/>
<record from="players/pandiani" to="graphics/pictures/players/117135/background"/>
<record from="players/upson2" to="graphics/pictures/players/2005781/background"/>
<record from="players/amoruso" to="graphics/pictures/players/2008600/background"/>
<record from="players/emerton" to="graphics/pictures/players/128804/background"/>
<record from="players/flitcroft" to="graphics/pictures/players/2004116/background"/>
<record from="players/friedel" to="graphics/pictures/players/1200452/background"/>
<record from="players/lucasneill" to="graphics/pictures/players/2000294/background"/>
<record from="players/mattjansen" to="graphics/pictures/players/2004574/background"/>
<record from="players/michaelgray" to="graphics/pictures/players/2004266/background"/>
<record from="players/pedersen" to="graphics/pictures/players/751770/background"/>
<record from="players/ryannelsen" to="graphics/pictures/players/976230/background"/>
<record from="players/savage" to="graphics/pictures/players/2019086/background"/>
<record from="players/stead" to="graphics/pictures/players/5111914/background"/>
<record from="players/stevenreid" to="graphics/pictures/players/107553/background"/>
<record from="players/tugay" to="graphics/pictures/players/2018801/background"/>
<record from="players/gerrard" to="graphics/pictures/players/108658/background"/>
<record from="players/alonso" to="graphics/pictures/players/811316/background"/>
<record from="players/baros" to="graphics/pictures/players/132922/background"/>
<record from="players/biscan" to="graphics/pictures/players/107650/background"/>
<record from="players/carragher" to="graphics/pictures/players/2003693/background"/>
<record from="players/carson" to="graphics/pictures/players/5109668/background"/>
<record from="players/cisse" to="graphics/pictures/players/6200278/background"/>
<record from="players/dudek" to="graphics/pictures/players/4583/background"/>
<record from="players/finnan" to="graphics/pictures/players/2014394/background"/>
<record from="players/garcia" to="graphics/pictures/players/4206589/background"/>
<record from="players/hamann" to="graphics/pictures/players/1283/background"/>
<record from="players/hyypia" to="graphics/pictures/players/600430/background"/>
<record from="players/josemi" to="graphics/pictures/players/810817/background"/>
<record from="players/kewell" to="graphics/pictures/players/2000280/background"/>
<record from="players/kirkland" to="graphics/pictures/players/107544/background"/>
<record from="players/le_tallec" to="graphics/pictures/players/913528/background"/>
<record from="players/mellor" to="graphics/pictures/players/5107257/background"/>
<record from="players/morientes" to="graphics/pictures/players/15741/background"/>
<record from="players/partridge" to="graphics/pictures/players/103374/background"/>
<record from="players/pongolle" to="graphics/pictures/players/913529/background"/>
<record from="players/riise" to="graphics/pictures/players/3500697/background"/>
<record from="players/smicer" to="graphics/pictures/players/8651/background"/>
<record from="players/traore" to="graphics/pictures/players/3502324/background"/>
<record from="players/welsh" to="graphics/pictures/players/5107258/background"/>
<record from="players/jol" to="graphics/pictures/players/601520/background"/>
<record from="players/rafa" to="graphics/pictures/players/4203246/background"/>
<record from="players/alessandrodelpiero3" to="graphics/pictures/players/8074/background"/>
<record from="players/alessandronesta" to="graphics/pictures/players/8432/background"/>
<record from="players/alvarorecoba" to="graphics/pictures/players/707710/background"/>
<record from="players/andriyshevchenko" to="graphics/pictures/players/105986/background"/>
<record from="players/antoniocassano" to="graphics/pictures/players/3804527/background"/>
<record from="players/boudewijnzenden" to="graphics/pictures/players/11010/background"/>
<record from="players/christianvieri" to="graphics/pictures/players/3801524/background"/>
<record from="players/davidbeckham3" to="graphics/pictures/players/2003443/background"/>
<record from="players/demetrioalbertini" to="graphics/pictures/players/56/background"/>
<record from="players/edgardavids2" to="graphics/pictures/players/54/background"/>
<record from="players/fabienbarthez2" to="graphics/pictures/players/9874/background"/>
<record from="players/fabiocannavaro" to="graphics/pictures/players/11123/background"/>
<record from="players/filipoinzaghi" to="graphics/pictures/players/811/background"/>
<record from="players/francescototti" to="graphics/pictures/players/12230/background"/>
<record from="players/fredrikljungberg2" to="graphics/pictures/players/7120/background"/>
<record from="players/gabrielbatistuta5" to="graphics/pictures/players/4635/background"/>
<record from="players/gaizkamendieta2" to="graphics/pictures/players/14660/background"/>
<record from="players/gheorgehagi" to="graphics/pictures/players/2014584/background"/>
<record from="players/giovaneelber3" to="graphics/pictures/players/14928/background"/>
<record from="players/hernancrespo3" to="graphics/pictures/players/11117/background"/>
<record from="players/hidetoshinakata" to="graphics/pictures/players/2010131/background"/>
<record from="players/javiersaviola" to="graphics/pictures/players/3100367/background"/>
<record from="players/josepguardiola" to="graphics/pictures/players/1120/background"/>
<record from="players/juansebastienveron" to="graphics/pictures/players/12545/background"/>
<record from="players/leebowyer" to="graphics/pictures/players/2003538/background"/>
<record from="players/leonardo" to="graphics/pictures/players/11096/background"/>
<record from="players/michaelowen" to="graphics/pictures/players/2005101/background"/>
<record from="players/paolodicanio" to="graphics/pictures/players/2009066/background"/>
<record from="players/pavelnedved" to="graphics/pictures/players/8440/background"/>
<record from="players/robertpires" to="graphics/pictures/players/9670/background"/>
<record from="players/mohammedkallon" to="graphics/pictures/players/707660/background"/>
<record from="players/paolomaldini" to="graphics/pictures/players/45/background"/>
<record from="players/ronaldo" to="graphics/pictures/players/707715/background"/>
<record from="players/marcodelvecchio" to="graphics/pictures/players/12225/background"/>
<record from="players/nicolasanelka" to="graphics/pictures/players/2006171/background"/>
<record from="players/paulscholes" to="graphics/pictures/players/2005442/background"/>
<record from="players/robertocarlos" to="graphics/pictures/players/11944/background"/>
<record from="players/roykeane" to="graphics/pictures/players/2014410/background"/>
<record from="players/serginho" to="graphics/pictures/players/106988/background"/>
<record from="players/shaungoater" to="graphics/pictures/players/2001294/background"/>
<record from="players/sonnyanderson" to="graphics/pictures/players/9872/background"/>
<record from="players/stefanofiore" to="graphics/pictures/players/11037/background"/>
<record from="players/tonyadams" to="graphics/pictures/players/2003258/background"/>
<record from="players/vincenzomontella" to="graphics/pictures/players/12533/background"/>
<record from="players/wesbrown" to="graphics/pictures/players/2003610/background"/>
<record from="players/zinedinezidane" to="graphics/pictures/players/8076/background"/>
<record from="players/adrianoleiteribeiro" to="graphics/pictures/players/2001403/background"/>
<record from="players/damienduff" to="graphics/pictures/players/2014387/background"/>
<record from="players/darkokovacevic" to="graphics/pictures/players/11988/background"/>
<record from="players/ryangiggs3" to="graphics/pictures/players/2018995/background"/>
<record from="players/ruicosta" to="graphics/pictures/players/4637/background"/>
<record from="players/ruudvannistelrooy2" to="graphics/pictures/players/3219/background"/>
<record from="players/pabloaimarbig" to="graphics/pictures/players/2000111/background"/>
<record from="players/patrickkluivert" to="graphics/pictures/players/4200584/background"/>
<record from="players/luisfigo" to="graphics/pictures/players/1115/background"/>
<record from="players/nunogomes" to="graphics/pictures/players/1601/background"/>
<record from="players/massimoambrosini2" to="graphics/pictures/players/66/background"/>
<record from="players/dickov" to="graphics/pictures/players/2015125/background"/>
<record from="players/didierdrogba" to="graphics/pictures/players/6201102/background"/>
<record from="players/ivancordoba" to="graphics/pictures/players/3100676/background"/>
<record from="players/kaka" to="graphics/pictures/players/310625/background"/>
<record from="players/raul4" to="graphics/pictures/players/11952/background"/>
<record from="players/rivaldo" to="graphics/pictures/players/3268/background"/>
<record from="players/romario2" to="graphics/pictures/players/14643/background"/>
<record from="players/ronaldinho2" to="graphics/pictures/players/3301294/background"/>
<record from="players/thierryhenry2" to="graphics/pictures/players/9888/background"/>
<record from="players/laurentblanc" to="graphics/pictures/players/402974/background"/>
<record from="players/luisenrique" to="graphics/pictures/players/1123/background"/>
<record from="players/zvonimirboban" to="graphics/pictures/players/57/background"/>
<record from="players/dyer" to="graphics/pictures/players/2004002/background"/>
<record from="players/given" to="graphics/pictures/players/2014402/background"/>
<record from="players/jenas" to="graphics/pictures/players/5103363/background"/>
<record from="players/shearer" to="graphics/pictures/players/2005477/background"/>
<record from="players/atouba" to="graphics/pictures/players/2018677/background"/>
<record from="players/brown" to="graphics/pictures/players/2003598/background"/>
<record from="players/bunjevcevic" to="graphics/pictures/players/115637/background"/>
<record from="players/carrick" to="graphics/pictures/players/122025/background"/>
<record from="players/dawson" to="graphics/pictures/players/142537/background"/>
<record from="players/defoe" to="graphics/pictures/players/127925/background"/>
<record from="players/edman" to="graphics/pictures/players/1100220/background"/>
<record from="players/kanoute" to="graphics/pictures/players/400823/background"/>
<record from="players/keane" to="graphics/pictures/players/2003246/background"/>
<record from="players/king" to="graphics/pictures/players/4000326/background"/>
<record from="players/mendes" to="graphics/pictures/players/4102520/background"/>
<record from="players/mido" to="graphics/pictures/players/528594/background"/>
<record from="players/pamarot" to="graphics/pictures/players/3500933/background"/>
<record from="players/reid" to="graphics/pictures/players/5103360/background"/>
<record from="players/robinson" to="graphics/pictures/players/108640/background"/>
<record from="players/ziegler" to="graphics/pictures/players/5723591/background"/>
<record from="players/reina" to="graphics/pictures/players/6701096/background"/>
<record from="players/crouch" to="graphics/pictures/players/4000327/background"/>
<!--CLUBS-->
<record from="clubs/602" to="graphics/pictures/clubs/602/background"/>
<record from="clubs/603" to="graphics/pictures/clubs/603/background"/>
<record from="clubs/609" to="graphics/pictures/clubs/609/background"/>
<record from="clubs/612" to="graphics/pictures/clubs/612/background"/>
<record from="clubs/630" to="graphics/pictures/clubs/630/background"/>
<record from="clubs/676" to="graphics/pictures/clubs/676/background"/>
<record from="clubs/680" to="graphics/pictures/clubs/680/background"/>
<record from="clubs/688" to="graphics/pictures/clubs/688/background"/>
<record from="clubs/992" to="graphics/pictures/clubs/992/background"/>
<record from="clubs/1478" to="graphics/pictures/clubs/1478/background"/>
<record from="clubs/1569" to="graphics/pictures/clubs/1569/background"/>
<record from="clubs/1687" to="graphics/pictures/clubs/1687/background"/>
<record from="clubs/1708" to="graphics/pictures/clubs/1708/background"/>
<record from="clubs/1775" to="graphics/pictures/clubs/1775/background"/>
</list>
</record>
But it still doesent work!!! argh!!! The competitions work but the players and clubs dont.
12-09-2005, 07:46 PM
Players and Team Backgrounds? Post #3 Junior Member
Join Date: Jan 1970
Posts: 4
Rep Power:
0
right, iv even copied it to the skin directory background file and it still doesent work!
Although interestingly...when I select players that are in the list above. The screen background goes black. Meaning that the pictures aint linked correctly. Im tearing my hair out here.
Can anyone help?
12-09-2005, 07:48 PM
Players and Team Backgrounds? Post #4 Junior Member
Join Date: Jan 1970
Posts: 4
Rep Power:
0
But team backgrounds dont work at all still.
This is driving me mad though. But when it works people will be able to download a 'complete' background pack. Not just one for players
12-09-2005, 08:41 PM
Players and Team Backgrounds? Post #5 Junior Member
Join Date: Jan 1970
Posts: 4
Rep Power:
0
ok, whats peeing me off now is that the Matthew Upson background is working when you click the player. So far so upson.... but it doesent work for the others.
EVEN THOUGH THEY ARE SETUP THE SAME WAY!
Even the teams dont work. Basically, Iv copied this information to the skins background directory and the normal standard background.
SO WHY THE HELL ISNT IT WORKING? Unbelievable and its peeing me off.
12-10-2005, 06:50 PM
Players and Team Backgrounds? Post #6 Junior Member
Join Date: Jan 1970
Posts: 4
Rep Power:
0
hmm ok, to clarify:
Club backgrounds dont work at all
Some pictures of players work, some dont. Even though its all linked up the same.
Is anyone willing to help me?
12-10-2005, 06:55 PM
Players and Team Backgrounds? Post #7 Junior Member
Join Date: Jan 1970
Posts: 4
Rep Power:
0
with some players, pictures load up all the time without fail.
With others they will load up, then its a black screen then they will load up when i go back into them..
But the normal 'backgrounds' file has the abovepictures and xml
and the 'backgrounds' within the skin has the same data as well.
I really cant see what else I can do to fix this. Can ANYONE help me?
12-13-2005, 08:31 PM
Players and Team Backgrounds? Post #8 Junior Member
Join Date: Jan 1970
Posts: 4
Rep Power:
0
problem sorted
12-14-2005, 04:22 PM
Players and Team Backgrounds? Post #9 Junior Member
Join Date: Jan 1970
Posts: 0
Rep Power:
0
Nobody helped you out much did they?
. So how did you sort it? Is it something to do with skin caching option maybe?
Thread Tools Display Modes Linear Mode
Similar threads to Players and Team Backgrounds? Thread Thread Starter Forum Replies Last Post Team backgrounds
Team backgrounds: As many of you may know VP (A sortitoutsi mod)... Daneil Skinning Hideout 1 12-24-2007 04:16 PM help me! how do you apply backgrounds to players and interchangeable backgrounds
help me! how do you apply backgrounds to players and interchangeable backgrounds: i need some help making my gameplay experience... garf Skinning Hideout 1 08-24-2007 01:42 PM team backgrounds
team backgrounds: go over to this is... BoyleyBoro Skinning Hideout 1 03-16-2007 06:45 PM team backgrounds
team backgrounds: saw a new desgin on some forum, and made one of... England123 Skinning Hideout 1 11-08-2006 09:32 PM Team Backgrounds
Team Backgrounds: Does anybody know where there are backgrounds for... WaddersTheGaffer Skinning Hideout 0 07-22-2005 06:44 PM
Other threads in forum Skinning Hideout Thread Date Thread Starter Replies Last Post skining problems
skining problems: i have just downloaed a skin for fm 20008 and...
12-31-2007 jamestheking 1 12-31-2007 09:45 PM bundesliga kits!
bundesliga kits!: i have downloaded some bundesliga kits off the...
06-11-2007 batman. 2 06-11-2007 11:31 PM Original Graphics folder
Original Graphics folder: Hi All,
Could someone zip up their original...
11-23-2006 bmdlfc 1 11-23-2006 05:45 PM Spain and Italy Backgrounds
Spain and Italy Backgrounds: Hi...
I was wondering if anyone had, or...
11-02-2006 JimboS 2 11-03-2006 12:21 PM Wirral County???
Wirral County???: Has anyone created Wirral County???
If so can I...
11-23-2005 ahmed1ukuk@yahoo.co.uk 2 11-23-2005 09:24 PM
» Online Users: 24 1 members and 23 guests bestugg11 Most users ever online was 2,128, 07-21-2008 at 08:27 PM.
All times are GMT +1. The time now is 11:42 AM .