What's new

RPGMakerMVGame Hook patcher / How to hook RPG Maker MV Games


lazydude

Tentacle God
Joined
Jul 29, 2012
Messages
981
Reputation score
51
I forgot what do I do for looped text 「Lv。30HP。515」
 

akaliryze

Member
Joined
May 2, 2018
Messages
113
Reputation score
17
can we use for rpg vx this app? or are youg yus know any program for this RPG vx games?
 

Mamoru

New member
Joined
Jun 17, 2020
Messages
5
Reputation score
0
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?
 

Mamoru

New member
Joined
Jun 17, 2020
Messages
5
Reputation score
0
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
 

SchwarHase

Jungle Girl
Joined
Sep 7, 2014
Messages
35
Reputation score
6
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
 

zipetya

Evard's Tentacles of Forced Intrusion
Joined
Nov 13, 2013
Messages
1,037
Reputation score
230
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.
 

Strange

Demon Girl Pro
Joined
Jul 24, 2014
Messages
1,256
Reputation score
486
「残り 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:

FERDZ

New member
Joined
Jun 10, 2018
Messages
3
Reputation score
1
help with text hooking?

1594475442393.png
 

ghravid

New member
Joined
Oct 31, 2019
Messages
10
Reputation score
2
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?
 

kvier

Demon Girl Master
Joined
Mar 22, 2012
Messages
315
Reputation score
49
Is the game already unpacked? It's the most common way I've seen people get that error
 

Strange

Demon Girl Pro
Joined
Jul 24, 2014
Messages
1,256
Reputation score
486
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:

ghravid

New member
Joined
Oct 31, 2019
Messages
10
Reputation score
2
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.
 

Term444

Member
Joined
Aug 13, 2018
Messages
50
Reputation score
13
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.
 

noman

Lurker
Joined
Oct 9, 2009
Messages
2,069
Reputation score
416
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.
 

Nikori

New member
Joined
Sep 26, 2020
Messages
1
Reputation score
0
hey so for the VNR, i dont know what you mean by launch the game wizard
 

Term444

Member
Joined
Aug 13, 2018
Messages
50
Reputation score
13
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.
 
Top