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.


» Site Navigation
 > Shop
» 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,301
Threads: 84,992
Posts: 1,031,292
Top Poster: Karky (9,540)
Welcome to our newest member, stuv347
» Fitness Shop
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 11-07-2006, 01:22 PM   Changing the match screen to show more information Post #1
Newb
 
Join Date: Nov 2007
Posts: 0
Rep Power: 0
retired_foxyfoxy87 is an unknown quantity at this point
Default Changing the match screen to show more information

The match screen:

Ideally I'd like to use split screen, with the overview in the left panel and my team's ratings in the right. Highlights should show up in the left panel.

It's currently impossible to select "My team ratings" or "Opponent ratings" from the dropdown menus ratings. Instead I have to select "Home team ratings" and "Away team ratings" (with "Home team" and "Away team" substituted for the name of the team in each particular match).

If I play away in one match and select my "Away team ratings" for the right panel, then this will show my ratings for that match. But, when I play at home in the next match, the screen will show my opponent's ratings and I'll have to change it manually to show my team.

As long as there's no option to select "My team" or "Opponent's team", I thought maybe I could change the panels manually to achieve something similar, and I've come up with two possible solutions:

1. Change the right panel to show both home and away team ratings (there seems to be enough space on my 1680 pixel wide screen).

2. Change the full screen version of the overview to include the full version of the player ratings on the bottom (again, there should be enough space on a screen with height > 1024) -- and then show the highlights in full screen mode.

Does anybody know how I could go about to change these panels?
retired_foxyfoxy87 is offline   Reply With Quote
Old 11-08-2006, 09:34 PM   Changing the match screen to show more information Post #2
Registered User
 
Join Date: May 2007
Posts: 0
Rep Power: 0
retired_vpoorni is an unknown quantity at this point
Default

The contents of these panels are controled by the match.xml file located in \Football Manager 2007\data\screens

First backup the file before editing. To edit the xml file(s) you can use notepad or a webpage editor. (A webpage editor is generaly better, as they colour code the different bits of code - makes it clearer to see what you are editing)

