diff --git a/Textractor-isn't-extracting-the-text-from-my-game-correctly.-What-should-I-do?.md b/Textractor-isn't-extracting-the-text-from-my-game-correctly.-What-should-I-do?.md index f8f99f9..e1cd446 100644 --- a/Textractor-isn't-extracting-the-text-from-my-game-correctly.-What-should-I-do?.md +++ b/Textractor-isn't-extracting-the-text-from-my-game-correctly.-What-should-I-do?.md @@ -8,4 +8,4 @@ Oof, looks like you found a game with an engine that Textractor doesn't natively 1. Search for the text itself in memory. To do this, click `Add hook` and type in an `S` followed by the first few characters of the text that you're trying to find. So if the game is displaying the text `Hey dude, you doing alright?` you should type `SHey du`. Now click `Ok`: with any luck, Textractor will be able to find where the game stores its text and one of the resulting hooks should be able to continuously extract the game's current text. This entire process can be seen in the tutorial video. 2. Brute force search for hooks. To do this, click `Search for hooks`. Once Textractor says it's initialized the hook search, click through the game to make it display new text. Once the search has finished, Textractor will display a list of hook codes along with the corresponding text they extracted. Go through the list to find the text shown by the game, and copy the hook code. Then click `Add hook` and paste that hook code and click `Ok`. -If you find yourself needing to use either of those techniques, please post an issue. It's very useful for me to keep track of which games are not currently working with Textractor, so that I can figure out which game engines they use and add native support. Do note that this means I actually (probably) won't fix it unless and until I find some other games using the same engine. \ No newline at end of file +If you find yourself needing to use either of those techniques, please post an issue. It's very useful for me to keep track of which games are not currently working with Textractor, so that I can figure out which game engines they use and add native support. However I probably won't fix it unless and until I find some other games using the same engine. \ No newline at end of file