- Nov 11, 2021
- 92
- 108
On a wild guess that file path is way too fucking long by half.How to fix this?
View attachment 1910307
// handler for the party hp cheat to 0 all
Cheat_Menu.party_hp_cheat_4 = function() {
Cheat_Menu.set_party_hp(1, false);
SoundManager.playSystemSound(1);
};
// handler for the party hp cheat to 1 all
Cheat_Menu.party_hp_cheat_5 = function() {
Cheat_Menu.set_party_hp(0, false);
SoundManager.playSystemSound(1);
};
I'm not even ganna ask why your files are named like thatHow to fix this?
View attachment 1910307
It's my homework folder, don't question and I don't need to answer. kekI'm not even ganna ask why your files are named like that
Curious. What is the game name?The JS folder auto-changes back to read only when I try to edit it soo I guess I can't use this XD. (I couldn't find a way to fix it.)
I honestly don't remember but it's a thing with all my RPGmaker games from what I can tell so probably just an issue with my laptop and not the games themselves.Curious. What is the game name?
You can do it by editing the www/js/plugins/cheat_menu.js.any way to change keybinds? I want to change the key for opening it from 1 to something else.
Thanks, you are correct!You can do it by editing the www/js/plugins/cheat_menu.js.
Look for Cheat_Menu.keyCodes (it's nearly at the end of the file), you'll find the list of key codes used.
If I'm not talking wrong, you just have to change the value of keyCode and not touch the value of key_listener.
I had the same problem with other game. In the end, I found out this new plugin for RPGM MV and MZ games:when I do what you wrote, something like this pops up " Could not open plugins.js " game https://f95zone.to/threads/peasants-quest-v2-22-tinkerer.1717/
yes it's possible but if there is no interest in figuring out how stuff works in there...Can we have, if (its possible of course) the same thing for the Pixel Game Maker games please ?