Fitness.com
Advertisement
Go Back   Sports Forum > Community > Football Manager > Skinning Hideout

Skinning Hideout

Use this forum to help edit the cosmetic side of Football Manager.


» Current Poll
Best 5 club teams in history of Football:
Liverpool 1977-1978 - 100.00%
1 Vote
Real Madrid 1956-1960 - 0%
0 Votes
Juventus 1985 - 0%
0 Votes
Milan 1989-1990 - 100.00%
1 Vote
Ajax 1971-1973 - 0%
0 Votes
Santos 1962-1963 - 0%
0 Votes
Torinho 1940's - 100.00%
1 Vote
Ajax 1995 - 0%
0 Votes
Flamengo 1981 - 100.00%
1 Vote
Benfica 1961-1962 - 100.00%
1 Vote
Total Votes: 1
You may not vote on this poll.
» Stats
Members: 48,619
Threads: 84,986
Posts: 1,031,252
Top Poster: Rindalik (4,430)
Welcome to our newest member, kin668
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.

Reply
 
LinkBack Thread Tools Display Modes
Old 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
dafuge is on a distinguished road
Default 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?
dafuge is offline   Reply With Quote
Old 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
aRHpositive is on a distinguished road
Default

There's some kind of a default shadow which can't be erased. I believe it'll be fixed in the full version.
aRHpositive is offline   Reply With Quote
Old 09-30-2007, 01:48 PM   White backgrounds on kits (FM08 demo) Post #3
Ter
Senior Member
 
Join Date: Feb 2000
Posts: 515
Rep Power: 10
Ter is on a distinguished road
Default

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.
Ter is offline   Reply With Quote
Old 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
dafuge is on a distinguished road
Default

Would it be fixed in the full game by changing the default kits to the new style?
dafuge is offline   Reply With Quote
Old 09-30-2007, 02:35 PM   White backgrounds on kits (FM08 demo) Post #5
Ter
Senior Member
 
Join Date: Feb 2000
Posts: 515
Rep Power: 10
Ter is on a distinguished road
Default

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.
Ter is offline   Reply With Quote
Old 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
th3answer is on a distinguished road
Default

..what is the overlay kits file??
th3answer is offline   Reply With Quote
Old 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
dafuge is on a distinguished road
Default

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?
dafuge is offline   Reply With Quote
Old 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
pl-fikander is infamous around these parts
Default

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">&lt;record&gt; &lt;!-- resource manager options --&gt; &lt;!-- dont preload anything in this folder --&gt; &lt;boolean id="dpre" value="true"/&gt; &lt;!-- turn off auto mapping --&gt; &lt;boolean id="amap" value="false"/&gt; &lt;!-- logo mappings --&gt; &lt;!-- 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 --&gt; &lt;list id="maps"&gt; &lt;record from="effect" to="graphics/pictures/kits/default/effect"/&gt; &lt;/list&gt;&lt;/record&gt;</pre>.
pl-fikander is offline   Reply With Quote
Old 09-30-2007, 05:05 PM   White backgrounds on kits (FM08 demo) Post #9
 
Join Date: Sep 2007
Posts: 2
Rep Power: 0
Cristi_FMG is infamous around these parts
Default

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:
&lt;record&gt;
&lt;!-- resource manager options --&gt;

&lt;!-- dont preload anything in this folder --&gt;
&lt;boolean id="preload" value="false"/&gt;

&lt;!-- turn off auto mapping --&gt;
&lt;boolean id="amap" value="false"/&gt;

&lt;!-- logo mappings --&gt;
&lt;!-- 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
--&gt;

