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,113
Threads: 85,025
Posts: 1,031,300
Top Poster: Karky (9,536)
Welcome to our newest member, brandclothing
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 02-18-2006, 03:09 AM   WIP | After Dark Post #1
Registered User
 
Join Date: Apr 2007
Posts: 3
Rep Power: 0
allygator is an unknown quantity at this point
Default WIP | After Dark

So i finally decided to have a crack at skinning on FM06, so far so good it's nothing radical.

screenshot

I've ran in to a few problems, such as the year being cut off in the date and I can't seem to find the xml to move the home|europe|england out from under the tree menu, i'll try to move it along a bit once i find it.
allygator is offline   Reply With Quote
Old 02-18-2006, 03:13 AM   WIP | After Dark Post #2
Registered User
 
Join Date: May 2007
Posts: 0
Rep Power: 0
retired_lidaltd is an unknown quantity at this point
Default

It reminds me a bit of swoooosh
retired_lidaltd is offline   Reply With Quote
Old 02-18-2006, 03:18 AM   WIP | After Dark Post #3
Registered User
 
Join Date: Apr 2007
Posts: 3
Rep Power: 0
allygator is an unknown quantity at this point
Default

Was the template i based it on *whistles innocently*

I haven't changed everything yet.
allygator is offline   Reply With Quote
Old 02-18-2006, 12:42 PM   WIP | After Dark Post #4
Registered User
 
Join Date: Feb 2007
Posts: 0
Rep Power: 0
retired_Lcord is an unknown quantity at this point
Default

Don't forget to contact the original maker - they don't appreciate adaptation without credit.
retired_Lcord is offline   Reply With Quote
Old 02-18-2006, 04:34 PM   WIP | After Dark Post #5
Registered User
 
Join Date: Apr 2007
Posts: 3
Rep Power: 0
allygator is an unknown quantity at this point
Default

Yes you are quite right however it isn't an adaptation of swoooosh, other than the morale icons there is nothing left belonging to the base template.
allygator is offline   Reply With Quote
Old 02-18-2006, 05:32 PM   WIP | After Dark Post #6
Registered User
 
Join Date: Apr 2007
Posts: 1
Rep Power: 0
Curvature is an unknown quantity at this point
Default

nice looking skin mate how do you add rangers to the premiership ?
Curvature is offline   Reply With Quote
Old 02-18-2006, 07:19 PM   WIP | After Dark Post #7
Registered User
 
Join Date: May 2007
Posts: 0
Rep Power: 0
retired_vpoorni is an unknown quantity at this point
Default

Quote:
Originally posted by Gary Toner:
So i finally decided to have a crack at skinning on FM06, so far so good it's nothing radical.

screenshot

I've ran in to a few problems, such as the year being cut off in the date and I can't seem to find the xml to move the home|europe|england out from under the tree menu, i'll try to move it along a bit once i find it.
Breadcrumbs Home|Europe|England

To get the breadcrumbs menu (home|europe|england bit) in front of the tree menu (called sections area in xml files) you can have it so that the tree graphic ends when it gets to the footer that contains the breadcrumbs, open the global panels.xml file in the panels folder for your skin (open with notepad/wordpad or webpage editor), scroll down to the lines that look like this:

<pre class="ip-ubbcode-code-pre"> &lt;!-- sections area on the side of the screen --&gt;&lt;container id="sect" file="sections"&gt; &lt;!-- stick to left of screen --&gt;&lt;layout class="stick_to_sides_attachment" alignment="left"/&gt; &lt;layout class="fit_children_attachment" alignment="horizontal" offset="0"/&gt; &lt;!-- stick to bottom of header panel --&gt;&lt;layout class="stick_to_object_attachment" target="head" get_side="bottom" set_side="top" inset="0"/&gt;&lt;!-- stick to top of footer panel --&gt;&lt;layout class="stick_to_object_attachment" target="foot" get_side="top" set_side="bottom" inset="0"/&gt; </pre>

Depending on the skin the code may be a bit different, but this code above will tell the tree menu to end at the header and footer.

If you want the blue bit of the tree menu to be behind the breadcrumbs menu, then just cut and past the code for the sections panel in the global panels file, higher up the file, you'll want to move all the code inbetween:

<pre class="ip-ubbcode-code-pre">&lt;!-- sections area on the side of the screen --&gt;&lt;container id="sect" file="sections"&gt;</pre>

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

Move the code so that it is above the code for the header and footer in the global panels.xml file, this makes the sections panel sit behind the header and footer.

When you move the sections code, make sure it is BELOW this bit of code:
<pre class="ip-ubbcode-code-pre"> &lt;!-- Panels Box --&gt;&lt;!-- Contains global panels - also the container for the screen --&gt;&lt;container id="pnls"&gt; &lt;layout class="stick_to_sides_attachment" alignment="all" inset="0"/&gt;</pre>

Your best off making a copy of the file before editing it.

Date

