» Stats
Members: 48,619
Threads: 84,986
Posts: 1,031,252
Top Poster: Rindalik (4,430) Welcome to our newest member, kin668
» 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.
09-30-2007, 12:40 PM
White backgrounds on kits (FM08 demo) Post #1 Senior Member
Join Date: May 2003
Posts: 1,178
Rep Power:
8
White backgrounds on kits (FM08 demo)
I've just tried adding some custom kits, but it seems that there is a white shirt outline which is visible behind the pictures, making them look a bit weird.
Example 1 Example 2
Does this mean that only the style originally used in the game will work properly?
09-30-2007, 01:22 PM
White backgrounds on kits (FM08 demo) Post #2 Junior Member
Join Date: Aug 2006
Posts: 2
Rep Power:
0
There's some kind of a default shadow which can't be erased. I believe it'll be fixed in the full version.
09-30-2007, 01:48 PM
White backgrounds on kits (FM08 demo) Post #3 Senior Member
Join Date: Feb 2000
Posts: 515
Rep Power:
10
Ah, this is used as an overlay to allow the recolouring of the default kits better.
There is probably a workaround, but the overlay was only originally intended to display on the default kits that get recoloured.
09-30-2007, 02:22 PM
White backgrounds on kits (FM08 demo) Post #4 Senior Member
Join Date: May 2003
Posts: 1,178
Rep Power:
8
Would it be fixed in the full game by changing the default kits to the new style?
09-30-2007, 02:35 PM
White backgrounds on kits (FM08 demo) Post #5 Senior Member
Join Date: Feb 2000
Posts: 515
Rep Power:
10
Don't see why not, should be able to do it in the demo as well as they are the same.
It should just be a matter of either changing the overlay file to that of your kit style or changing it to a blank file.
All this stuff would have to be done via the My Documents area now.
09-30-2007, 02:59 PM
White backgrounds on kits (FM08 demo) Post #6 Junior Member
Join Date: Feb 2005
Posts: 7
Rep Power:
0
..what is the overlay kits file??
09-30-2007, 03:52 PM
White backgrounds on kits (FM08 demo) Post #7 Senior Member
Join Date: May 2003
Posts: 1,178
Rep Power:
8
I can't seem to do it, putting a new default kits folder in my documents didn't work, the old ones still show up.
Once the tool to open and edit the FMF graphics file is released can we do it?
09-30-2007, 04:19 PM
White backgrounds on kits (FM08 demo) Post #8 Junior Member
Join Date: Jan 2005
Posts: 1
Rep Power:
0
you need to have transparent effect.png in my documents/sports interactive/football manager 2008 demo/graphics/pictures/kits/default and the following config.xml file:
<pre class="ip-ubbcode-code-pre"><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"> <record from="effect" to="graphics/pictures/kits/default/effect"/> </list></record></pre>.
09-30-2007, 05:05 PM
White backgrounds on kits (FM08 demo) Post #9
Join Date: Sep 2007
Posts: 2
Rep Power:
0
I think i got it.
First here's the proof....
Now how to make'it work.
Take the old config from the pack (i used La Liga SS'08) and add the row that i colored red.
Quote:
<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">
<!-- Auto generated by fmXML -->
<record from="almeria_away" to="graphics/pictures/team/1661/kits/away"/>
<record from="almeria_home" to="graphics/pictures/team/1661/kits/home"/>
<record from="almeria_third" to="graphics/pictures/team/1661/kits/third"/>
<record from="atletico_away" to="graphics/pictures/team/1687/kits/away"/>
<record from="atletico_home" to="graphics/pictures/team/1687/kits/home"/>
<record from="barcelona_away" to="graphics/pictures/team/1708/kits/away"/>
<record from="barcelona_home" to="graphics/pictures/team/1708/kits/home"/>
<record from="barcelona_third" to="graphics/pictures/team/1708/kits/third"/>
<record from="betis_away" to="graphics/pictures/team/1733/kits/away"/>
<record from="betis_home" to="graphics/pictures/team/1733/kits/home"/>
<record from="betis_third" to="graphics/pictures/team/1733/kits/third"/>
<record from="bilbao_away" to="graphics/pictures/team/1664/kits/away"/>
<record from="bilbao_home" to="graphics/pictures/team/1664/kits/home"/>
<record from="bilbao_third" to="graphics/pictures/team/1664/kits/third"/>
<record from="deportivo_away" to="graphics/pictures/team/1705/kits/away"/>
<record from="deportivo_home" to="graphics/pictures/team/1705/kits/home"/>
<record from="deportivo_third" to="graphics/pictures/team/1705/kits/third"/>
<record from="espanyol_away" to="graphics/pictures/team/1725/kits/away"/>
<record from="espanyol_home" to="graphics/pictures/team/1725/kits/home"/>
<record from="getafe_away" to="graphics/pictures/team/1710/kits/away"/>
<record from="getafe_home" to="graphics/pictures/team/1710/kits/home"/>
<record from="getafe_third" to="graphics/pictures/team/1710/kits/third"/>
<record from="huelva_away" to="graphics/pictures/team/1751/kits/away"/>
<record from="huelva_home" to="graphics/pictures/team/1751/kits/home"/>
<record from="huelva_third" to="graphics/pictures/team/1751/kits/third"/>
<record from="levante_away" to="graphics/pictures/team/1717/kits/away"/>
<record from="levante_home" to="graphics/pictures/team/1717/kits/home"/>
<record from="levante_third" to="graphics/pictures/team/1717/kits/third"/>
<record from="mallorca_away" to="graphics/pictures/team/1726/kits/away"/>
<record from="mallorca_home" to="graphics/pictures/team/1726/kits/home"/>
<record from="murcia_away" to="graphics/pictures/team/1739/kits/away"/>
<record from="murcia_home" to="graphics/pictures/team/1739/kits/home"/>
<record from="osasuna_away" to="graphics/pictures/team/1685/kits/away"/>
<record from="osasuna_home" to="graphics/pictures/team/1685/kits/home"/>
<record from="real_away" to="graphics/pictures/team/1736/kits/away"/>
<record from="real_home" to="graphics/pictures/team/1736/kits/home"/>
<record from="real_third" to="graphics/pictures/team/1736/kits/third"/>
<record from="santander_away" to="graphics/pictures/team/1728/kits/away"/>
<record from="santander_home" to="graphics/pictures/team/1728/kits/home"/>
<record from="santander_third" to="graphics/pictures/team/1728/kits/third"/>
<record from="sevilla_away" to="graphics/pictures/team/1759/kits/away"/>
<record from="sevilla_home" to="graphics/pictures/team/1759/kits/home"/>
<record from="sevilla_third" to="graphics/pictures/team/1759/kits/third"/>
<record from="valencia_away" to="graphics/pictures/team/1775/kits/away"/>
<record from="valencia_home" to="graphics/pictures/team/1775/kits/home"/>
<record from="valladolid_away" to="graphics/pictures/team/1747/kits/away"/>
<record from="valladolid_home" to="graphics/pictures/team/1747/kits/home"/>
<record from="valladolid_third" to="graphics/pictures/team/1747/kits/third"/>
<record from="villarreal_away" to="graphics/pictures/team/1777/kits/away"/>
<record from="villarreal_home" to="graphics/pictures/team/1777/kits/home"/>
<record from="zaragoza_away" to="graphics/pictures/team/1749/kits/away"/>
<record from="zaragoza_home" to="graphics/pictures/team/1749/kits/home"/> <record from="effect" to="graphics/pictures/kits/default/effect"/>
</list>
</record>
Then make an 130x130 blank png file name it "effect" and put it in with all the kits in the pack.
That's it.
09-30-2007, 05:08 PM
White backgrounds on kits (FM08 demo) Post #10
Join Date: Sep 2007
Posts: 2
Rep Power:
0
Sorry i just copy the post from FMG Live and it does'nt look that good. For a better view go
HERE
Thread Tools Display Modes Linear Mode
Other threads in forum Skinning Hideout Thread Date Thread Starter Replies Last Post A skinning problem/question, help much appreciated.
A skinning problem/question, help much appreciated.: Does anyone know how i can get rid of the stripe...
10-26-2007 obijon 14 11-03-2007 02:53 AM Stoke City Facepack by AlienAndy (180x180)
Stoke City Facepack by AlienAndy (180x180): Here's another one for you all to go with my...
10-23-2007 AlienAndy 1 10-24-2007 01:40 PM [ask]Making Logo Pack Tutorial
[ask]Making Logo Pack Tutorial: Is there any easy to understand logo pack...
10-21-2007 MbahGondrong 0 10-21-2007 01:57 PM Graphics in fm2008
Graphics in fm2008: Now i know that the face packs and logo's have...
10-08-2007 jaylg 0 10-08-2007 06:23 PM FM2006 DB update ....
FM2006 DB update ....: I was wondering if anyone is still updating the...
09-06-2007 swfc9581 2 09-07-2007 10:24 PM
» Online Users: 36 1 members and 35 guests xu_zhongying100 Most users ever online was 2,128, 07-21-2008 at 08:27 PM.