Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Hello, QZ Productions!

As a sanity check:

1. In what format is the font?

2. Double check that the font is properly shown in newer versions of Chrome first. There is a possibility that the font file is borked.

(1 edit)

All fonts are TrueType font format and both appear to display in Chrome just fine (the default font is Roboto, from Google Fonts, so I'd hope that one at least works in Chrome lol)

EDIT: Additionally, I have Yanfly's message core and load custom fonts plugins installed, if that also helps. No other font-related shenanigans to speak of.

(+1)

Hmm... This is certainly weird. I do wonder if it's a specific issue with the version that the tool uses by default. To test this out:

Download v0.53.1 of nwjs (the sdk version) from here:  https://dl.nwjs.io/v0.53.1/
Then open a command line, cd to the nwjs folder (after unpacking) and run nw.exe --nwapp="<path to the game>" (Replace the <> with the actual path). If it also happens with that, then it's very likely that there's a compatibility issue with nwjs.

(2 edits)

It DOES occur on that version of nwjs! I think you're onto something!

To note, prior to downloading this tool I'd been upgrading the nwjs to version 0.72.0 manually to test for optimal performance, and the text glitching does not occur on that newer version.

(+1)

I see.

If you are going to stick with version 0.72.0 of nwjs, you can either:

  • Set v0.72.0 as the default for new projects via Projects -> Default Project Settings -> Edit. Note that this only applies on new projects. 
  • Or (if it's just this one): Projects -> Project Settings

On the Essentials tab, you'll find the setting that selects the version of nwjs. Simply select 0.72.0 from the drop down.

That actually worked! I think the issue was that I accidentally skipped the step where I downloaded my preferred version of nwjs, or I wasn't paying attention to the version the program was downloading.

Either way, thanks so much! Hopefully this helps anyone else with similar problems in the future :)