PluginManager.setup($plugins); // Insert the code below, change plugin name if loading something besides Cheat_Menu PluginManager._path= 'js/plugins/'; PluginManager.loadScript('[INSERT PLUGIN FILENAME HERE].js'); // End Insert window.onload = function() { SceneManager.run(Scene_Boot); }; |
Hello and thank you for the feedback i really appreciate it.Idk if you know of these issues but I have noticed that my favorites menu gets slightly corrupted after any game shutdown. I notice multiple random variables missing from the favorites menu after a bootup of the game. As for another bug I found that'd be the refresh not working on the favorites tab.
Something I'd also like to see is the refresh not clear your currently search up variables/switches so that you can easily search a value, change the ingame value, and then refresh to find said value (maybe have a setting that when you search a variable up it wont be removed from the results upon a refresh; even if it doesnt qualify to actually be there anymore). I'd also like to see being allowed to input string variables as I've already seen some string vars come up in the variables tab but I cant edit them as the only acceptable input as int. Another interesting feature would be to lock a variable to a certain value kind of like Cheat Engine style maybe in the favorites tab.
As for the School of Lust issue (and other games too), I found that was due to the plugin loading mechanism being changed. Goto "GameFolder/www/js/main.js" and make it look more like this if the plugin doesnt work.
PluginManager.setup($plugins);
// Insert the code below, change plugin name if loading something besides Cheat_Menu
PluginManager._path= 'js/plugins/';
PluginManager.loadScript('[INSERT PLUGIN FILENAME HERE].js');
// End Insert
window.onload = function() {
SceneManager.run(Scene_Boot);
};
Hello sorry for the late reply, does it swith the variables back right away or after some time?Hey
I would like to need your little support regarding ingame issue..
I use it College Life 3.0, when some of variable has changed i.e hero ablilities with higher variables, but when it comes to deploy with, it switches back with older variable..
Is this by default or it has some thing to do with this application?
need your assistance
Is this when opening the cheat, or when do you get the message?Im having issues using it with Apostle.
Everytime I use it in the beginning I get "TypeError this._hp.clamp is not a function"
When I open and use the cheat and get everything I want I close the cheat and it gives me that TypeError messageIs this when opening the cheat, or when do you get the message?
Player speed lock has beed added, now only the player can change the speed.awesome tool i like to suggest player speed lock and if possible add (Set State) effect of the player and lock it and can you give few example if custom java commands like fix a specific variable to 999 something like that
The favorite menu issues should be fixed, refresh now also wont clear your search, and variables can be changed to string input as wellIdk if you know of these issues but I have noticed that my favorites menu gets slightly corrupted after any game shutdown. I notice multiple random variables missing from the favorites menu after a bootup of the game. As for another bug I found that'd be the refresh not working on the favorites tab.
Something I'd also like to see is the refresh not clear your currently search up variables/switches so that you can easily search a value, change the ingame value, and then refresh to find said value (maybe have a setting that when you search a variable up it wont be removed from the results upon a refresh; even if it doesnt qualify to actually be there anymore). I'd also like to see being allowed to input string variables as I've already seen some string vars come up in the variables tab but I cant edit them as the only acceptable input as int. Another interesting feature would be to lock a variable to a certain value kind of like Cheat Engine style maybe in the favorites tab.
As for the School of Lust issue (and other games too), I found that was due to the plugin loading mechanism being changed. Goto "GameFolder/www/js/main.js" and make it look more like this if the plugin doesnt work.
PluginManager.setup($plugins);
// Insert the code below, change plugin name if loading something besides Cheat_Menu
PluginManager._path= 'js/plugins/';
PluginManager.loadScript('[INSERT PLUGIN FILENAME HERE].js');
// End Insert
window.onload = function() {
SceneManager.run(Scene_Boot);
};
Try and download the updated version.When I open and use the cheat and get everything I want I close the cheat and it gives me that TypeError message
For Apostle im version 1.1.1 or 1.02. Are you talking about the game of the cheat menu and if your taling about the cheat menu please send me a link to itPlayer speed lock has beed added, now only the player can change the speed.
The favorite menu issues should be fixed, refresh now also wont clear your search, and variables can be changed to string input as well
Try and download the updated version.
New update has been released V1.8.2
Please report any issues you have.
Im talking about the cheat version, its in the first post.For Apostle im version 1.1.1 or 1.02. Are you talking about the game of the cheat menu and if your taling about the cheat menu please send me a link to it
I just did in the last updateCould you add the option that allows to edit stats like mp, agility, strength etc besides health? Thanks for the great tool.
Damn fam you work fastIm talking about the cheat version, its in the first post.
I just did in the last update
I hope you make millions your hardworking and dedicated and people like me are thankful for people like youIm talking about the cheat version, its in the first post.
I just did in the last update
I moved the download link so its beneth the images, ill remove the bottom one to avoid confusiongreat btw the main page have some version issue ? or maybe file download view the file isnt below had to download from above
I cant help you with thatHaha one more question though...I cant read some of the language in the chest menu
Thats what the custom javascript command is for in the "Commands" section.Thanks for sharing this tool with us. Very nice, intuitive interface. I'm really liking this so far!
The only thing I find lacking is the option to add skill points (or job points: JP) in Dungeon Dreams. Can you please add something like that if it's not too much?
opener.$gameParty.leader().gainJp(200); //Adds 200 JP to party leader