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 04-20-2007, 06:30 AM   about the changes of stadium backgrounds.... Post #1
 
Join Date: Jan 1970
Posts: 0
Rep Power: 0
isAccc is infamous around these parts
Default about the changes of stadium backgrounds....

hi everyone,
i extracted the stadium backgrounds superpack into the graphic-> picture-> backgrounds already, but the backgrounds didn't change when the match is playing...
i mean they changed when i clicked the team name,but not changed during the game

for example, if there's a game held in Old Trafford, when the game is playing, the backgrounds of MU should be shown, but it didn't happen in my case.....

sorry, my english is not too good
but can someone give me a hand?
i need help with that...
isAccc is offline   Reply With Quote
Old 04-21-2007, 10:22 PM   about the changes of stadium backgrounds.... Post #2
Member
 
Join Date: Apr 2005
Posts: 39
Rep Power: 0
bootle is on a distinguished road
Default

Do you mean the same pic is shown on the team squad screens and also during a match?

If so, thats probably how the pack was designed to work. When someone makes a background pack they have to decide where they want the pic to show, either:

During the match only
On team squad/finance/fixtures etc only
Or displayed on both the above.

It is possible to make a pack that shows (for example) a Man Utd squad pic on the team screens and also an old trafford pic during the matches. However, most people dont seem to like background pictures on team screens as the text can be quite difficult to read.

Or did you just mean no picture showed up when you went to the match?

If thats the case, its just a team background pack and the maker hasnt put the stadium IDs in the config file. It'd be easy enough for you to edit, or just download a stadium background pack off sortitout.
bootle is offline   Reply With Quote
Old 04-22-2007, 06:32 AM   about the changes of stadium backgrounds.... Post #3
 
Join Date: Jan 1970
Posts: 0
Rep Power: 0
isAccc is infamous around these parts
Default

Thank you for answered my question.

and you're right, i want the background pics would shown at the team squad and during the match, both~

actually it has shown at the team squad screen, but not during the match...
and i expect it both =__=

so wt can i do!? how to edit???
can u tell me more?!
isAccc is offline   Reply With Quote
Old 04-22-2007, 06:55 PM   about the changes of stadium backgrounds.... Post #4
Member
 
Join Date: Apr 2005
Posts: 39
Rep Power: 0
bootle is on a distinguished road
Default

Go to the config file in the premiership folder, right click and edit it. Im guessing there will just be lines like this:

<record from="arsenal" to="graphics/pictures/team/602/background"/>

Lines with "team" in like the above tell the game to show the picture called "arsenal" to show up on team screens of the team whos team ID is 602 (Arsenals, funnily enough!)

You need there to also be lines like this as well:

<record from="arsenal" to="graphics/pictures/stadium/5114336/background"/>

Lines with "stadium" in like the above tell the game to show the picture called "arsenal" to show up on the stadium screen of the team whos stadium ID is 5114336 (Arsenals, funnily enough!)

If Im not right up to now then just ignore the rest of this post and try and download another pack.

Does the pack just have premiership teams in? If so you could try the following. Copy the lines below and paste them underneath all the team lines in your premiership packs config file.


<record from="arsenal" to="graphics/pictures/stadium/5114336/background"/>
<record from="aston villa" to="graphics/pictures/stadium/603/background"/>
<record from="blackburn" to="graphics/pictures/stadium/612/background"/>
<record from="bolton" to="graphics/pictures/stadium/614/background"/>
<record from="charlton" to="graphics/pictures/stadium/628/background"/>
<record from="chelsea" to="graphics/pictures/stadium/630/background"/>
<record from="everton" to="graphics/pictures/stadium/650/background"/>
<record from="fulham" to="graphics/pictures/stadium/654/background"/>
<record from="liverpool" to="graphics/pictures/stadium/676/background"/>
<record from="man city" to="graphics/pictures/stadium/5114325/background"/>
<record from="man utd" to="graphics/pictures/stadium/680/background"/>
<record from="middlesbrough" to="graphics/pictures/stadium/685/background"/>
<record from="newcastle" to="graphics/pictures/stadium/688/background"/>
<record from="portsmouth" to="graphics/pictures/stadium/699/background"/>
<record from="tottenham" to="graphics/pictures/stadium/728/background"/>
<record from="west ham" to="graphics/pictures/stadium/735/background"/>
<record from="reading" to="graphics/pictures/stadium/4080054/background"/>
<record from="sheff utd" to="graphics/pictures/stadium/708/background"/>
<record from="watford" to="graphics/pictures/stadium/732/background"/>
<record from="wigan" to="graphics/pictures/stadium/737/background"/>

Save the config and reload the game, go to preferences untick "use skin cache" tick "always reload skin on confirm" and load your saved game up. Hopefully that would of worked.
bootle is offline   Reply With Quote
Old 04-22-2007, 07:02 PM   about the changes of stadium backgrounds.... Post #5
Member
 
Join Date: Apr 2005
Posts: 39
Rep Power: 0
bootle is on a distinguished road
Default

Forgot to add, the config lines above assume the pictures are called arsenal, aston villa, blackburn etc.

