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: 103,035
Threads: 85,013
Posts: 1,031,286
Top Poster: Karky (9,532)
Welcome to our newest member, Mr.M
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 07-17-2007, 06:49 PM   Guidance required - Team logo for created team Post #1
Newb
 
Join Date: Dec 2007
Posts: 0
Rep Power: 0
retired_jade2929 is an unknown quantity at this point
Default Guidance required - Team logo for created team

Hi guys. I have used the editor to create a club, its players, staff etc etc. I've gotten everything to work wonderfully APART from the club logo I have created. I can't for the life of me get the game to use this logo for the club. I have adjusted the logo to the adequate sizes in the normal, small and huge logo folders for the league I have put my club into. I have also edited the config XML file in each of the club logo folders, linking the pictures in the folders to the new team I have created. I can't see anything i've over looked in the process, but surely there must be a solution. Can anybody offer some advice please?
retired_jade2929 is offline   Reply With Quote
Old 08-21-2007, 09:33 AM   Guidance required - Team logo for created team Post #2
Newb
 
Join Date: Dec 2007
Posts: 0
Rep Power: 0
retired_jimbode72 is an unknown quantity at this point
Default

yeah. im having the exact same problem and ive scoured pretty much the entire forums for a answere to this problem. i created a team on the editor then created a badge using AAA logos, edited in photoshop, saved in png formats and i believe, the proper size i.e 120x120 or 22x22 for small. ive did what most people have said concerning "place the files at graphics/pictures/logos" e.t.c ive even tried putting them in fm2007/my documents folders. tried the skin cache and random skin reload but to no avail and i created xml files for them. have no ideas what is going on so if any help would be greatly appreciated. thanks!
retired_jimbode72 is offline   Reply With Quote
Old 08-23-2007, 05:26 AM   Guidance required - Team logo for created team Post #3
Newb
 
Join Date: Dec 2007
Posts: 0
Rep Power: 0
retired_jimbode72 is an unknown quantity at this point
Default

just reinstalled and wiped my game then patched it upto 7.0.2, put the logos into CDocuments and Settings\William\My Documents\Sports Interactive\Football Manager 2007\graphics\pictures\logos then the 3 categories of huge/normal and small. the badge sizes are 120x120(huge) 70x70(normal) and 20x18(small). my xml reads (for normal size club badge and gfcb is the name of the png badge pic):

<record>
<!-- resource manager options -->

<!-- don't preload anything in this folder -->
<boolean id="preload" value="false"/>

<!-- turn off auto mapping -->
<boolean id="amap" value="false"/>

<!-- picture 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">
<!-- Generated by FM Graphics Configurator, by HMan -->
<record from="gfcb" to="graphics/pictures/club/1031638/logo"/>
</list>
</record>

ive unticked skin cache and ticked rebuild, is there a problem with the code/command lines by any chance? or size of club badge? the face packs that i installed in my graphics section of the same mydocuments source showed up but the logos have not. if anybody could help me out id greatly appreciate it!
retired_jimbode72 is offline   Reply With Quote
Old 09-01-2007, 11:59 PM   Guidance required - Team logo for created team Post #4
Newb
 
Join Date: Dec 2007
Posts: 0
Rep Power: 0
retired_jimbode72 is an unknown quantity at this point
Default

please can somebody help me out with this???
retired_jimbode72 is offline   Reply With Quote
Old 09-05-2007, 07:48 PM   Guidance required - Team logo for created team Post #5
Newb
 
Join Date: Dec 2007
Posts: 0
Rep Power: 0
retired_jimbode72 is an unknown quantity at this point
Default

well, ive finally figured it out. for anybody intrested, if your trying to put badge and kits onto a edited team, you'll need to create a graphics folder within the the db folder of your "my documents/sports interactive" directory. this is the exact code i used for logos: <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="gfcb" to="graphics/pictures/club/1031638/logo/huge"/>
<record from="gfcc" to="graphics/pictures/club/1031638/logo"/>
<record from="gfca" to="graphics/pictures/club/1031638/icon"/>

