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,304
Threads: 84,992
Posts: 1,031,292
Top Poster: Karky (9,540)
Welcome to our newest member, clsimpson88
» 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 12-12-2006, 10:08 PM   Strange problem with Lightning skin font Post #1
Newb
 
Join Date: May 2007
Posts: 0
Rep Power: 0
retired_kewl.violet is an unknown quantity at this point
Default Strange problem with Lightning skin font

I've changed the font for the Lightning skin i am currently using, works fine.

But then it appeared kind of small, so i edited the .xml file in the lightning skin folder, and made it 2 points larger on every bit of text. Worked fine.

Then i changed the .xml file in the Lightning Left Hand Side version, which i use, and edited it exactly how i did the right hand version.

But the Left Hand Version keeps the new font but stays in the original smaller size and wont increase, even tho i've edited the .xml file it still appears the same.

Anyone know why this is?
retired_kewl.violet is offline   Reply With Quote
Old 12-12-2006, 11:43 PM   Strange problem with Lightning skin font Post #2
Registered User
 
Join Date: May 2007
Posts: 17
Rep Power: 0
Norfolk_boy is an unknown quantity at this point
Default

It sounds like something to do with inheritence going wrong.

Essentially, one of the versions should use files from the other to save space etc, only having files of it's own when they are different.

if you look in the main skin .xml file of each version one of them should have the line:

<flags id="parent"..../>

this is the version that is inheriting from the other. So you don't need to change the font in both versions. Essentially all you need is to delete any lines in the inheriting version that change the text - because you changed the font and size in the other version it will be changed in this too. Changing the font again might be causing the issue.

Of course I've not got the skin in question but I assume this is how it's set up - it should be.
Norfolk_boy is offline   Reply With Quote
Old 12-13-2006, 03:56 AM   Strange problem with Lightning skin font Post #3
Registered User
 
Join Date: Jul 2007
Posts: 0
Rep Power: 0
retired_momma4alex is an unknown quantity at this point
Send a message via AIM to retired_momma4alex Send a message via MSN to retired_momma4alex Send a message via Yahoo to retired_momma4alex
Default

radestock is right.

I think lightning skin's default is the right hand side version.
retired_momma4alex is offline   Reply With Quote
Old 12-14-2006, 02:45 PM   Strange problem with Lightning skin font Post #4
Newb
 
Join Date: May 2007
Posts: 0
Rep Power: 0
retired_kewl.violet is an unknown quantity at this point
Default

ok thanks, i've found the .xml files for right and left hand versions, and found the line:

<flag id="parent" value="lightningskin07"/>

this was in the left hand version's .xml

Im still unsure of what lines i am supposed to be deleting exactly? any help? thanks
retired_kewl.violet is offline   Reply With Quote
Old 12-14-2006, 03:02 PM   Strange problem with Lightning skin font Post #5
Registered User
 
Join Date: May 2007
Posts: 17
Rep Power: 0
Norfolk_boy is an unknown quantity at this point
Default

ok, so the left is inheriting from the right.

You can delete all the tags in the left hand version except :

<pre class="ip-ubbcode-code-pre"> &lt;string id="name"... /&gt;&lt;string id="author"... /&gt;&lt;string id="description"... /&gt;&lt;string id="version"... /&gt;&lt;flags id="parent"... /&gt;&lt;string id="required_version" value="7.0.0" /&gt; </pre>

This should mean the left inherits everything from the right - text font and size included.
Norfolk_boy is offline   Reply With Quote
Old 12-14-2006, 06:13 PM   Strange problem with Lightning skin font Post #6
Newb
 
Join Date: May 2007
Posts: 0
Rep Power: 0
retired_kewl.violet is an unknown quantity at this point
Default

i deleted everything apart from what you said, and now i get array access out of bounds error when i try to get on Football Manager 07. Are you sure theres not another way of fixing this?
retired_kewl.violet is offline   Reply With Quote
Old 12-14-2006, 06:37 PM   Strange problem with Lightning skin font Post #7
Registered User
 
Join Date: May 2007
Posts: 17
Rep Power: 0
Norfolk_boy is an unknown quantity at this point
Default

Sounds like you have literally done what i said and deleted EVERYTHING apart from those lines - or you haven't closed a tag properly.

