| » Stats |
Members: 103,304
Threads: 84,992
Posts: 1,031,292
Top Poster: Karky (9,540) | | Welcome to our newest member, clsimpson88 | |
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.
 |
12-12-2006, 10:08 PM
|
Strange problem with Lightning skin font Post #1 | | Newb
Join Date: May 2007
Posts: 0
Rep Power: 0 | 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?
|
| |
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 |
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.
|
| |
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 |
radestock is right.
I think lightning skin's default is the right hand side version.
|
| |
12-14-2006, 02:45 PM
|
Strange problem with Lightning skin font Post #4 | | Newb
Join Date: May 2007
Posts: 0
Rep Power: 0 |
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
|
| |
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 |
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"> <string id="name"... /><string id="author"... /><string id="description"... /><string id="version"... /><flags id="parent"... /><string id="required_version" value="7.0.0" /> </pre>
This should mean the left inherits everything from the right - text font and size included.
|
| |
12-14-2006, 06:13 PM
|
Strange problem with Lightning skin font Post #6 | | Newb
Join Date: May 2007
Posts: 0
Rep Power: 0 |
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?
|
| |
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 |
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"><?xml version="1.0" encoding="UTF-8"?><!DOCTYPE propertylist SYSTEM "http://www.sigames.com/dtds/propertylist.dtd"><properties version="1.0"><string id="name" value="Flexion (Right)[COMMENT: skin for FM 2007]"/><string id="author" value="Sports Interactive"/><string id="description" value="Right sided version"/><string id="version" value="1.0"/><flags id="parent" value="flexion"/><string id="required_version" value="7.0.0" /></properties></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.
|
| |
12-15-2006, 08:20 PM
|
Strange problem with Lightning skin font Post #8 | | Newb
Join Date: May 2007
Posts: 0
Rep Power: 0 |
no error this time but still small text :S
|
| |
12-16-2006, 12:12 PM
|
Strange problem with Lightning skin font Post #9 | | Newb
Join Date: May 2007
Posts: 0
Rep Power: 0 |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE propertylist SYSTEM "http://www.sigames.com/dtds/propertylist.dtd">
<!--
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
-->
<properties version="1.0">
<!-- skin details -->
<string id="name" value="Lightning 3.0 (FM07) (LHS)[COMMENT: skin for FM 2007]"/><!-- The name of the skin -->
<string id="author" value="FreddyDK"/><!-- The author name -->
<string id="description" value="The popular Lightning skin, in a new and much bettered version for Football Manager 2007. Left handed version."/><!-- Short description -->
<string id="version" value="1.0"/><!-- The version number -->
<flags id="parent" value="lightningskin07"/>
<!--
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.
-->
<string id="required_version" value="7.0.0" />
<real id="bgop" value="0.1"/><!-- Background opacity to determine how see through this colour is -->
<integer id="cmod" value="1"/><!-- Colour Mode -->
<!-- TOOLTIP PROPERTIES -->
<flags id="hnfn" value="fonts/fm main" comment="hint font"/>
<integer id="hnst" value="0"/><!-- Style -->
<integer id="hnss" value="10"/><!-- Font size -->
<!-- TITLE PROPERTIES -->
<flags id="tlfn" value="fonts/fm title" comment=" title font "/>
<integer id="tlss" value="21"/><!-- Large font size -->
<integer id="tlsn" value="17"/><!-- Normal font size -->
<integer id="tlsl" value="11"/><!-- Small font size -->
<integer id="tlst" value="shadowed"/><!-- title text style -->
<!-- MENU PROPERTIES -->
<flags id="mnfn" value="fonts/fm main" comment=" popup menu font "/>
<integer id="mnss" value="9"/><!-- Small font size -->
<integer id="mnsn" value="10"/><!-- Normal font size -->
<integer id="mnsl" value="12"/><!-- Large font size -->
<integer id="mnst" value="shadowed"/><!-- menu text style -->
<!-- BUTTON PROPERTIES -->
<flags id="cnfn" value="fonts/fm main" comment=" Button Font "/>
<integer id="cnss" value="9"/><!-- Small font size -->
<integer id="cnsn" value="10"/><!-- Normal font size -->
<integer id="cnsl" value="12"/><!-- Large font size -->
<integer id="cnst" value="shadowed"/><!-- button text style -->
<!-- TEXT PROPERTIES -->
<flags id="txfn" value="fonts/fm main" comment=" Text font "/>
<integer id="txss" value="9" /><!-- text size small -->
<integer id="txsn" value="10" /><!-- text size normal -->
<integer id="txsl" value="12" /><!-- text size large -->
<integer id="txst" value="shadowed"/><!-- text style -->
</properties>
|
| |
12-16-2006, 12:13 PM
|
Strange problem with Lightning skin font Post #10 | | Newb
Join Date: May 2007
Posts: 0
Rep Power: 0 |
would it be possible for you to edit that so it works? thanks
|
| |  | | Thread Tools | | | | Display Modes | Linear Mode |
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. | |