If they are not then you have to change team names in the config lines to whatever the pictures are called. That may be a number or name of the stadium.

If the pics are named after stadiums you'll have to change the first line to:
<record from="emirates" to="graphics/pictures/stadium/5114336/background"/>
And every other line accordingly.

If the pics are named after stadium ids you'll have to change the first line to:
<record from="5114336" to="graphics/pictures/stadium/5114336/background"/>
And every other line accordingly.

I hope thats clear enough!
bootle is offline   Reply With Quote
Old 04-23-2007, 12:11 AM   about the changes of stadium backgrounds.... Post #6
 
Join Date: Jan 1970
Posts: 0
Rep Power: 0
isAccc is infamous around these parts
Default

Thank you very much!!!

haa, but i just found out that......
in the config file, there're already both links are included. I mean the Stadium and Team....
but it still nothing is shown during the match.

why would that happened?
isAccc is offline   Reply With Quote
Old 04-23-2007, 02:48 AM   about the changes of stadium backgrounds.... Post #7
Member
 
Join Date: Apr 2005
Posts: 39
Rep Power: 0
bootle is on a distinguished road
Default

Are the Team ID numbers and the Stadium ID numbers the same?

If thats the case the maker may have made a mistake when writing the config. Many of the team IDs are different from their stadium IDs.

As an example from previous posts, arsenals team ID is 602 but their stadium ID is 5114336. If the maker put "602" in both the "team" and "stadium" line then only the team picture would show.
bootle is offline   Reply With Quote
Old 04-23-2007, 09:03 PM   about the changes of stadium backgrounds.... Post #8
 
Join Date: Jan 1970
Posts: 0
Rep Power: 0
isAccc is infamous around these parts
Default

nono....those IDs are different

what else i could do!?
isAccc is offline   Reply With Quote
Old 04-24-2007, 01:36 AM   about the changes of stadium backgrounds.... Post #9
Junior Member
 
Join Date: Jan 2007
Posts: 1
Rep Power: 0
Emperior is infamous around these parts
Default

I have the same problem, and can't get it to work.

Where do I find the stadium ID?
Emperior is offline   Reply With Quote
Old 04-24-2007, 02:15 PM   about the changes of stadium backgrounds.... Post #10
Junior Member
 
Join Date: Jan 2007
Posts: 1
Rep Power: 0
Emperior is infamous around these parts
Default

Quote:
Originally posted by Emperior:
I have the same problem, and can't get it to work.

Where do I find the stadium ID?
Quoting myself... :-P

I found out that the IDs only come with the changes for the editor in the 7.0.2 patch. So for those not installing this patch, like me, just use the editor from a previous version of fm. I opened the editor for fm2005, and found all the IDs I needed there.
Emperior is offline   Reply With Quote
Reply

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

Bookmarks

Thread Tools
Display Modes


Similar threads to about the changes of stadium backgrounds....
Thread Thread Starter Forum Replies Last Post
Help with stadium backgrounds............
Help with stadium backgrounds............: ive downloaded a stadium pack, and its in my...
GAZwil Skinning Hideout 1 12-09-2007 09:01 PM
Stadium backgrounds
Stadium backgrounds: I can't for the life of me get the background...
lee1977 Skinning Hideout 6 11-20-2007 08:49 PM
Stadium Backgrounds
Stadium Backgrounds: Does anyone know how to ge stadium backgrounds...
Andyh60 Skinning Hideout 15 11-16-2007 11:37 PM
Stadium Backgrounds
Stadium Backgrounds: Hi! Are there any way to make stadium...
Lakxe Skinning Hideout 3 11-07-2005 08:25 PM
stadium backgrounds
stadium backgrounds: can anyone tell me if i can add stadium...
Wilkie1984 Skinning Hideout 2 06-16-2005 12:37 AM

More threads of isAccc
Thread Date Forum Replies Last Post
about the changes of stadium backgrounds....
about the changes of stadium backgrounds....: hi everyone, i extracted the stadium...
04-20-2007 Skinning Hideout 9 04-24-2007 02:15 PM

Other threads in forum Skinning Hideout
Thread Date Thread Starter Replies Last Post
Moving Managers
Moving Managers: Hello Are there any editors out there (real...
05-12-2007 fredthered 2 05-12-2007 08:36 PM
Gaellic Challenge
Gaellic Challenge: Hi everyone, I just want people's opinion on...
03-25-2007 Amagerbrawler 3 03-27-2007 03:46 PM
Has anyone found competition logo's for FM07 PLEASE???
Has anyone found competition logo's for FM07 PLEASE???: I really would love some comp logo's for my game ...
11-06-2006 Fido 2 11-06-2006 06:22 PM
Harchester United (playable) patch For FM2006 to be released soon
Harchester United (playable) patch For FM2006 to be released soon: The makers of the harchester united patches...
10-20-2005 Weegie 27 11-02-2005 01:58 PM
Stadium Pics
Stadium Pics:
01-01-1970 Lagarr 0 01-01-1970 01:00 AM

» Online Users: 20
0 members and 20 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 01:15 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 about the changes of stadium backgrounds.....