Default descriptions are being formatted wrong

Issue #38 resolved
Dark Akuma created an issue

As a result, you don’t them when you select Edit Meta Info. It’s just blank.

When you hover your mouse over the details image, the tooltip shows the description. Just with escape characters.

Somewhere the string sanitizing got broken.

Comments (6)

  1. Dark Akuma reporter

    And some are not showing at all. Not sure. It might be from db’s made with earlier versions of the alpha.

  2. Dark Akuma reporter

    Addressed both, but leaving unresolved for now.

    Wrong formatting was because of the switch from Main_Strings to Resources.resx.

    Empty Edit window was because of using the outdated _en type GameTitle variables.

  3. Dark Akuma reporter

    Did work on this some more. Part of it was because “\r” characters were ending up in the default description, but are not supported by the NSO UI.

    Another issue was a bad string comparison that was making Preset MetaTitleComments return the wrong result.

  4. Dark Akuma reporter

    Yea. I think this one is solved. I have just been leaving it open because it felt like it could happen from a different issue or something.

  5. Log in to comment