I have a problem with RPGMaker MZ hook patcher, after each word it puts a dot, which makes it quite inconvenient to read, because there are no connected sentences. I do not know what to do.
Edit: I solved it by replacing the 。 symbol in CmdltemSeparator with the space key, lol
1. You create a “www” folder.
2. Move the “js” folder into it.
3. Run Hook Patcher
4. After copy (do not cut) the “js” folder back where it was located
5. ???
6. Profit
I need some help to fix small issue with the separation of the line on this game RJ01252613
can some one explain to me how to determine the correct code to add in the separation options
I got the characters name with the speech on the same line
RJ01295398 - something about this game breaks after i apply MZ patcher to it, with it putting this message right from the start. Anyone have any ideas what causes this and if there's something that can be done to fix it?
Does text always appear instantly even if TextWaitingTimeOFF is unchecked for anyone else? Or regardless of any combination of settings, really. Usually I don't care, but I don't want it for a specific game. I looked around in Clipboard_llule.js, and TextWaitingTimeOFF = false is as I would expect, didn't see anything else though. I'm on W11
I made a simple program to simplify my life. Sharing it in case anyone might be interested.
It's an overly simplified version of the original by Libellule.
Basically, I got tired of moving the js folder in and out of www folder and modifying the clipboard_lulle.js depending on whether the game is MV or MZ, and wanted the "speed hack" to work on MZ.
Download link under spoiler. Python source code is included in a separate zip file for anyone interested or (rightfully) suspicious of a random exe file on the internet.
You must be registered to see the links
This program just dumps ClipLoger, cheat menu plugin, message skip plugin, and speedhack plugins into the js\plugins folder all at once, and edits the js\plugins.js file to include the plugins.
Clipboard_llule.js was modded with an if clause to check whether the folder has \www or \js and modify the path accordingly.
Included HIME_Speedhack plugin and modded the Speedhax.js so that it works on MZ.
How to use the program.
1. Download the MVZ Patcher.exe from the link above.
2. Run exe and click "Select .exe File" button.
3. Navigate to the game folder and select the game file.
4. Program will close on its own when complete.
Speed hack can be adjusted through alt+# like before. Cheat menu can be accessed with 1 like before.
There are no bells and whistles in the GUI, so any changes you need would have to be made directly in the .js files.
I know it looks horrible, but I don't know programming. I just cooked this up with AI coding for personal use. I have no idea how to improve it, and I'm not interested in sinking more time into it since it does what it needs to do.
I tested it on a couple MV and MZ games, and it seems to work without any issues, but if you run into any unexpected issues or error messages, I probably wouldn't be able to help because I just copy pasted the code I got from AI. Hopefully, someone more knowledgeable would be able to give you the answers or share a better version or something.