Quote from: Crimson Wizard on Tue 27/02/2018 14:44:08Quote from: Danvzare on Tue 27/02/2018 13:31:31Quote from: miabi on Sat 24/02/2018 15:38:39You have to extract all of the strings yourself.
It's possible I am missing something, but I can't seem to find any way to open the EXE with the AGS Translation Editor without the TRS file.
Open up the .exe in notepad++ or something similar, and then find all of the strings, copying each one to a .TRS file.
It's a very laborious job, especially since all of the strings are scattered about, and you may not find them all.
To find a section with some strings, just search for a common word such as "not" or "and" or even "the".
OR you could spend same time learning programming and writing a simple utility that loads AGS game data, takes out strings and writes them to a text file.
Game format is known, and there is a relatively clean code that reads it in the engine which may be used for a reference.
Well, I'd be happy to try that option as well if you can point me in a good direction that can help with figuring that out too.

In general, I'm willing to put the work in for any options.