What's new

RPGMakerMVGame Hook patcher / How to hook RPG Maker MV Games


I forgot what do I do for looped text 「Lv。30HP。515」
 
can we use for rpg vx this app? or are youg yus know any program for this RPG vx games?
 
with the game of [Shinachiku Castella] 夏色のコワレモノ
I have problems with the textractor to translate the calls and the DK channel
just show the date and this is repeated as spam
Sin títuloshi.png
can it be used with the textractor?
 
Does the Game Hook patcher work with the textractor? and if it works would you tell me how to use it with it. sorry for asking the question again
with the game of [Shinachiku Castella] 夏色のコワレモノ
I have problems with the textractor to translate the calls and the DK channel
just show the date and this is repeated as spam and characters are also repeated
maybe Game Hook patcher is the solution to the problem

Sin títuloshi.png
 
Anyone knows how to remove this repeated text?

「残り 15 日。行動 4 回。持金 0 G。借金 10000 G。経過 1 日。

i tried using this code:
^残り \d+ 日\d+($|.$)/,/^行動 \d+ 回\d+($|.$)/,/^持金 \d+ G\d+($|.$)/,/^借金 \d+ G\d+($|.$)/,/^経過 \d+ 日\d+($|.$)/

but it isn't working. My knowledge regarding this codes are quite shallow, please correct me if there is any error. TY
 
Well, I all but have forgotten about the proper usage of regex (so I'm quite sure I am at an even shallower place right now lol), but I'm pretty sure you have to deal with that '' from the start of the repeated text, too. From what I see, it effectively starts with that, and not 残り ... So no wonder the above doesn't work.
 
「残り 15 日。行動 4 回。持金 0 G。借金 10000 G。経過 1 日。
Might be oversimplistic, but have you tried:
Code:
/「残り(.+日。){2}/
Works for me in regex101.com


I forgot what do I do for looped text 「Lv。30HP。515」
/「Lv。\d+HP。\d+」/ ?
 
Last edited:
help with text hooking?

1594475442393.png
 
So, trying to unpack Succubus Puttel and I get this message:
[+] Filename: D:\My Games\Succubus Puttel Ver314\Game.exe
[+] MD5: 9ebc7dd20fa66f5deabfd8873a4ed8c6
[+] x86 executable
[x] Expected section name ".enigma2", found ".reloc"
[x] This file is not protected with Enigma Virtual Box or is hacked.

Then it refuses to unpack. Any idea how to fix it?
 
Is the game already unpacked? It's the most common way I've seen people get that error
 
Thumbrule (for the .exe in point):
Packed: many Megabytes to Gigabyte-size
Unpacked: a few megabytes, like 1-2Mo

...Not to insult anybody's intelligence.
 
Last edited:
Thumbrule (for the .exe in point):
Packed: many Megabytes to Gigabyte-size
Unpacked: a few megabytes, like 1-2Mo

...Not to insult anybody's intelligence.
Huh, must just come unpacked then which is strange since the guide for patching the game specifically points to needing to unpack it.
Maybe an update changed it. Thanks for the help.
 
Will there be an update to be able to use this on the new RPG maker engine?

Not that I know of.
Im using "Textractor" at this point. Its a bit complicated to set up, but once you got it you can do similar things with it and let it run through google or bing translate, then copy to a clipboard that you put in the foreground or beside th game window. works most of the time, unless there is super special HUD-elements.
 
Not that I know of.
Im using "Textractor" at this point. Its a bit complicated to set up, but once you got it you can do similar things with it and let it run through google or bing translate, then copy to a clipboard that you put in the foreground or beside th game window. works most of the time, unless there is super special HUD-elements.

But the patcher does a lot more than just text extraction. Speed hack and cheats improve QoL in many games.
 
hey so for the VNR, i dont know what you mean by launch the game wizard
 
But the patcher does a lot more than just text extraction. Speed hack and cheats improve QoL in many games.

Thats cool and all but doesn't change the fact that VNR is outdated and unsupported at this point. And really has a lot of issues.
 
Back
Top