Artikash / Textractor

Extracts text from video games and visual novels. Highly extensible.
GNU General Public License v3.0
2.14k stars 205 forks source link

[Support] NScripter engine & Chinese text #42

Closed HikariDawn closed 6 years ago

HikariDawn commented 6 years ago

Hello Artikash!

You can add "big5(Traditional chinese) & GBK(Simplified Chinese)" encoding, many Chinese games use this encoding, rather than using "UTF-8 & 16" encoding. I want to hook chinese text.

And you can add support for NScripter engine? (if possible) (https://en.wikipedia.org/wiki/List_of_visual_novel_engines#NScripter) (Noesis(VN): https://vndb.org/v11029)

Thank you!

(PS: Sorry, my english is bad.)

Artikash commented 6 years ago

Working on NScripter support. In next version you'll be able to specify a custom code page in an H/R code like this: /HA936#-4@4554A4 (936 = Simplified Chinese).

Artikash commented 6 years ago

Er, I just tried Noesis and Textractor gets all text perfectly with the TextOutA hook.

HikariDawn commented 6 years ago

I hope to see soon the next release of Textractor. :)

Thank you very much!