[4.4.2.3] "??"
Posted: Mon Jul 13, 2026 11:09 am
Not really sure where to start that topic, but basically, one of the recent updates made some unknown characters to display as "??" when originally they displayed as just invisible characters, when originally some displayed as just empty spaces. Here's screenshots of two different versions handling the same thing differently for comparison:
Here's what the text file itself looks like:
Now, I'm not sure if that was intentional or not, but that was probably done to support more characters (potentially?), but I actually utilized one of these "invisible" characters, mostly for info screens to hide some text fields empty, especially music info, you can see that in the first screenshot above.
I'm not saying this change should be reverted, but I think there at least should be a way to have some of these fields to be empty just for such cases, maybe a character the game itself would never use that would render empty. And for context, it can't be just space, since using space basically means no input, therefore it uses whatever the game has by default for it. In my case, the "played:" field would just display as "Level 001" since I didn't replace it with anything valid:
Is there any potential solution to this besides weird workarounds? (although it was a workaround of it's own)
Here's what the text file itself looks like:
Code: Select all
title_header: level x-1 theme
title: starworx v2
artist_header: by 4-mat of anarchy
artist: composed in jul 4th of 2000
played_header: updated in sep 13th of 2004
played: ъ # --- the dummy character I use as invisible, irrelevant in current versionsNow, I'm not sure if that was intentional or not, but that was probably done to support more characters (potentially?), but I actually utilized one of these "invisible" characters, mostly for info screens to hide some text fields empty, especially music info, you can see that in the first screenshot above.
I'm not saying this change should be reverted, but I think there at least should be a way to have some of these fields to be empty just for such cases, maybe a character the game itself would never use that would render empty. And for context, it can't be just space, since using space basically means no input, therefore it uses whatever the game has by default for it. In my case, the "played:" field would just display as "Level 001" since I didn't replace it with anything valid:
Code: Select all
title_header: level x-1 theme
title: starworx v2
artist_header: by 4-mat of anarchy
artist: composed in jul 4th of 2000
played_header: updated in sep 13th of 2004
played: Is there any potential solution to this besides weird workarounds? (although it was a workaround of it's own)