&lt;list id="maps"&gt;
&lt;!-- Auto generated by fmXML --&gt;
&lt;record from="almeria_away" to="graphics/pictures/team/1661/kits/away"/&gt;
&lt;record from="almeria_home" to="graphics/pictures/team/1661/kits/home"/&gt;
&lt;record from="almeria_third" to="graphics/pictures/team/1661/kits/third"/&gt;
&lt;record from="atletico_away" to="graphics/pictures/team/1687/kits/away"/&gt;
&lt;record from="atletico_home" to="graphics/pictures/team/1687/kits/home"/&gt;
&lt;record from="barcelona_away" to="graphics/pictures/team/1708/kits/away"/&gt;
&lt;record from="barcelona_home" to="graphics/pictures/team/1708/kits/home"/&gt;
&lt;record from="barcelona_third" to="graphics/pictures/team/1708/kits/third"/&gt;
&lt;record from="betis_away" to="graphics/pictures/team/1733/kits/away"/&gt;
&lt;record from="betis_home" to="graphics/pictures/team/1733/kits/home"/&gt;
&lt;record from="betis_third" to="graphics/pictures/team/1733/kits/third"/&gt;
&lt;record from="bilbao_away" to="graphics/pictures/team/1664/kits/away"/&gt;
&lt;record from="bilbao_home" to="graphics/pictures/team/1664/kits/home"/&gt;
&lt;record from="bilbao_third" to="graphics/pictures/team/1664/kits/third"/&gt;
&lt;record from="deportivo_away" to="graphics/pictures/team/1705/kits/away"/&gt;
&lt;record from="deportivo_home" to="graphics/pictures/team/1705/kits/home"/&gt;
&lt;record from="deportivo_third" to="graphics/pictures/team/1705/kits/third"/&gt;
&lt;record from="espanyol_away" to="graphics/pictures/team/1725/kits/away"/&gt;
&lt;record from="espanyol_home" to="graphics/pictures/team/1725/kits/home"/&gt;
&lt;record from="getafe_away" to="graphics/pictures/team/1710/kits/away"/&gt;
&lt;record from="getafe_home" to="graphics/pictures/team/1710/kits/home"/&gt;
&lt;record from="getafe_third" to="graphics/pictures/team/1710/kits/third"/&gt;
&lt;record from="huelva_away" to="graphics/pictures/team/1751/kits/away"/&gt;
&lt;record from="huelva_home" to="graphics/pictures/team/1751/kits/home"/&gt;
&lt;record from="huelva_third" to="graphics/pictures/team/1751/kits/third"/&gt;
&lt;record from="levante_away" to="graphics/pictures/team/1717/kits/away"/&gt;
&lt;record from="levante_home" to="graphics/pictures/team/1717/kits/home"/&gt;
&lt;record from="levante_third" to="graphics/pictures/team/1717/kits/third"/&gt;
&lt;record from="mallorca_away" to="graphics/pictures/team/1726/kits/away"/&gt;
&lt;record from="mallorca_home" to="graphics/pictures/team/1726/kits/home"/&gt;
&lt;record from="murcia_away" to="graphics/pictures/team/1739/kits/away"/&gt;
&lt;record from="murcia_home" to="graphics/pictures/team/1739/kits/home"/&gt;
&lt;record from="osasuna_away" to="graphics/pictures/team/1685/kits/away"/&gt;
&lt;record from="osasuna_home" to="graphics/pictures/team/1685/kits/home"/&gt;
&lt;record from="real_away" to="graphics/pictures/team/1736/kits/away"/&gt;
&lt;record from="real_home" to="graphics/pictures/team/1736/kits/home"/&gt;
&lt;record from="real_third" to="graphics/pictures/team/1736/kits/third"/&gt;
&lt;record from="santander_away" to="graphics/pictures/team/1728/kits/away"/&gt;
&lt;record from="santander_home" to="graphics/pictures/team/1728/kits/home"/&gt;
&lt;record from="santander_third" to="graphics/pictures/team/1728/kits/third"/&gt;
&lt;record from="sevilla_away" to="graphics/pictures/team/1759/kits/away"/&gt;
&lt;record from="sevilla_home" to="graphics/pictures/team/1759/kits/home"/&gt;
&lt;record from="sevilla_third" to="graphics/pictures/team/1759/kits/third"/&gt;
&lt;record from="valencia_away" to="graphics/pictures/team/1775/kits/away"/&gt;
&lt;record from="valencia_home" to="graphics/pictures/team/1775/kits/home"/&gt;
&lt;record from="valladolid_away" to="graphics/pictures/team/1747/kits/away"/&gt;
&lt;record from="valladolid_home" to="graphics/pictures/team/1747/kits/home"/&gt;
&lt;record from="valladolid_third" to="graphics/pictures/team/1747/kits/third"/&gt;
&lt;record from="villarreal_away" to="graphics/pictures/team/1777/kits/away"/&gt;
&lt;record from="villarreal_home" to="graphics/pictures/team/1777/kits/home"/&gt;
&lt;record from="zaragoza_away" to="graphics/pictures/team/1749/kits/away"/&gt;
&lt;record from="zaragoza_home" to="graphics/pictures/team/1749/kits/home"/&gt;
&lt;record from="effect" to="graphics/pictures/kits/default/effect"/&gt;
&lt;/list&gt;



