Skip to main content

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

Hey man, is there a way to save all left side lines into .txt?

In version 1.0.3, it is now possible to copy the left and right sides to the clipboard and then replace the existing ones. https://dmitriysalnikov.itch.io/inkcpp-localization-editor/devlog/1100820/103

There is also a way to export all strings from all files to JSON if the left and right sides are different. How to localize Until Then - Opening inkcpp files.

You see I asked that because I wanna see if I didn't translate a line. I plan on using an AI to scour through all the lines, and it can only read document files. The first method is a hassle (copying lines in each file to a .txt file), and the second one isn't what I meant (it saves the translated lines, not the untouched ones). I hope I explained that well.

So you just want a button like “Copy left/right column”, but for all files at once? And how should it be saved? In separate files, preserving the original hierarchy? Or all in one file in some format like:

[1b.inkb]
Many
Filtered
Lines

Yes, all files at once. Exactly. Any wording format is fine for me, but your example looks good. All in one file is good.