Jump to content

For Larger Text here


sparks199

Recommended Posts

here is for larger text .. which can be found in your settings folder of your skin .

open the xml file and near the bottom your see this

most will be set to vaule 7,8,9,

new vaule in red

<!-- default text settings -->

<flags id="text_font" value="fonts/vera"/>

<integer id="text_style" value="plain"/>

<integer id="text_size_small" value="8"/>

<integer id="text_size_normal" value="9"/>

<integer id="text_size_large" value="10"/>

changes look like this

attachment.php?attachmentid=15899&d=1258373559

attachment.php?attachmentid=15900&d=1258373559

if your useing the defult dark skin . and like my colors and the size off the text then just download

my settings folder and add to skins dark or download the defultdark base skin her http://community.sigames.com/showthread.php?t=154934

and add my settings folder from here >>>>http://www.fm-base.co.uk/forum/attachment.php?attachmentid=15901&d=1258374663

Link to post
Share on other sites

if you wanna keep your own colours then dont use my setting file .. just open yours and look near the bottom and your find : which should be 7,8,9, and not what iv listed below .

below are the change settings

<!-- default text settings -->

<flags id="text_font" value="fonts/vera"/>

<integer id="text_style" value="plain"/>

<integer id="text_size_small" value="8"/>

<integer id="text_size_normal" value="9"/>

<integer id="text_size_large" value="10"/>

Link to post
Share on other sites

Ok. Although i did try changing my font to Arial which worked... but all the rows and buttons etc weren't increased in width/size so the bottom of numbers and letters got cut off etc. Just confused how it seems ok on yours.. i'll have another bash later and see if it works

what skin are you useing and wot size did you change too

Link to post
Share on other sites

what skin are you useing and wot size did you change too

I didn't change the size just the font... using the dark skin(the base one so i can edit) i've put my own backgrounds and stuff and am now editing it further. I'll post back when i've tried

EDIT: I've just changed the section you said... have you changed the values by 1 for the other text settings? Or just those ones?

Link to post
Share on other sites

I didn't change the size just the font... using the dark skin(the base one so i can edit) i've put my own backgrounds and stuff and am now editing it further. I'll post back when i've tried

EDIT: I've just changed the section you said... have you changed the values by 1 for the other text settings? Or just those ones?

only the ones iv pointed out .. because thats all the default settings

Link to post
Share on other sites

I increased to 10, 11 and 12 in the XML, saved it, but no change in the size of the text in my game.

???

did you reload your skin . and check and make sure you changed the right settings

how it should look in xml ;

============================================================

TEXT SETTINGS

============================================================

-->

<!-- default text settings -->

<flags id="text_font" value="fonts/vera"/>

<integer id="text_style" value="plain"/>

<integer id="text_size_small" value="9"/>

<integer id="text_size_normal" value="9"/>

<integer id="text_size_large" value="10"/>

<!-- default hint text settings -->

so in the xml its the first one under text settings

Link to post
Share on other sites

Yes, and I just retried it again. No change in text size.

My clumsy alternative now is to change the resolution. The whole game looks a bit fuzzy and ugly, but nice big text. ;-)

dominicf, do you use exactly this skin: http://sites.google.com/site/michaeltmurrayuk/Skins/baseskinsfm2010? Larger font work for me only on this, so try it. It is the same with that in game ;)

Link to post
Share on other sites

  • 1 month later...
  • 1 month later...
  • 2 weeks later...
Interesting there in no "text_style" in the FM07 style skin.

you can add the lines to the xml settings of the skin u use ... after the last line which ends

with -->

</properties> being the last

TEXT SETTINGS

============================================================

-->

<!-- default text settings -->

<flags id="text_font" value="fonts/vera"/>

<integer id="text_style" value="plain"/>

<integer id="text_size_small" value="9"/>

<integer id="text_size_normal" value="9"/>

<integer id="text_size_large" value="11"/>

<!-- default hint text settings -->

<flags id="hint_font" value="fonts/vera"/>

<integer id="hint_style" value="plain"/>

<integer id="hint_size" value="9"/>

<!-- default control text settings -->

<flags id="control_font" value="fonts/vera"/>

<integer id="control_style" value="plain"/>

<integer id="control_size_small" value="9"/>

<integer id="control_size_normal" value="10"/>

<integer id="control_size_large" value="10"/>

<!-- default menu text settings -->

<flags id="menu_font" value="fonts/vera"/>

<integer id="menu_style" value="plain"/>

<integer id="menu_size_small" value="9"/>

<integer id="menu_size_normal" value="9"/>

<integer id="menu_size_large" value="10"/>

<integer id="menu_opacity" value="500"/>

<!-- default title text settings -->

<flags id="title_font" value="fonts/vera"/>

<integer id="title_style" value="semi_bold"/>

<integer id="title_size_large" value="15"/>

<integer id="title_size_normal" value="14"/>

<integer id="title_size_small" value="11"/>

<!-- text settings that vary from the defaults

<integer id="hint_size" value="9"/>

<integer id="title_size_large" value="16"/>

<integer id="title_size_normal" value="14"/>

<integer id="title_size_small" value="11"/>

<integer id="title_style" value="vera"/>

<integer id="menu_size_small" value="9"/>

<integer id="menu_size_normal" value="9"/>

<integer id="menu_size_large" value="10"/>

<integer id="control_size_normal" value="9"/>

<integer id="text_size_small" value="9" />

<integer id="text_size_normal" value="9" />

<integer id="text_size_large" value="9" /> -->

<!-- font style weigtings -->

<list id="font_settings">

<record>

<flags id="font" value="vera"/>

<!-- bold modifiers (modifies the base bold value for bold text) -->

<record id="bold">

<real id="horizontal" value="1.8"/>

<real id="vertical" value="1.8"/>

</record>

<record id="semi_bold">

<real id="horizontal" value="1.3"/>

<real id="vertical" value="1.3"/>

</record>

<record id="light_bold">

<real id="horizontal" value="0.9"/>

<real id="vertical" value="0.9"/>

</record>

<record id="very_light_bold">

<real id="horizontal" value="0.6"/>

<real id="vertical" value="0.6"/>

</record>

<record id="plain">

<real id="horizontal" value="0.3"/>

<real id="vertical" value="0.3"/>

</record>

</record>

</list>

<!-- misc properties -->

<real id="background_opacity" value="1.0"/>

<integer id="dcht" value="22" comment="default control height"/>

</properties>

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...