|
User manualDescriptionThis is official manual of AGTH. You should carefully read it before using AGTH - this will resolve many questions. I will not answer to your problem/question if it is described here. Running program under AGTH
AGTH consists of hook module agth.dll and loader agth.exe. (Also it has alternative loader agth_alt.exe for special cases.) Example for running from shortcut:
Before the name of program to load you can specify some options for AGTH. Each option must be separated by spaces from both sides. Example: run game from previous example and automaticaly copy captured text to clipboard "C:\AGTH\agth.exe" /C "C:\Games\Maou no Musume-tachi\twins.exe" Working with loaded AGTHAfter load AGTH will create its window, where it will show captured text. AGTH separetes text into several 'text threads' based on 'context' (to avoid mess from mixing text of game, menu, title...). Displayed text thread could be chosen by drop-down list in the upper part of AGTH window. As game runs, new text threads could be found and added to list. If you close AGTH window it will not detach it's hook from the running applications, so if AGTH is started again it will continue to hook the text, hook options will be unchaged too. Additional featuresAGTH could try to correct locale of programs - for running japanese games with system locale set to non-japanese.
/R option will try to correct locale to japanese (or any other if specified). AGTH is able to fix locales not only for games - for example, it can run QuickATLAS (useful in case when you see only '?????' in it instead of characters): C:\AGTH\agth.exe /L /NH "C:\Program Files\Atlas\QuickATLAS.exe" |