PDA

View Full Version : Issues with font in The Expance mocore ext



Nockthar
December 13th, 2020, 18:06
Hi,

I wanted to try the expance (MoreCore) on FGU, and I obviously have a FONT problem inherent to unity.

Here is the list of errors:


[12/13/2020 7:02:30 PM] MEASURE: RULESETS LOAD - 9.7228633 - MoreCore
[12/13/2020 7:02:30 PM] [ERROR] font: Missing TTF tag for font (defaultstringcontrol). [ExpanseV1] [graphics/graphics_fonts_mc.xml]
[12/13/2020 7:02:30 PM] [ERROR] font: Missing TTF tag for font (smallheadertext). [ExpanseV1] [graphics/graphics_fonts_mc.xml]
[12/13/2020 7:02:30 PM] [ERROR] font: Missing TTF tag for font (dieresult). [ExpanseV1] [graphics/graphics_fonts_mc.xml]
[12/13/2020 7:02:30 PM] [ERROR] font: Missing TTF tag for font (systemfont). [ExpanseV1] [graphics/graphics_fonts_mc.xml]
[12/13/2020 7:02:30 PM] [ERROR] font: Missing TTF tag for font (msgfont). [ExpanseV1] [graphics/graphics_fonts_mc.xml]
[12/13/2020 7:02:30 PM] [ERROR] font: Missing TTF tag for font (emotefont). [ExpanseV1] [graphics/graphics_fonts_mc.xml]
[12/13/2020 7:02:30 PM] [ERROR] font: Missing TTF tag for font (sheetlabel). [ExpanseV1] [graphics/graphics_fonts_mc.xml]
[12/13/2020 7:02:30 PM] [ERROR] font: Missing TTF tag for font (sheettext_green). [ExpanseV1] [graphics/graphics_fonts_mc.xml]
[12/13/2020 7:02:30 PM] [ERROR] font: Missing TTF tag for font (sheettext). [ExpanseV1] [graphics/graphics_fonts_mc.xml]
[12/13/2020 7:02:30 PM] [ERROR] font: Missing TTF tag for font (reference-r). [ExpanseV1] [graphics/graphics_fonts_mc.xml]
[12/13/2020 7:02:30 PM] [ERROR] font: Missing TTF tag for font (reference-i). [ExpanseV1] [graphics/graphics_fonts_mc.xml]
[12/13/2020 7:02:30 PM] [ERROR] font: Missing TTF tag for font (reference-b). [ExpanseV1] [graphics/graphics_fonts_mc.xml]
[12/13/2020 7:02:30 PM] [ERROR] font: Missing TTF tag for font (reference-bi). [ExpanseV1] [graphics/graphics_fonts_mc.xml]
[12/13/2020 7:02:30 PM] [ERROR] font: Missing TTF tag for font (reference-b-large). [ExpanseV1] [graphics/graphics_fonts_mc.xml]
[12/13/2020 7:02:30 PM] [ERROR] font: Missing TTF tag for font (defaultnumbercontrol). [ExpanseV1] [graphics/graphics_fonts_mc.xml]
[12/13/2020 7:02:30 PM] [ERROR] font: Missing TTF tag for font (sheetlabelinline). [ExpanseV1] [graphics/graphics_fonts_mc.xml]
[12/13/2020 7:02:30 PM] [ERROR] font: Missing TTF tag for font (chatgmfont). [ExpanseV1] [graphics/graphics_fonts_mc.xml]
[12/13/2020 7:02:30 PM] [ERROR] font: Missing TTF tag for font (narratorfont). [ExpanseV1] [graphics/graphics_fonts_mc.xml]
[12/13/2020 7:02:30 PM] [ERROR] font: Missing TTF tag for font (chatfont). [ExpanseV1] [graphics/graphics_fonts_mc.xml]

I suppose the solution to the problem is to edit the "graphics" files but I'm not sure I know what to do for Unity.

Here is an example of how it is coded:


<font name="list-empty-ps">
<fgffile name="graphics/fonts/italic-10.fgf" />
<ttf file="graphics/fonts/Candara.ttf" name="Candara SDF" size="15" italic="true" />
<color value="#26ff00" />
</font>

Please, help ;)

Sulimo
December 13th, 2020, 18:34
You might take it up with the Author of the extension.

FGU uses TTF fonts, while FGC uses FGF fonts.

The Extension will need to be updated with new fonts to work with FGU.

I think this is the thread (https://www.fantasygrounds.com/forums/showthread.php?47508-MoreCore-Extension-for-Green-Ronin-s-upcoming-EXPANSE-RPG!) it came from.

This seems to be the Author's site (https://www.starshipsandsteel.com/2019/01/the-expanse-rpg.html), you might give him a heads up, so that s/he can hopefully fix it.

Ogedei
December 14th, 2020, 20:33
Just a quick follow up on this.

I am more or less aware any extensions I released throw massive errors now having not been written for FGU. At this time I have no plans or time to revisit them.

TBH: I am surprised they didn't make this backwards compatible. Oh well.

LordEntrails
December 14th, 2020, 22:16
TBH: I am surprised they didn't make this backwards compatible. Oh well.
In general they did. But there were a few things that were so archaic about FGC that they had to throw them out. Fonts was one of them, and images were the other. Aside from that, the biggest compatibility issue actually had to do with comments in the XML; FGC allowed non standard commenting, FGU enforces the XML standard for commenting.

damned
December 14th, 2020, 23:07
Ogedei if someoen were to update them could they send back to you for linking on your site or could they upload here?

Ogedei
December 15th, 2020, 16:29
OK. I got off my *** and had a look.

Updated the fonts - it should no longer throw the error. Could be sizing issues, found and fixes some, but haven't looked with a fine tooth comb as of yet.
Updated sidebar buttons to use the "wide button" format MoreCore is currently using with text labels.

There is a lot of extraneous graphics in the extension now, but I haven't had a chance to go through it and remove them.

I know the extension throws sizing errors when you open the sheet. Doesn't affect any usability that I can tell.

Let me know if there is anything else, or if the fixes didn't take for some reason.

Ogedei