</list>
</record>

hope it helps anybody!
retired_jimbode72 is offline   Reply With Quote
Old 09-21-2007, 02:23 AM   Guidance required - Team logo for created team Post #6
Registered User
 
Join Date: Mar 2007
Posts: 15
Rep Power: 0
silverose1209 is an unknown quantity at this point
Default

How do you create and save an XML file wllm?

Also is it that source code you written what you put into the XML?
silverose1209 is offline   Reply With Quote
Old 09-21-2007, 05:06 AM   Guidance required - Team logo for created team Post #7
Newb
 
Join Date: Dec 2007
Posts: 0
Rep Power: 0
retired_jimbode72 is an unknown quantity at this point
Default

just open up notepad, paste the relevant code in, go to save as, call it config but add .xml at the end of it so it should look like config.xml make sure it is saved as all files rather than text document, click save then your sorted! or you can use a fm xml configurator, very handy and easy to use or if your making logos just copy the code that i wrote down on this page. if youve got any problems just give me a buzz and i'll try and help!
retired_jimbode72 is offline   Reply With Quote
Old 09-21-2007, 05:11 AM   Guidance required - Team logo for created team Post #8
Newb
 
Join Date: Dec 2007
Posts: 0
Rep Power: 0
retired_jimbode72 is an unknown quantity at this point
Default

and the code above your post is the working code i used! youd just need to make minor adjustments to it concerning picture names and and the games unique id number.
retired_jimbode72 is offline   Reply With Quote
Reply

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

Bookmarks

Thread Tools
Display Modes


Similar threads to Guidance required - Team logo for created team
Thread Thread Starter Forum Replies Last Post
Help required for my team
Help required for my team: I've been playing this football management series...
MJScott Scout Report 0 02-08-2008 03:40 PM
Created team logo/kits
Created team logo/kits: Not sure if this should go here or in the...
Nadessico Skinning Hideout 1 02-18-2007 10:12 AM
Reserve team for created team
Reserve team for created team: I've created a team and placed it in the...
eggus181 Skinning Hideout 9 12-08-2006 03:36 PM
Help with putting a club logo in for a created team please
Help with putting a club logo in for a created team please: Ok I am in about 2012 in one of my FM2006 games...
stealingsilver Skinning Hideout 5 10-25-2005 05:54 PM
Created a new team....
Created a new team....:
MLicense Skinning Hideout 0 01-01-1970 01:00 AM

More threads of Zarkest
Thread Date Forum Replies Last Post
Guidance required - Team logo for created team
Guidance required - Team logo for created team: Hi guys. I have used the editor to create a club,...
07-17-2007 Skinning Hideout 7 09-21-2007 05:11 AM

Other threads in forum Skinning Hideout
Thread Date Thread Starter Replies Last Post
Where do u save files for them 2 work?
Where do u save files for them 2 work?: Where do u save files for them 2 work like this...
05-28-2007 JoseBlanco 1 05-28-2007 10:22 PM
how do i add myself to the game with a picture
how do i add myself to the game with a picture: i want to cum into the game in mid season to the...
01-26-2007 celt_gaz 0 01-26-2007 06:31 PM
Misterious problem with Belarus logos
Misterious problem with Belarus logos: Very strange problem: fc gomel and zlin gomel are...
03-31-2005 helotiamo 0 03-31-2005 12:45 PM
Nike Skin
Nike Skin: Anyone know if there is a Nike Skin for...
03-18-2005 Gustavo BH 2 03-18-2005 08:16 PM
Dream Team Patch
Dream Team Patch: Can anyone tell me if there is an up-to-date...
01-17-2005 Kelvin Farrell 1 01-17-2005 10:16 PM

» Online Users: 19
0 members and 19 guests
No Members online
Most users ever online was 2,128, 07-21-2008 at 08:27 PM.

All times are GMT +1. The time now is 03:32 AM.


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 Guidance required - Team logo for created team.