ROM Hack [Release] Animal Crossing New Leaf Multi Cheat NTR Plugin

  • Thread starter Thread starter RyDog
  • Start date Start date
  • Views Views 1,244,884
  • Replies Replies 4,613
  • Likes Likes 77
In the next version I'm adding a band-aid so that you don't accidentally press the activator if nothing is typed in.
All that is left to add is Nookling upgrades and Player 1 maximum tan.
@Nanquitas is it possible to use radio buttons with your library?
I don't want some cheats over lapping each other in the same spoiler... but in only a new spoiler I'll be creating.
There's no "radio button" as you think since there's no button at all, but you can use the disableCheat function.
Code:
void    disableCheat(int index);
index is the position in the menu knowing that it's starting at the position 2.

Exemple:
Code:
new_unselectable_entry("ACNL NTR Cheats Ver 2.0.1 USA"); //<-- index = 2
    spoiler = new_spoiler("Enviroment Codes"); //<-- index = 3
        new_spoiled_entry(spoiler, "Water all flowers", quench_usa); //<-- index = 4
        new_spoiled_entry(spoiler, "Seeder", search_usa); //<-- index = 5
        new_spoiled_entry(spoiler, "Destroyer", destroy_usa); //<-- index = 6

So if I want to disable the seeder cheats:
Code:
void cheats(void)
{
        //doing some things
        disableCheat(5);
}
 
  • Like
Reactions: RyDog
I tried putting the plugin for the latest release in my folder for this game but when I boot up NTR and try and activate these codes the Plugin option doesn't appear in the NTR menu. What am I doing wrong? Did I download the right thing or was there more to download besides a plg file?
 
B.

Simple:
- Select the default hotkey to show the new menu
-- B to exit
When you're in the menu:
- Select to change the speed of the cheats actions
- Start to change the hotkey for showing up the menu
 
I don't keep the track of the version so i don't know, I'm saying where are you stuck ?

On the cheats menu with the dragon and "Cheats menu" written in the upper side of the screen ?
 
Hmm, weird... You're the one with that bug...

You need to return to the cheats menu in order to exit the menu, if you are on hotkeys or speed return to the cheats menu first (it's written below the menu).
 
Well it seems to be working this time. Perhaps I hit it with too much at once. What does changing the speed do for me? Also I remember there being speak of something new with the item spawning code and duplicator so what's new there? Also I'm not so aware of whats the deal with Seeder and destroyer.
 
@itsRyan Coordinates modifier is broken again. Could you please fix it and stop changing it? :'( The speed menu doesn't do anything good if it doesn't keep the selected speed as default.
 
Last edited by ,

Site & Scene News

Popular threads in this forum