You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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).
Referenced here too: zunath/Freescape#1
The text was updated successfully, but these errors were encountered: