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,616
Threads: 84,986
Posts: 1,031,252
Top Poster: Rindalik (4,430)
Welcome to our newest member, kucoco
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 10-02-2006, 11:37 AM   FM2007 - Adding custom content / Where to put downloaded graphics (Work In Progress) Post #1
Ter
Senior Member
 
Join Date: Feb 2000
Posts: 515
Rep Power: 10
Ter is on a distinguished road
Default FM2007 - Adding custom content / Where to put downloaded graphics (Work In Progress)

Naming of files
All filenames should be in lowercase

Where should I put downloaded custom content?
Windows
Custom content should now be placed in the user data folder, which is normally "Documents and Settings\username\My Documents\Sports Interactive\Football Manager 2007\". You can usually get to this location quicker by going through "My Documents". I would recommend creating a "logos" subdirectory and ensure that all logopacks are installed in their own unique directory structure such as "logos/english championship" for example.

It is suggested that you DON'T follow the same directory structure that the main game uses as this could cause conflicts with the logos that come with the game

Mac
Information soon...

What are config.xml files and why do we need them?
Config files are needed to let the game know that the images should be linked to an object in the game and displayed in relation to that object in various places throughout the game. A typical config file looks something like this...

<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="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;record from="championship/barnsley" to="graphics/pictures/club/606/logo"/&gt;&lt;record from="championship/birmingham" to="graphics/pictures/club/609/logo"/&gt;&lt;record from="championship/burnley" to="graphics/pictures/club/622/logo"/&gt;&lt;/list&gt;&lt;/record&gt;</pre>

The main part you have to take notice of are the lines that start off &lt;record from="...
Each record is used to link one object in the game to a file on your computer. Config.xml can be created/edited in any text editor.

Logo Types
<LI> Club 'club'
<LI> Competition 'comp'
<LI> Nation
<LI> Continent 'continent'

There are now five different variation of logo in Football Manager 2007

Normal
&lt;record from="FILENAME" to="graphics/pictures/TYPE/UNIQUEID/logo"/&gt;

Huge
&lt;record from="FILENAME" to="graphics/pictures/TYPE/UNIQUEID/logo/huge"/&gt;

Small
&lt;record from="FILENAME" to="graphics/pictures/TYPE/UNIQUEID/icon"/&gt;

Background Left
&lt;record from="FILENAME" to="graphics/pictures/TYPE/UNIQUEID/logo/background/left"/&gt;

Background Right
&lt;record from="FILENAME" to="graphics/pictures/TYPE/UNIQUEID/logo/background/right"/&gt;

Filling in the information
<LI> FILENAME - This should be replaced with the filename (without extension) so if you have a file named afc wimbledon.png then you would only need to enter afc wimbledon
<LI> TYPE - This should be replaced with what you are assigning the image to from the logo types stated above
<LI> UNIQUEID - This should be replaced with the unique id of the object you are assigning the image to. You can find the unique ID by either viewing these in the editor or switching on 'Show Unique IDs' in the Preferences and viewing the team/comp/etc in game and noting the number in the titlebar.

Examples

Assigning a huge logo to a team
&lt;record from="afc wimbledon" to="graphics/pictures/club/5110769/logo/huge"/&gt;
Ter is offline   Reply With Quote
Old 10-02-2006, 11:38 AM   FM2007 - Adding custom content / Where to put downloaded graphics (Work In Progress) Post #2
Ter
Senior Member
 
Join Date: Feb 2000
Posts: 515
Rep Power: 10
Ter is on a distinguished road
Default

I'm going to keep adding more stuff to this as we go along, but this is a decent starting point.

If you have any questions about this stuff then post them here and I'll add them to the post above if they are relevant.
Ter is offline   Reply With Quote
Old 10-02-2006, 11:49 AM   FM2007 - Adding custom content / Where to put downloaded graphics (Work In Progress) Post #3
Junior Member
 
Join Date: Jan 1970
Posts: 23
Rep Power: 0
Uysaler Emircan is on a distinguished road
Default

It is much better and easier now
Thanks Ter.
Waiting for much info and maybe actions about logos
Uysaler Emircan is offline   Reply With Quote
Old 10-02-2006, 12:01 PM   FM2007 - Adding custom content / Where to put downloaded graphics (Work In Progress) Post #4
Junior Member
 
Join Date: Jan 1970
Posts: 4
Rep Power: 0
afterware is infamous around these parts
Default

Thanks Ter.
What about "small" photos for players.
Where are they supposed to be seen?
And what is the "record" line syntax?

TIA
afterware is offline   Reply With Quote
Old 10-02-2006, 12:06 PM   FM2007 - Adding custom content / Where to put downloaded graphics (Work In Progress) Post #5
Ter
Senior Member
 
Join Date: Feb 2000
Posts: 515
Rep Power: 10
Ter is on a distinguished road
Default

the syntax for small players are the same as the small logo type only you have 'person' as the type. These wil display in the breadcrumbs menu of players.
Ter is offline   Reply With Quote
Old 10-02-2006, 05:27 PM   FM2007 - Adding custom content / Where to put downloaded graphics (Work In Progress) Post #6
Ede
Junior Member
 
Join Date: Jan 1970
Posts: 0
Rep Power: 0
Ede is infamous around these parts
Default