This one can be a bit tricky, open the header.xml file for your skin, I don't have the swoosh skin code at hand so I'm assuming you have the date to the left and the news ticker/progress bar in the middle? So as far as I can remember you need to tell the game to increase the container size for the date, find this bit of code in the header.xml file (yours may be slightly different):

<pre class="ip-ubbcode-code-pre">&lt;!-- ticker area --&gt;&lt;container&gt;&lt;layout class="arrange_horizontal_attachment" layout="180,-1,180" align="centre" offset="0" gap="0"/&gt;&lt;layout class="stick_to_sides_attachment" alignment="top" inset="-32" /&gt;&lt;layout class="stick_to_sides_attachment" alignment="all" inset="0" /&gt;&lt;container/&gt;</pre>

On the first line you want to change the layout="180,-1,180" bit, increasing the 180 numbers should leave more room for the date to show, don't increase by too much otherwise the ticker may have problems.

(Also to ensure the quickflicks showup, you may want to change them so that they take on the teams text colour).
retired_vpoorni is offline   Reply With Quote
Old 02-18-2006, 07:44 PM   WIP | After Dark Post #8
Registered User
 
Join Date: Mar 2007
Posts: 0
Rep Power: 0
retired_shankyjammy is an unknown quantity at this point
Default

Quote:
Originally posted by US ARSENAL:
nice looking skin mate how do you add rangers to the premiership ?
i reckon he probably used the editor
retired_shankyjammy is offline   Reply With Quote
Old 02-18-2006, 10:40 PM   WIP | After Dark Post #9
Registered User
 
Join Date: Apr 2007
Posts: 3
Rep Power: 0
allygator is an unknown quantity at this point
Default

Thanks alot Michael :thup:

US Arsenal i used a swap teams edt file
allygator is offline   Reply With Quote
Old 02-19-2006, 12:17 AM   WIP | After Dark Post #10
Registered User
 
Join Date: Apr 2007
Posts: 3
Rep Power: 0
allygator is an unknown quantity at this point
Default

Little update, nothing much is changed mostly just the fonts

here

Player Profile
allygator is offline   Reply With Quote
Reply

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

Bookmarks

Thread Tools
Display Modes


Similar threads to WIP | After Dark
Thread Thread Starter Forum Replies Last Post
The Dark Knight
The Dark Knight: As this thread is closed thought i'd start a new...
Gregg Carter The Pub 70 11-30-2007 12:33 AM
[wip] After Dark 2
[wip] After Dark 2: Been working on an update of my original after...
Gary Toner Skinning Hideout 17 07-09-2006 10:25 AM
After Dark Released!
After Dark Released!: download link screenshot link Nothing...
Gary Toner Skinning Hideout 20 02-25-2006 06:54 AM
Please help with Dark photos
Please help with Dark photos: :(| I took some digital photos for my church and...
chillman General Photoshop Board 9 07-07-2004 10:35 PM
Digital Dark Art
Digital Dark Art: Hi guys, im newbie here.. There's anyone here...
eeklah General Photoshop Board 12 12-30-2003 07:59 AM

More threads of Gary Toner
Thread Date Forum Replies Last Post
What's your favourite Eau De Toilette/Cologne?
What's your favourite Eau De Toilette/Cologne?: I some new stinky stuff and I am open to new...
11-03-2007 The Pub 38 11-04-2007 12:55 PM
FM Torque *release*
FM Torque *release*: Screenshot Download Hope you enjoy.
05-14-2005 Skinning Hideout 3 05-16-2005 04:04 AM
Borussia Dortmund *wip*
Borussia Dortmund *wip*: Screenshot Just started it last night so...
04-15-2005 Skinning Hideout 7 04-17-2005 03:41 PM
[WIP] Rangers Skin
[WIP] Rangers Skin: I was bored so i thought i'd try and knock...
02-02-2005 Skinning Hideout 5 03-08-2005 05:02 PM
To Hell and Back - a Scottish Tale
To Hell and Back - a Scottish Tale: The year 2004 and Berti Vogts had just been...
12-04-2004 Football Manager 22 12-23-2004 05:00 PM

Other threads in forum Skinning Hideout
Thread Date Thread Starter Replies Last Post
need help to change the ball
need help to change the ball: i have the "Jako Balls" file containing a number...
11-19-2007 we 4re the people 4 11-19-2007 10:14 PM
Created Players and Art Money
Created Players and Art Money: I created a few players into a new database, and...
11-08-2007 liamstack151 0 11-08-2007 05:44 PM
Swedish League Structure
Swedish League Structure: Hi, Can anyone point me towards a...
03-31-2007 David Robinson 5 04-17-2007 06:51 PM
Edit Club Finances Question
Edit Club Finances Question: Hello, This is my first post here, so i hope...
12-12-2006 Masch 0 12-12-2006 01:18 PM
maximum capacity
maximum capacity: i have edited my gateshead team stadium to hold...
03-24-2006 leroy brown 7 04-09-2006 12:52 AM

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

All times are GMT +1. The time now is 06:01 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 WIP | After Dark.