This is how the flexion (right) xml looks (minus all the comments etc) - just make sure your lightening (left) xml looks similar (obviously with lightening's details)


<pre class="ip-ubbcode-code-pre">&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!DOCTYPE propertylist SYSTEM "http://www.sigames.com/dtds/propertylist.dtd"&gt;&lt;properties version="1.0"&gt;&lt;string id="name" value="Flexion (Right)[COMMENT: skin for FM 2007]"/&gt;&lt;string id="author" value="Sports Interactive"/&gt;&lt;string id="description" value="Right sided version"/&gt;&lt;string id="version" value="1.0"/&gt;&lt;flags id="parent" value="flexion"/&gt;&lt;string id="required_version" value="7.0.0" /&gt;&lt;/properties&gt;</pre>

if it's still coming up with an error then you have left fragments of code or haven't closed a tag properly. It should work.
Norfolk_boy is offline   Reply With Quote
Old 12-15-2006, 08:20 PM   Strange problem with Lightning skin font Post #8
Newb
 
Join Date: May 2007
Posts: 0
Rep Power: 0
retired_kewl.violet is an unknown quantity at this point
Default

no error this time but still small text :S
retired_kewl.violet is offline   Reply With Quote
Old 12-16-2006, 12:12 PM   Strange problem with Lightning skin font Post #9
Newb
 
Join Date: May 2007
Posts: 0
Rep Power: 0
retired_kewl.violet is an unknown quantity at this point
Default

&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;!DOCTYPE propertylist SYSTEM "http://www.sigames.com/dtds/propertylist.dtd"&gt;

&lt;!--
The commands in this file will override the defaults contained in settings.xml (fm2005/data direcrory)

Any of these commands can be taken from the settings.xml, edited and placed here to change the look for your skin
--&gt;

&lt;properties version="1.0"&gt;

&lt;!-- skin details --&gt;
&lt;string id="name" value="Lightning 3.0 (FM07) (LHS)[COMMENT: skin for FM 2007]"/&gt;&lt;!-- The name of the skin --&gt;
&lt;string id="author" value="FreddyDK"/&gt;&lt;!-- The author name --&gt;
&lt;string id="description" value="The popular Lightning skin, in a new and much bettered version for Football Manager 2007. Left handed version."/&gt;&lt;!-- Short description --&gt;
&lt;string id="version" value="1.0"/&gt;&lt;!-- The version number --&gt;


&lt;flags id="parent" value="lightningskin07"/&gt;

&lt;!--
Minimum game version this skin requires to be valid, and listed as an option in the list of skins .

This is used for two things:
- F irst of all you can force a sking to only be availble for a minimum minor release (ie patch), in other words
setting the required_version to 7.0.1 makes sure the skin won't be listed if the game is in version 7.0.0.
- Secondly, the first number ("major version") is used to decide which version the skin was designed for,
so if the version is "7.0.0" it won't be listed in the list of skins if the game version is "6.0.0." or "8.0.0",
even though 7 is less than 8.
--&gt;
&lt;string id="required_version" value="7.0.0" /&gt;

&lt;real id="bgop" value="0.1"/&gt;&lt;!-- Background opacity to determine how see through this colour is --&gt;

&lt;integer id="cmod" value="1"/&gt;&lt;!-- Colour Mode --&gt;

&lt;!-- TOOLTIP PROPERTIES --&gt;
&lt;flags id="hnfn" value="fonts/fm main" comment="hint font"/&gt;
&lt;integer id="hnst" value="0"/&gt;&lt;!-- Style --&gt;
&lt;integer id="hnss" value="10"/&gt;&lt;!-- Font size --&gt;

&lt;!-- TITLE PROPERTIES --&gt;
&lt;flags id="tlfn" value="fonts/fm title" comment=" title font "/&gt;
&lt;integer id="tlss" value="21"/&gt;&lt;!-- Large font size --&gt;
&lt;integer id="tlsn" value="17"/&gt;&lt;!-- Normal font size --&gt;
&lt;integer id="tlsl" value="11"/&gt;&lt;!-- Small font size --&gt;
&lt;integer id="tlst" value="shadowed"/&gt;&lt;!-- title text style --&gt;

&lt;!-- MENU PROPERTIES --&gt;
&lt;flags id="mnfn" value="fonts/fm main" comment=" popup menu font "/&gt;
&lt;integer id="mnss" value="9"/&gt;&lt;!-- Small font size --&gt;
&lt;integer id="mnsn" value="10"/&gt;&lt;!-- Normal font size --&gt;
&lt;integer id="mnsl" value="12"/&gt;&lt;!-- Large font size --&gt;
&lt;integer id="mnst" value="shadowed"/&gt;&lt;!-- menu text style --&gt;

&lt;!-- BUTTON PROPERTIES --&gt;
&lt;flags id="cnfn" value="fonts/fm main" comment=" Button Font "/&gt;
&lt;integer id="cnss" value="9"/&gt;&lt;!-- Small font size --&gt;
&lt;integer id="cnsn" value="10"/&gt;&lt;!-- Normal font size --&gt;
&lt;integer id="cnsl" value="12"/&gt;&lt;!-- Large font size --&gt;
&lt;integer id="cnst" value="shadowed"/&gt;&lt;!-- button text style --&gt;

&lt;!-- TEXT PROPERTIES --&gt;
&lt;flags id="txfn" value="fonts/fm main" comment=" Text font "/&gt;
&lt;integer id="txss" value="9" /&gt;&lt;!-- text size small --&gt;
&lt;integer id="txsn" value="10" /&gt;&lt;!-- text size normal --&gt;
&lt;integer id="txsl" value="12" /&gt;&lt;!-- text size large --&gt;
&lt;integer id="txst" value="shadowed"/&gt;&lt;!-- text style --&gt;

&lt;/properties&gt;
retired_kewl.violet is offline   Reply With Quote
Old 12-16-2006, 12:13 PM   Strange problem with Lightning skin font Post #10
Newb
 
Join Date: May 2007
Posts: 0
Rep Power: 0
retired_kewl.violet is an unknown quantity at this point
Default

would it be possible for you to edit that so it works? thanks
retired_kewl.violet is offline   Reply With Quote
Reply

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

Bookmarks

Thread Tools
Display Modes


Similar threads to Strange problem with Lightning skin font
Thread Thread Starter Forum Replies Last Post
lightning skin left hand version ?
lightning skin left hand version ?: i have a skin called "lightning 3.0" its a great...
kenichan Skinning Hideout 1 04-09-2007 06:23 PM
Lightning Skin 07
Lightning Skin 07: i have downloaded freddydk's lightning skin for...
K. Skinning Hideout 1 12-26-2006 08:05 PM
Having problem with panels and Lightning Skin
Having problem with panels and Lightning Skin: I have a problem. I have a logo right near my...
RedmanJB Skinning Hideout 6 11-19-2006 11:53 PM
Lightning Skin 2007 - Released !
Lightning Skin 2007 - Released !: The Lightning skin for FM07 is released ...
yj Skinning Hideout 46 11-15-2006 10:47 PM
Help Needed for Lightning Skin 2007
Help Needed for Lightning Skin 2007: Unsure if anyone has seen this issue but...
smithy25 Skinning Hideout 6 11-05-2006 10:55 AM

More threads of TerryHenry
Thread Date Forum Replies Last Post
Changing fonts
Changing fonts: i've downloaded a skin, and want to change the...
12-11-2006 Skinning Hideout 0 12-11-2006 06:15 PM
FM07 Style Kits
FM07 Style Kits: Can anyone upload the kits that come with...
11-16-2006 Skinning Hideout 7 11-19-2006 03:30 PM
Big Kits
Big Kits: does anyone know where to download all the 'Big...
11-02-2006 Skinning Hideout 14 11-04-2006 12:47 PM
data update
data update: Will there be a data update with january...
01-11-2006 Skinning Hideout 1 01-11-2006 03:50 PM
Font
Font: does anyone have the GE Inspira font they can...
04-19-2005 Skinning Hideout 1 04-20-2005 01:34 PM

Other threads in forum Skinning Hideout
Thread Date Thread Starter Replies Last Post
Please Help
Please Help: I Try to put my own team of full players into any...
12-16-2007 AvAHixson 2 12-16-2007 08:30 PM
how do i get fm weegie update to work with patch 7.02?
how do i get fm weegie update to work with patch 7.02?: im desperate ro get my weegie update to work but...
07-16-2007 chaddy07 0 07-16-2007 07:55 PM
Money and Balance Problems
Money and Balance Problems: I have read many of the threads about the Money...
11-04-2006 yaba 1 11-25-2006 07:15 PM
FM FINLAND
FM FINLAND: Hi does anyone know if the latest FM FINLAND...
08-22-2005 slimsavery 37 12-02-2005 08:32 PM
Middlesbrough or premiership gace pack FM2006
Middlesbrough or premiership gace pack FM2006: Hi everyone, Anyone know where i can find a...
10-21-2005 GreyWolf 1 10-23-2005 07:45 PM

» Online Users: 16
0 members and 16 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 09:59 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 Strange problem with Lightning skin font.