- Aug 11, 2019
- 530
- 267
If you are doing it manually:Hey, I have been trying to add the MV cheat plugin to this game, and I have been having trouble with it. When I try to add the "{"name":"Cheat_Menu","status":true,"description":"","parameters":{}}" line to the plugin.js file. I get a syntax error saying: "Unexpected token:'{' ". I would be eternally grateful if you could help in anyway!
PS: The included patcher doesn't work with MZ games, or at least this particular one
- copy and paste the "js" folder from MV cheat into your game folder (because you need to have both the "Cheat_Menu" files in your js\plugins folder)
- copy and paste the " {"name":"Cheat_Menu","status":true,"description":"","parameters":{}} " into the plugin.js text file and it should look like this at the end:
{"useZoom":"true","bZoom":"1"}}, {"name":"Cheat_Menu","status":true,"description":"","parameters":{}}];
If using the MVPluginPatcher method:
- copy and paste the 3('www folder', 'MVPluginPatcher' and 'plugin_patch.txt') from MV cheat into your game
(MVPluginPatcher only works when the 'js' folder is inside a 'www' folder)
- move and overwrite the 'js' folder into the 'www' folder
- patch game with 'MVPluginPatcher', you see a windows pop-up and close blink once
- delete both 'MVPluginPatcher' and 'plugin_patch.txt'
- go into 'www' folder and cut the 'js' folder back out in the game folder and delete the 'www' folder