Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Oh yeah, how's your workflow? any automation at all or? I'm curious since i bought this tool, it's very good and easy to use, but i know this is gonna take a while if i do this one by one. also i notice some buttons are still in english, any suggestion on where is the file and is it also inkcpp that can be edited with this tool?

(-1)

As far as I know, all the dialogues and scenes are inkcpp. News and mail on a smartphone are like json or just plain text files. But the user interface was in the OptimizedTranslation format from Godot (*.translation files), where the developers decided to save a few kilobytes, which is why it is impossible to restore the original key:value pairs (almost impossible, most likely they can be restored by iterating through all existing lines in the project).

Also in the paid version, you can export all the strings to a json file and edit them using any text editor.