zunath / Freescape

C# (mono) code base for the Freescape server
GNU General Public License v3.0
0 stars 0 forks source link

String special char issues #1

Closed zunath closed 6 years ago

zunath commented 6 years ago

There are issues when converting special chars from C# to NWN. I think this has something to do with the encoding in the Mono plugin but need to investigate further to be sure.

Problem areas:

Color tokens are wrong (RGB of 0,0,255 ends up being 0,0,62) Degree symbols aren't being displayed properly (another char is displayed instead).

zunath commented 6 years ago

Will be fixed in the next NWNX update.