Does dfint have an API? #23
Replies: 2 comments 5 replies
|
This approach enables me to use another programming language, such as Python, as an intermediary tool to send in-game text to third-party software like Ollama, a local AI translation tool. This allows users with limited English proficiency to play newer game versions promptly without waiting for localization support. |
|
The problem is not in translation at all. Support of hieroglyphic writing systems needs alternative df-steam-hook-rs implementation with adding ttf font support. Without ttf font support, it's impossible to draw hieroglyphs. There were some forks, but I'm not aware if they are currently in a working state. Theoretically, we could add a separate url for alternative version of df-steam-hook-rs for some languages (Japanese, Chinese, Korean). |
Uh oh!
There was an error while loading. Please reload this page.
What I mean is, can I call dfint from another program to directly access in-game text?
That way, I could create external tools to support languages that with hieroglyphic writing systems.
All reactions