kkjjwwo Posted October 26, 2019 Posted October 26, 2019 (edited) I'm translating Rejet's game. I found a lot of things like CreateFontA by debugging the exe file to print out the language that I wanted. But I couldn't find number like 80 anywhere. can you help with this problem? Edited October 26, 2019 by kkjjwwo Quote
marcus-beta Posted November 4, 2019 Posted November 4, 2019 (edited) the 80, (0x80 or 80h) is the charset encoding to the font, you can change that but this don't will change the game character support in the most part of the cases because usually a visual novel use the 932 charset to their script, and the 932 charset don't have many special chars that isn't to japanese.... Anyway, the 0x80 iCharSet given to the CreateFontA/W or CreateFontIndirectA/W If you just want change the font charset, there are many tools that can do that: For example, my StringReloader, FontMod and ETC Edited November 5, 2019 by marcus-beta Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.