Author Topic: Is There A Way To Grab The Text From The Game?  (Read 43778 times)

Offline Shiningbolt

  • A Member group
  • Posts: 2
    • View Profile
Is There A Way To Grab The Text From The Game?
« on: January 09, 2015, 09:38:46 AM »
What I usually do for Japanese games is use a program called ITH to grab the game's text and read from there. However, ITH has issues with this game.

Does anyone happen to have the /h code for the game or some other means to grab the text as it's shown on screen?

(By the way, I want to play this game in Japanese since I'm trying to learn the language.)

Offline snaggles

  • A Member group
  • Posts: 4
    • View Profile
Re: Is There A Way To Grab The Text From The Game?
« Reply #1 on: January 09, 2015, 11:16:28 PM »
I used AGTH with options /x3 /kf /ks /c <game path>. I then look through all the addresses until I find the one the game's text is in. Make sure the "Start in" directory is set to wherever the game is.
This method is probably even more outdated and arcane, but it works for most things.

Another tool I've heard mentioned that provides text hooking is Visual Novel Reader, but I've never used it.

Offline Shiningbolt

  • A Member group
  • Posts: 2
    • View Profile
Re: Is There A Way To Grab The Text From The Game?
« Reply #2 on: January 10, 2015, 02:59:00 AM »
Oh. Using AGTH like you said worked. Thanks for the help!