It may be possible for you to get the game to use 3 panels in split view mode. (I haven't tried this but it looks possible).

In the match.xml file scroll down to this bit of code:

<pre class="ip-ubbcode-code-pre">&lt;container title="Dual Panel" id="mpdl" late_loading="true"&gt;&lt;layout class="arrange_horizontal_attachment" layout="-1,-1" offset="0"/&gt;&lt;layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0"/&gt;</pre>

If you change the layout="-1,-1" bit to layout="-1,-1,-1" that should display 3 panels of equal size.

After that line there should be lots of lines of code, then it should be duplicated, you'll want to create a third set of this code - this code tells the game what to display in the panel.

Copy From:

<pre class="ip-ubbcode-code-pre">&lt;container class="multi_box" id="mpll" contents_kind="bordered_box" top_kind="subtle_popup" default_item="bmin" save_current_state="true" save_default_state="true"&gt;</pre>

To

<pre class="ip-ubbcode-code-pre">&lt;/container&gt;</pre>

Should be about ~45 lines, it'll be the &lt;/container&gt; just before the above line is displayed again.


Or it may be possible to display both Home and Away stats in the same panel, by locating this code, in the same file:

<pre class="ip-ubbcode-code-pre">&lt;container class="scrolling_box" title="Home Team Ratings" id="hfms"&gt;&lt;layout class="stick_to_sides_attachment" alignment="all" inset="0"/&gt;&lt;widget class="hmst"/&gt;&lt;/container&gt;</pre>

and replace the title="Home Team Ratings" id="hfms" bit with title="Player Ratings" id="bmts" - Should display both ratings rather than just the home ratings.

You'll want to replace it in both the multi-panel containers, I assume the first instance would be for the left panel and the second for the right panel.
retired_vpoorni is offline   Reply With Quote
Old 11-09-2006, 11:10 AM   Changing the match screen to show more information Post #3
Newb
 
Join Date: Nov 2007
Posts: 0
Rep Power: 0
retired_foxyfoxy87 is an unknown quantity at this point
Default

Thanks. Looks like you know your stuff. I'll have a look at this later today.
retired_foxyfoxy87 is offline   Reply With Quote
Old 11-09-2006, 03:16 PM   Changing the match screen to show more information Post #4
Newb
 
Join Date: Nov 2007
Posts: 0
Rep Power: 0
retired_foxyfoxy87 is an unknown quantity at this point
Default

I've now had a go at changing the match screen.

It turns out that it is indeed possible to split the screen in three panels, except that doesn't seem to be properly supported: The extra panel's menu doesn't work properly and shows extra selections such as debug, and it shows "Home Team Ratings" instead of "Werder Bremen Ratings". I've therefore focused on fitting in both teams' ratings in one panel.

In the process, I've managed to add two menu items to the drop-down menu.

The first was added as follows (straight copy from the full-screen options);

<pre class="ip-ubbcode-code-pre">&lt;widget class="bmts" title="Player Ratings (1)" id="bmts"/&gt;</pre>

and shows up almost as I want it, except the title bar is shown twice. Screenshot:

Player Ratings (1)

My second menu item was added with the following code (inspired by the panels\match both team stats.xml file);

<pre class="ip-ubbcode-code-pre"> &lt;container class="scrolling_box" title="Player Ratings (2)" id="mmmm"&gt; &lt;layout class="arrange_horizontal_attachment" layout="-1,-1" offset="0"/&gt; &lt;layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true"/&gt; &lt;container class="home_match_team_stats_panel" flbg="false"/&gt; &lt;container class="away_match_team_stats_panel" flbg="false"/&gt; &lt;/container&gt;</pre>

This causes both teams' ratings to be shown, without the extra title bar, but for some reason the player names are shown on top of each other (screenshot):

Player Ratings (2)

This is something I really would like to sort out, so do you (or somebody else) have any ideas of what could be done?

(BTW: I've resized the panels to a 40/60 split instead of the default 50/50 -- looks better this way).
retired_foxyfoxy87 is offline   Reply With Quote
Old 11-09-2006, 09:37 PM   Changing the match screen to show more information Post #5
Registered User
 
Join Date: May 2007
Posts: 0
Rep Power: 0
retired_vpoorni is an unknown quantity at this point
Default

I'd leave it as the first screenshot, it works better than I would have expected it to. (You wont be able to get rid of the second title without losing it on the none split ratings screen).

For the second one, there may be a line of code that tells the game where in the panel to display the away ratings, you may need to fill in various numbers until you get it in the right position.
retired_vpoorni is offline   Reply With Quote
Old 11-10-2006, 12:45 AM   Changing the match screen to show more information Post #6
Newb
 
Join Date: Jan 2007
Posts: 0
Rep Power: 0
retired_mohajer_to_no_w is an unknown quantity at this point
Default

Would it be possible tohave player ratings, action zone and match stats all on one screen?
retired_mohajer_to_no_w is offline   Reply With Quote
Old 11-10-2006, 12:48 PM   Changing the match screen to show more information Post #7
Newb
 
Join Date: Nov 2007
Posts: 0
Rep Power: 0
retired_foxyfoxy87 is an unknown quantity at this point
Default

It actually appears to be possible:

Screen showing action zones, overview and all player ratings

Same as above, but showing highlight in left panel
retired_foxyfoxy87 is offline   Reply With Quote
Old 11-10-2006, 12:54 PM   Changing the match screen to show more information Post #8
Newb
 
Join Date: Nov 2007
Posts: 0
Rep Power: 0
retired_foxyfoxy87 is an unknown quantity at this point
Default

Sorry, didn't read your post properly. I guess this is what you wanted:

Action zones, match stats, player ratings

This is my favourite so far:

Overview, match stats, player ratings
retired_foxyfoxy87 is offline   Reply With Quote
Old 11-11-2006, 11:04 PM   Changing the match screen to show more information Post #9
Joe Blow
 
Join Date: Jan 2008
Posts: 0
Rep Power: 0
retired_tcooper79 is an unknown quantity at this point
Default

hognef,

Any chance of putting up for download the modified xml used to get the screenies in your last two posts?

fb work btw :thup:
retired_tcooper79 is offline   Reply With Quote
Old 11-12-2006, 01:07 PM   Changing the match screen to show more information Post #10
Newb
 
Join Date: Nov 2007
Posts: 0
Rep Power: 0
retired_foxyfoxy87 is an unknown quantity at this point
Default

Here's the code for the modified "match.xml":

<pre class="ip-ubbcode-code-pre">&lt;screen name="match" title="Match Screen" version="1.0"&gt;&lt;boolean id="save_current_state" value="true"/&gt;&lt;!-- items arranged from top to bottom - last item fills remaining space --&gt;&lt;layout class="arrange_vertical_attachment" alignment="top,extend" offset="0" gap="0"/&gt;&lt;!-- items stretched to fit width of screen --&gt;&lt;layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/&gt;&lt;flags id="asub" value="mpnl"/&gt;&lt;flags id="dsub" value="bmin"/&gt;&lt;!-- remaining content --&gt; &lt;container&gt;&lt;!-- items arranged from top to bottom, item at top fills remaining space --&gt;&lt;layout class="arrange_vertical_attachment" alignment="bottom, extend" offset="0"/&gt;&lt;!-- items stretched to fit width of container --&gt;&lt;layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/&gt;&lt;container id="mpnl"&gt;&lt;!-- all children fit to all sides --&gt;&lt;layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/&gt;&lt;widget class="mpmp" title="Pre Match" id="mpmp"/&gt;&lt;container class="titled_box" title="Overview" id="bmin"&gt;&lt;layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/&gt;&lt;widget class="bmin" title="Overview" id="bmin"/&gt;&lt;/container&gt;&lt;container class="titled_box" title="Match Stats" id="mtst"&gt;&lt;layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/&gt;&lt;widget class="mtst" id="mtst"/&gt;&lt;/container&gt;&lt;widget class="mazp" title="Action Zones" id="mazp"&gt;&lt;colour id="ptlc" name="white"/&gt;&lt;/widget&gt;&lt;container class="titled_box" title="Pitch" id="hilg"&gt;&lt;layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/&gt;&lt;widget class="hilg" title="Pitch" id="hilg"/&gt;&lt;/container&gt;&lt;container class="titled_box" title="Report" id="mtrp"&gt;&lt;layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/&gt;&lt;widget class="mtrp" title="Report" id="mtrp"/&gt;&lt;/container&gt;&lt;widget class="hfms" title="Home Stats" id="hfms"/&gt;&lt;widget class="afms" title="Away Stats" id="afms"/&gt;&lt;widget class="bmts" title="Player Ratings" id="bmts"/&gt;&lt;widget class="both_match_formation_panels" title="Formations[COMMENT - match screen; formations panel title]" id="bmfs"/&gt;&lt;widget class="mlsp" title="Latest Scores" id="mlsp"/&gt;&lt;widget class="mgup" title="Goal Updates" id="mgup"/&gt;&lt;container class="titled_box" title="League Table" id="mltp"&gt;&lt;layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/&gt;&lt;widget class="mltp" title="League Table" id="mltp"/&gt;&lt;/container&gt;&lt;widget class="mpst" title="Post Match" id="mpst"/&gt;&lt;container title="Dual Panel" id="mpdl" late_loading="true"&gt;&lt;layout class="arrange_horizontal_attachment" layout="-3,-2,-4" offset="0"/&gt;&lt;layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0"/&gt;&lt;container class="multi_box" id="mpll" contents_kind="bordered_box" top_kind="subtle_popup" default_item="bmin" save_current_state="true" save_default_state="true"&gt;&lt;integer id="right_embed_inset" value="5"/&gt;&lt;integer id="top_embed_inset" value="3"/&gt;&lt;record id="top_properties" auto_size="horizontal"&gt;&lt;boolean id="fixed" value="false"/&gt;&lt;flags id="spec" value="title,small"/&gt;&lt;colour name="selection"/&gt;&lt;/record&gt;&lt;flags id="view_kind" value="embedded_view_popup_button"/&gt;&lt;widget class="bmin" title="Overview" id="bmin" file="match overview small" small_version="true"/&gt;&lt;widget class="mtst" title="Match Stats" id="mtst"/&gt;&lt;widget class="mazp" title="Action Zones" id="mazp" file="match action zones small"&gt;&lt;colour id="ptlc" name="white"/&gt;&lt;/widget&gt;&lt;widget class="hilg" title="Pitch" id="hilg" file="match highlights small"/&gt;&lt;widget class="mtrp" title="Report" id="mtrp" file="match report small"/&gt;&lt;container class="scrolling_box" title="Home Team Ratings" id="hfms"&gt;&lt;layout class="stick_to_sides_attachment" alignment="all" inset="0"/&gt;&lt;widget class="hmst"/&gt;&lt;/container&gt;&lt;container class="scrolling_box" title="Away Team Ratings" id="afms"&gt;&lt;layout class="stick_to_sides_attachment" alignment="all" inset="0"/&gt;&lt;widget class="amst"/&gt;&lt;/container&gt;&lt;widget class="mlsp" title="Latest Scores" id="mlsp" MLSs="true" file="match latest scores small"/&gt;&lt;widget class="mgup" title="Goal Updates" id="mgup" MGUs="true" file="match goal update small"/&gt;&lt;widget class="mltp" title="League Table" id="mltp" MLTs="true"/&gt;&lt;widget class="match_formation_panel" id="hmtt" team_index="0" read_only="true" title="Tactics"/&gt;&lt;!-- read only match tactics --&gt;&lt;widget class="match_formation_panel" id="amtt" team_index="1" read_only="true" title="Tactics"/&gt;&lt;!-- read only match tactics --&gt;&lt;widget class="match_tactic_panel" id="emtt" title="Tactics"/&gt;&lt;!-- editable match tactics --&gt;&lt;widget class="match_debug_panel" id="mtdb" title="Debug"/&gt;&lt;widget class="match_controller_panel" id="mctr" title="Controller[COMMENT - debug only]"/&gt;&lt;/container&gt;&lt;container class="multi_box" id="mplm" contents_kind="bordered_box" top_kind="subtle_popup" default_item="mtst" save_current_state="true" save_default_state="true"&gt;&lt;integer id="right_embed_inset" value="5"/&gt;&lt;integer id="top_embed_inset" value="3"/&gt;&lt;record id="top_properties" auto_size="horizontal"&gt;&lt;boolean id="fixed" value="false"/&gt;&lt;flags id="spec" value="title,small"/&gt;&lt;colour name="selection"/&gt;&lt;/record&gt;&lt;flags id="view_kind" value="embedded_view_popup_button"/&gt;&lt;widget class="bmin" title="Overview" id="bmin" file="match overview small" small_version="true"/&gt;&lt;widget class="mtst" title="Match Stats" id="mtst"/&gt;&lt;widget class="mazp" title="Action Zones" id="mazp" file="match action zones small"&gt;&lt;colour id="ptlc" name="white"/&gt;&lt;/widget&gt;&lt;widget class="mtrp" title="Report" id="mtrp" file="match report small"/&gt;&lt;widget class="mlsp" title="Latest Scores" id="mlsp" MLSs="true" file="match latest scores small"/&gt;&lt;widget class="mgup" title="Goal Updates" id="mgup" MGUs="true" file="match goal update small"/&gt;&lt;widget class="mltp" title="League Table" id="mltp" MLTs="true"/&gt;&lt;/container&gt;&lt;container class="multi_box" id="mplr" contents_kind="bordered_box" top_kind="subtle_popup" default_item="bmts" save_current_state="true" save_default_state="true"&gt;&lt;integer id="right_embed_inset" value="5"/&gt;&lt;integer id="top_embed_inset" value="3"/&gt;&lt;record id="top_properties" auto_size="horizontal"&gt;&lt;boolean id="fixed" value="false"/&gt;&lt;flags id="spec" value="title,small"/&gt;&lt;colour name="selection"/&gt;&lt;/record&gt;&lt;flags id="view_kind" value="embedded_view_popup_button"/&gt;&lt;widget class="bmin" title="Overview" id="bmin" file="match overview small" small_version="true"/&gt;&lt;widget class="mtst" title="Match Stats" id="mtst"/&gt;&lt;widget class="mazp" title="Action Zones" id="mazp" file="match action zones small"&gt;&lt;colour id="ptlc" name="white"/&gt;&lt;/widget&gt;&lt;widget class="hilg" title="Pitch" id="hilg" file="match highlights small"/&gt;&lt;widget class="mtrp" title="Report" id="mtrp" file="match report small"/&gt;&lt;container class="scrolling_box" title="Home Team Ratings" id="hfms"&gt;&lt;layout class="stick_to_sides_attachment" alignment="all" inset="0"/&gt;&lt;widget class="hmst"/&gt;&lt;/container&gt;&lt;container class="scrolling_box" title="Away Team Ratings" id="afms"&gt;&lt;layout class="stick_to_sides_attachment" alignment="all" inset="0"/&gt;&lt;widget class="amst"/&gt;&lt;/container&gt; &lt;widget class="mlsp" title="Latest Scores" id="mlsp" MLSs="true" file="match latest scores small"/&gt;&lt;widget class="mgup" title="Goal Updates" id="mgup" MGUs="true" file="match goal update small"/&gt;&lt;widget class="mltp" title="League Table" id="mltp" MLTs="true"/&gt;&lt;widget class="match_formation_panel" id="hmtt" team_index="0" read_only="true" title="Tactics"/&gt;&lt;!-- read only match tactics --&gt;&lt;widget class="match_formation_panel" id="amtt" team_index="1" read_only="true" title="Tactics"/&gt;&lt;!-- read only match tactics --&gt;&lt;widget class="match_tactic_panel" id="emtt" title="Tactics"/&gt;&lt;!-- editable match tactics --&gt;&lt;widget class="match_debug_panel" id="mtdb" title="Debug"/&gt;&lt;widget class="match_controller_panel" id="mctr" title="Controller[COMMENT - debug only]"/&gt; &lt;widget class="bmts" title="Player Ratings" id="bmts"/&gt; &lt;container class="scrolling_box" title="Player Ratings (test)" id="mmmm"&gt; &lt;layout class="arrange_horizontal_attachment" layout="-1,-1" offset="0"/&gt; &lt;layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true"/&gt; &lt;container class="home_match_team_stats_panel" flbg="false"/&gt; &lt;container class="away_match_team_stats_panel" flbg="false"/&gt; &lt;/container&gt; &lt;/container&gt;&lt;/container&gt;&lt;/container&gt;&lt;!-- COMMENTARY --&gt;&lt;container id="cmif"&gt;&lt;flags id="styl" value="no_border, darkened"/&gt;&lt;integer id="heig" value="40"/&gt;&lt;container id="cmpc" tran="1"&gt;&lt;flags id="styl" value="thin_border"/&gt;&lt;layout class="stick_to_sides_attachment" alignment="all" inset="0"/&gt;&lt;widget class="picture" file="match/commentary/bar" id="cmbi" auto_size="vertical" rthr="85"&gt;&lt;layout class="stick_to_sides_attachment" alignment="all" inset="0"/&gt;&lt;/widget&gt;&lt;!-- commentary widget --&gt;&lt;widget class="label" id="cmnt"&gt;&lt;layout class="stick_to_sides_attachment" alignment="all" inset="0"/&gt;&lt;string id="text" value=""/&gt;&lt;integer id="size" value="12"/&gt;&lt;flags id="algn" value="centre"/&gt;&lt;colour name="text"/&gt;&lt;/widget&gt;&lt;widget class="possession_bar" id="ls5m" rthr="85"&gt;&lt;string id="text" value="Last 5 Mins"/&gt;&lt;integer id="maxv" value="100"/&gt;&lt;integer id="gap " value="40"/&gt;&lt;integer id="inse" value="80"/&gt;&lt;layout class="stick_to_sides_attachment" alignment="all" inset="8"/&gt;&lt;/widget&gt;&lt;/container&gt;&lt;/container&gt;&lt;/container&gt;&lt;/screen&gt;</pre>

You can change the relative width of each panel by locating the line
<pre class="ip-ubbcode-code-pre">&lt;layout class="arrange_horizontal_attachment" layout="-3,-2,-4" offset="0"/&gt;</pre>

and changing the numbers -3, -2, -4 to your requirements. I.e. currently the left panel takes up 3/(3+2+4) = 3/9 of the screen.

I've set the screens to show overview ("bmin"), match stats ("mtst") and player ratings ("bmts"), but this can be changed by locating the lines with "default_item" in them,

<pre class="ip-ubbcode-code-pre">&lt;container class="multi_box" id="mpll" contents_kind="bordered_box" top_kind="subtle_popup" default_item="bmin" save_current_state="true" save_default_state="true"&gt;</pre>

and then changing to the appopriate requirement (out of the ones listed for each panel - I've removed some of the standard options from the middle panel, as they didn't seem to be properly supported).

Best of luck!
retired_foxyfoxy87 is offline   Reply With Quote
Reply

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

Bookmarks

Thread Tools
Display Modes


Similar threads to Changing the match screen to show more information
Thread Thread Starter Forum Replies Last Post
please help me, part of my screen is blank and cant see key information
please help me, part of my screen is blank and cant see key information: please help me. the game installed fine and it...
barlow19 Football Manager 1 11-18-2007 10:52 PM
Any way to show fitness in squad screen?
Any way to show fitness in squad screen?: I've found very irritating to check fitness in...
Sigma Skinning Hideout 1 04-07-2006 06:48 PM
Removing the Information Start Up Screen/FM Base Start Up Screen
Removing the Information Start Up Screen/FM Base Start Up Screen: Does anyone know how to remove these screens when...
jack_hayward Skinning Hideout 3 06-11-2005 04:27 PM
Logos sometimes does not show on the screen.
Logos sometimes does not show on the screen.: When I change screens sometimes the logos will...
Brunob Skinning Hideout 3 05-07-2005 10:40 AM
Just wanted to show one match
Just wanted to show one match: OK, the match is Hull versus Everton in League...
Arisilan Scout Report 15 12-13-2003 10:11 PM

More threads of hognef
Thread Date Forum Replies Last Post
Will the fixture scheduling problems be fixed in FM 2008?
Will the fixture scheduling problems be fixed in FM 2008?: Starting from the 2nd season, international...
09-21-2007 Football Manager 6 11-15-2007 11:09 PM
Changing the match screen to show more information
Changing the match screen to show more information: The match screen: Ideally I'd like to use...
11-07-2006 Skinning Hideout 9 11-12-2006 01:07 PM
(Competition) logo sizes
(Competition) logo sizes: I'm thinking of creating some competition logos,...
10-31-2006 Skinning Hideout 7 11-01-2006 06:23 PM

Other threads in forum Skinning Hideout
Thread Date Thread Starter Replies Last Post
Editor Problems
Editor Problems: I am currently having problems with my editor....
08-14-2007 t_owen814 5 08-15-2007 07:23 PM
Background images
Background images: i have downloaded kavs stadium backgrounds off of...
04-09-2006 Jay Tabb for England 3 04-16-2006 12:09 PM
Is it possible to change the keeper kits?
Is it possible to change the keeper kits?: Just curious to know If it is possible to change...
04-02-2006 Andy timm 0 04-02-2006 10:59 AM
Hey I need serious help!! please
Hey I need serious help!! please: Hey I'm pretty new at this, and I have downloaded...
10-26-2005 ForeverUnited 1 10-26-2005 10:29 AM
Histoic update
Histoic update: I he played in a previous version of cm ( i think...
08-02-2005 renatus 2 08-02-2005 03:14 PM

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

All times are GMT +1. The time now is 08:26 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 Changing the match screen to show more information.