I'm trying to hook VA-11 HALL-A with the latest Chenx221 release (Textractor_260130.zip), but I'm only getting random characters:
My system locale is Japanese and the language chosen in the game is also Japanese.
It was mentioned in this thread that this specific game was tested for previous alpha builds from 2023:
#868 (comment)
GameMaker engine hook (PR #1085) tested with "VA-11 Hall A"
With GameMaker hook use the Regex Filter extension
.+\]
or Regex Replacer extension
|REGEX|.+\]|BECOMES||MODIFIER||END|
But it seems to no longer be working as expected.
I'm trying to hook VA-11 HALL-A with the latest Chenx221 release (
Textractor_260130.zip), but I'm only getting random characters:My system locale is Japanese and the language chosen in the game is also Japanese.
It was mentioned in this thread that this specific game was tested for previous alpha builds from 2023:
#868 (comment)
But it seems to no longer be working as expected.