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.
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"><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"><record from="championship/barnsley" to="graphics/pictures/club/606/logo"/><record from="championship/birmingham" to="graphics/pictures/club/609/logo"/><record from="championship/burnley" to="graphics/pictures/club/622/logo"/></list></record></pre>
The main part you have to take notice of are the lines that start off <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
<record from="FILENAME" to="graphics/pictures/TYPE/UNIQUEID/logo"/>
Small
<record from="FILENAME" to="graphics/pictures/TYPE/UNIQUEID/icon"/>
Background Left
<record from="FILENAME" to="graphics/pictures/TYPE/UNIQUEID/logo/background/left"/>
Background Right
<record from="FILENAME" to="graphics/pictures/TYPE/UNIQUEID/logo/background/right"/>
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
<record from="afc wimbledon" to="graphics/pictures/club/5110769/logo/huge"/>
10-02-2006, 11:38 AM
FM2007 - Adding custom content / Where to put downloaded graphics (Work In Progress) Post #2
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.
10-02-2006, 05:27 PM
FM2007 - Adding custom content / Where to put downloaded graphics (Work In Progress) Post #6
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?
10-04-2006, 01:08 AM
FM2007 - Adding custom content / Where to put downloaded graphics (Work In Progress) Post #8
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:
10-05-2006, 02:45 PM
FM2007 - Adding custom content / Where to put downloaded graphics (Work In Progress) Post #9