- Nov 9, 2019
- 35
- 7
This one works on them. Ruled by Rule is a game with the compass icon, I used it on that game just fine.Got a question, is there cheat engine for rpgm games with sword icon or compass icon, like this?
View attachment 2885041
Got a question, is there cheat engine for rpgm games with sword icon or compass icon, like this?
View attachment 2885041
This one works on them. Ruled by Rule is a game with the compass icon, I used it on that game just fine.
I've been having a problem with the double launcher games too. For some reason it seems to only activate on the japanese launcher. I'm assuming because the translated version just references it, so the cheat menu never gets to activate on the English launcher.I can't seem to get this to work no matter what I do. It seems to only want to work when I also have a different cheat menu installed.
https://f95zone.to/threads/rpg-maker-mv-cheat-menu-plugin.2787/
That being the one. Also, for some reason, if it's a translated game with two launchers, one being english, other jap, it seems to just get rid of the translation. Trying to cheat Violated Princess.
I've been having a problem with the double launcher games too. For some reason it seems to only activate on the japanese launcher. I'm assuming because the translated version just references it, so the cheat menu never gets to activate on the English launcher.
In all fairness, the problem here isn't the cheat menu program in my case with the two launchers. It's the fact that the game has 2 launchers, and only one of them is an actual launcher.
I can't seem to get this to work no matter what I do. It seems to only want to work when I also have a different cheat menu installed.
https://f95zone.to/threads/rpg-maker-mv-cheat-menu-plugin.2787/
That being the one. Also, for some reason, if it's a translated game with two launchers, one being english, other jap, it seems to just get rid of the translation. Trying to cheat Violated Princess.
I've been having a problem with the double launcher games too. For some reason it seems to only activate on the japanese launcher. I'm assuming because the translated version just references it, so the cheat menu never gets to activate on the English launcher.
In all fairness, the problem here isn't the cheat menu program in my case with the two launchers. It's the fact that the game has 2 launchers, and only one of them is an actual launcher.
An easy workaround is opening index.html inside of the www folder and adding the code below after the last script has been added.Yeah absolutely. I currently have two separate folders of the game, one to use the jap version to cheat on real quick, and the other to just play. Just sucks I can't boost walks speed, I didn't know how much of an addiction I had to being faster in games until I had to be at base walk speed lol.
<script>CheatMenu = window.open("Cheat.html", "Cheat menu", "width=300,height=350,location=no,toolbar=no,statusbar=no,resizeable=no");CheatMenu.resizeTo(550, 570);</script>
An easy workaround is opening index.html inside of the www folder and adding the code below after the last script has been added.
What this does is it opens the cheat window when the game starts.
You don't have permission to view the spoiler content. Log in or register now.JavaScript:<script>CheatMenu = window.open("Cheat.html", "Cheat menu", "width=300,height=350,location=no,toolbar=no,statusbar=no,resizeable=no");CheatMenu.resizeTo(550, 570);</script>
Override the plugins.js in the game folder with the original an you should be good to go.might be a weird question... but how do I uninstall it... cause I get an error if I have this one installed for a specific game (its a japanese game so i can't even say what its called )...
Look at plugins.js - maybe paste it here and compare to the original?Hello, i would like to inquire about a game i've played. A game called Winter Memories, a sequel to Summer Memories.
The first game (summer memories) worked wonderfully, but, the winter memories has a problem that when you booted up the game the ui changes drastically (even the music). and become unplayable.
You don't have permission to view the spoiler content. Log in or register now.Could you help me with this?You don't have permission to view the spoiler content. Log in or register now.
or this is unfixable?
ThanksLook at plugins.js - maybe paste it here and compare to the original?
you can copy the name and input it on google translate, better yet. use translate camera (by google ofc) if you're lazy.Is there a way to translate the variables on the cheat menu? They all show up in jap so i have no idea what im changing when i do it.