where can i find the nations logos?
like the 3lions for england for example?
or where do i have to put them if they are not yet in?
Ede is offline   Reply With Quote
Old 10-03-2006, 11:03 PM   FM2007 - Adding custom content / Where to put downloaded graphics (Work In Progress) Post #7
Junior Member
 
Join Date: Nov 2000
Posts: 1
Rep Power: 0
eL B:)tTiNh:o is infamous around these parts
Default

Does this mean these pictures will now automatically overwrite the graphics in the original folders?

For example, I add logo's for teams for the Dutch premier division, which are allready there. Will I see the ones I've added, the ones that came with the game or will it choose radomnly, like in previous versions?
eL B:)tTiNh:o is offline   Reply With Quote
Old 10-04-2006, 01:08 AM   FM2007 - Adding custom content / Where to put downloaded graphics (Work In Progress) Post #8
Junior Member
 
Join Date: Dec 2004
Posts: 197
Rep Power: 5
mallen102000 is on a distinguished road
Default

Ter could it be possible to edit it so that on the match screen the smallr logos don't appear and you just have the backgound logo as I think this would look rather great :cool:
mallen102000 is offline   Reply With Quote
Old 10-05-2006, 02:45 PM   FM2007 - Adding custom content / Where to put downloaded graphics (Work In Progress) Post #9
Veg
Junior Member
 
Join Date: Sep 2003
Posts: 33
Rep Power: 0
Veg is on a distinguished road
Default

Does this mean that we can't put the dowloaded graphic to the folder were the graphic that comeds with the game is stored?

I don't have enough space on my C: drive to store all my graphics there.
Veg is offline   Reply With Quote
Old 10-05-2006, 03:01 PM   FM2007 - Adding custom content / Where to put downloaded graphics (Work In Progress) Post #10
 
Join Date: Aug 2005
Posts: 1
Rep Power: 0
Bluebirds is infamous around these parts
Default

Ter, is it just logos we should be saving in My Documents\Sports Interactive\Football Manager 2007\ or anything else as well?
Bluebirds is offline   Reply With Quote
Reply

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

Bookmarks

Thread Tools
Display Modes


Similar threads to FM2007 - Adding custom content / Where to put downloaded graphics (Work In Progress)
Thread Thread Starter Forum Replies Last Post
downloaded graphics dont work on my game anymore!! help please
downloaded graphics dont work on my game anymore!! help please: i used beefters stadium pack before and now it...
kopsy101 Skinning Hideout 0 02-18-2008 12:01 PM
Adding Player Pictures to a Game In Progress
Adding Player Pictures to a Game In Progress: I've already started a game - but have some...
Half-time Orange Football Manager 6 02-08-2008 02:49 AM
FM2008: Custom Content
FM2008: Custom Content: Not a lot has changed with the way to add custom...
Ter Skinning Hideout 89 11-01-2007 06:30 PM
graphics,how much content?
graphics,how much content?: I have searched for this and had no joy so had to...
jonie2007 Skinning Hideout 7 03-17-2007 01:43 AM
Help with adding logo to custom team please
Help with adding logo to custom team please: I have just created a new team on the database...
stealingsilver Skinning Hideout 1 10-25-2005 06:30 PM

More threads of Ter
Thread Date Forum Replies Last Post
Photoshop Action: Player/Manager Picture
Photoshop Action: Player/Manager Picture: This file should work on Photoshop CS on PC and...
12-14-2004 Skinning Hideout 47 05-16-2006 02:29 PM
FM2006 - The Skin Caching System and potential side effects
FM2006 - The Skin Caching System and potential side effects: To view any downloaded or self created content or...
10-01-2005 Skinning Hideout 35 12-30-2005 01:17 PM
Poll: Do you use "Fullscreen" mode in Football Manager
Poll: Do you use "Fullscreen" mode in Football Manager: Simple question this one. Do you use the...
10-08-2005 Skinning Hideout 53 12-06-2005 01:51 PM
Bit of help please!
Bit of help please!: Are you trying to use/play something else or have...
09-30-2005 Skinning Hideout 0 09-30-2005 06:30 PM
Guides: Customising Your Game (Player Pics/Badges/Kits)
Guides: Customising Your Game (Player Pics/Badges/Kits): Creating/Adding Player Pictures One of the most...
04-04-2005 Skinning Hideout 4 04-04-2005 01:15 PM

Other threads in forum Skinning Hideout
Thread Date Thread Starter Replies Last Post
Update of January Transfers
Update of January Transfers: Hey, I was wondering if anyone had updated their...
02-11-2007 chazerman 3 02-11-2007 05:29 PM
No stadium bacground for away games?
No stadium bacground for away games?: Has anyone had this problem where just there home...
10-25-2006 Lee-Cruise 14 10-27-2006 02:44 AM
please help
please help: i have changed some players form different teams...
01-31-2006 rhino1990 1 01-31-2006 07:54 PM
FMM
FMM:
01-01-1970 stevie_G_32201 0 01-01-1970 01:00 AM
Create a crest?
Create a crest?:
01-01-1970 JD Morris 0 01-01-1970 01:00 AM

» Online Users: 26
1 members and 25 guests
lori7523
Most users ever online was 2,128, 07-21-2008 at 08:27 PM.

All times are GMT +1. The time now is 03:43 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 FM2007 - Adding custom content / Where to put downloaded graphics (Work In Progress).