&lt;/record&gt;
Then make an 130x130 blank png file name it "effect" and put it in with all the kits in the pack.

That's it.
Cristi_FMG is offline   Reply With Quote
Old 09-30-2007, 05:08 PM   White backgrounds on kits (FM08 demo) Post #10
 
Join Date: Sep 2007
Posts: 2
Rep Power: 0
Cristi_FMG is infamous around these parts
Default

Sorry i just copy the post from FMG Live and it does'nt look that good. For a better view go HERE
Cristi_FMG is offline   Reply With Quote
Reply

Go Back   Sports Forum > Community > Football Manager > Skinning Hideout

Bookmarks

Thread Tools
Display Modes


Similar threads to White backgrounds on kits (FM08 demo)
Thread Thread Starter Forum Replies Last Post
dafuge's FM08 demo challenge
dafuge's FM08 demo challenge: Just a quick one using the demo to get you warmed...
dafuge Football Manager 241 10-30-2007 10:49 PM
4-4-2 - FM08 Demo -
4-4-2 - FM08 Demo -: Hi all, new user here, playing FM for the 1st...
Madison Victoria Tactics & Training Tips 1 10-06-2007 10:10 AM
FM08 Demo: Trying to create a new 4123 system
FM08 Demo: Trying to create a new 4123 system: Hi all, i am trying to create a formation that...
Zoheb Tactics & Training Tips 9 10-05-2007 08:17 PM
##Tactics League for FM08 (DEMO)##
##Tactics League for FM08 (DEMO)##: If you remember last year, i tried to start a...
hololoy112 Tactics & Training Tips 36 10-04-2007 10:22 PM
Kits and Gold Demo..
Kits and Gold Demo..: Hi, I've tried to add new kits for the Gold...
Weeelo Skinning Hideout 5 10-01-2005 07:13 PM

More threads of dafuge
Thread Date Forum Replies Last Post
Sign-Up Vacancies
Sign-Up Vacancies: Looking for new members to join your sign-up...
02-17-2007 Football Manager 293 11-08-2007 07:02 PM
My Game Speed For Highlights Has Gone Slow
My Game Speed For Highlights Has Gone Slow: What skin are you using?
02-10-2007 Skinning Hideout 1 02-10-2007 03:57 PM
dafuge's FM07 challenge
dafuge's FM07 challenge: Welcome back to everyone who took part last time,...
10-20-2006 Football Manager 898 10-24-2006 03:51 AM
SMSL's Ultimate FM Challenge - Give Youth a Chance!
SMSL's Ultimate FM Challenge - Give Youth a Chance!: What about the players that are brought to the...
08-01-2006 Football Manager 474 09-30-2006 10:07 AM
dafuge's small club to big club challenge
dafuge's small club to big club challenge: The Aim To take a small club who were...
02-04-2006 Football Manager 899 02-06-2006 12:19 PM

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.

All times are GMT +1. The time now is 05:40 PM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Fitness.com | Weight Loss | Training & Fitness | BodyBuilding | Chinese | Spanish | French | Germany | Italian | Friend Codes |
You are viewing White backgrounds on kits (FM08 demo).