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

  • Thread starter RyDog
  • Start date
  • Views 1,125,624
  • Replies 4,613
  • Likes 77

TinchoX

Azure Flame Kite
Member
Joined
Apr 18, 2015
Messages
627
Trophies
0
Age
35
XP
492
Country
Argentina
And does it do anything to the slot 1 item?
Nope, after I type in the item ID (Send it and press the required keys...) it does NOTHING, I can clone items with the other code, play with time, etc. but the text2item seems to be pretty much dead :c
 

RyDog

Lazy Animal Crossing hacks
OP
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
24
XP
2,850
Country
United States
Nope, after I type in the item ID (Send it and press the required keys...) it does NOTHING, I can clone items with the other code, play with time, etc. but the text2item seems to be pretty much dead :c
Are you pressing X + D pad right to spawn your item?
 

medoli900

Open the Benzenes;Gate
Member
Joined
Jan 7, 2013
Messages
1,116
Trophies
0
Location
Lavender Town
XP
1,316
Country
Antarctica
I'd change the clone items and Text2items items slot to the two last one instead of the two first one. Since I switch often tools with the crosspad, I deleted two tools without even realizing (I take a lot of picture with L+R).
 
  • Like
Reactions: TinchoX

TinchoX

Azure Flame Kite
Member
Joined
Apr 18, 2015
Messages
627
Trophies
0
Age
35
XP
492
Country
Argentina
I'd change the clone items and Text2items items slot to the two last one instead of the two first one. Since I switch often tools with the crosspad, I deleted two tools without even realizing (I take a lot of picture with L+R).
That happened to me as well a couple of times, it's annoying, but it wasn't much of a problem.
 

nono850

Member
Newcomer
Joined
Mar 20, 2016
Messages
10
Trophies
0
Age
38
XP
59
Country
Hong Kong
Are you sending the item ID?

--------------------- MERGED ---------------------------


you also need to enable language emulation from Luma's config, plus putting the appropriate text file on your SD card for language emulation.
My save data shows corrupted after I applied the language emulation. :(:(
----
edit: I tried installing JAP version of ACNL and the cheats work as a charm. Sadly, my main village is in my EUR version. I wonder anyway to change the keyboard to be "EUR english" from my default Japanese one...:unsure:
 
Last edited by nono850,

Yuu_Berry

Member
Newcomer
Joined
Oct 20, 2016
Messages
17
Trophies
0
XP
63
Country
Indonesia
3264687352_1_3_gAtW3Yi7.jpg

Can someone please tell me. How to decorate town like that in easy way?
Thanks :)
 

RyDog

Lazy Animal Crossing hacks
OP
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
24
XP
2,850
Country
United States
Im new to this!!! i cant make the items cheat work!! please help...
Please describe your problem. Like what are your actions on trying to execute the item cheats?
For example: I'm pressing R with item duplication enabled, but no items are being copied from slot 01 to slot 02 on the mayor character.
Using a o3DS with Luma sysNAND 11.2, on a EUR copy on a USA console.
3264687352_1_3_gAtW3Yi7.jpg

Can someone please tell me. How to decorate town like that in easy way?
Thanks :)
I've been thinking of adding a copy function to real time world edit. You hover over a item, and it'll store it in a register (similar to teleport) and then you can copy and paste it to where you're standing. Would that work out great? Only problem is map updates don't occur right away, but you can trigger it with a simple save and continue.
My save data shows corrupted after I applied the language emulation. :(:(
----
edit: I tried installing JAP version of ACNL and the cheats work as a charm. Sadly, my main village is in my EUR version. I wonder anyway to change the keyboard to be "EUR english" from my default Japanese one...:unsure:
I'm pretty sure the keyboard for the Japanese version can be changed if you do a rom hack. I'm not that familiar with the game's contents, but you can go ask around in the ROM hacking thread for acnl.
Code request: Infinite Items
You can pick up items placed on the floor or the ground as many times as you like.
Hmm, I know a way to. But it's more of a 'town snapshot' code, where any changes you make to your town don't apply. So you can continuously cut down trees, trample flowers, pick up items, place items and nothing happens.
I'd change the clone items and Text2items items slot to the two last one instead of the two first one. Since I switch often tools with the crosspad, I deleted two tools without even realizing (I take a lot of picture with L+R).
I don't really see that much of a problem.. I like it because I'm recreating text2item/duplication from City Folk hacking, where they were slot 01 and slot 02 so I got used to it.
If you want, you can change the offset and build your own source. All you do is download my source from Github (clone or download button)
Edit cheats_(region).c with your favorite text editor (mine is notepad++) and find the text2item function, and add 3c to the first argument in WRITEU16.
So, for example, if I want text2item to write to the 15th slot for USA, I would just change
Code:
    WRITEU16(0x31F2DBF0 + offset, input);
    WRITEU16(0xAB36E4, input); //player 2
    WRITEU16(0xABDB64, input); //player 3
    WRITEU16(0xAAb0e4, input); //player 4
    WRITEU16(0xA8C364, input);
    WRITEU16(0xAA0C60, input);
    wait_all_released();
to
Code:
    WRITEU16(0x31F2DBF0 + offset + 0x3C, input);
    WRITEU16(0xAB36E4 + 0x3C, input); //player 2
    WRITEU16(0xABDB64 + 0x3C, input); //player 3
    WRITEU16(0xAAb0e4 + 0x3C, input); //player 4
    WRITEU16(0xA8C364 + 0x3C, input);
    WRITEU16(0xAA0C60 + 0x3C, input);
    wait_all_released();
then, make sure you have Python 2.7 and DevkitPro installed, and run build.bat and test text2item.
 
Last edited by RyDog,

Daniella

Well-Known Member
Newcomer
Joined
Sep 23, 2016
Messages
56
Trophies
0
Age
31
XP
193
Country
Venezuela
Wel im trying to use the item cheats, but no materwhat comands i put nothing works!!! all other cheats do but no the items.... i press x+dpad right, hold the r triger and nothing, i have a O3DS XL USA, Fisical copy of the game USA too, And im using the USA plugin, Wiht Luma (the latest update) Emunand (with latest update as well),
 
Last edited by Daniella,
  • Like
Reactions: gatao30cm

gatao30cm

Well-Known Member
Newcomer
Joined
Mar 9, 2016
Messages
70
Trophies
0
Age
27
XP
159
Country
Brazil
Wel im trying to use the item cheats, but no materwhat comands i put nothing works!!! all other cheats do but no the items.... i press x+dpad right, hold the r triger and nothing, i have a O3DS XL USA, Fisical copy of the game USA too, And im using the USA plugin, Wiht Luma (the latest update) Emunand (with latest update as well),
Yes, I can confirm. After I downloaded the last plugin update, the Text2Item stopped working. All other cheats seem to be fine though.
Using A9LH + Luma, on latest system version and also game's Welcome amiibo. USA version
 
  • Like
Reactions: Daniella

RyDog

Lazy Animal Crossing hacks
OP
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
24
XP
2,850
Country
United States
Yes, I can confirm. After I downloaded the last plugin update, the Text2Item stopped working. All other cheats seem to be fine though.
Using A9LH + Luma, on latest system version and also game's Welcome amiibo. USA version
Does duplication work for you?
 

RyDog

Lazy Animal Crossing hacks
OP
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
24
XP
2,850
Country
United States
Perfectly fine
What region is your console in? What language is your game in?
It seems that the text bubble's offset is different for others :v
Try a different region game and report the result. Make sure you download it from free shop or eShop to ensure its legitimate.
 

gatao30cm

Well-Known Member
Newcomer
Joined
Mar 9, 2016
Messages
70
Trophies
0
Age
27
XP
159
Country
Brazil
What region is your console in? What language is your game in?
It seems that the text bubble's offset is different for others :v
Try a different region game and report the result. Make sure you download it from free shop or eShop to ensure its legitimate.
Both game and console are USA version. I guess not the whole chat offset is wrong, because I can use both Seeder and Real Time World Edit, but on those last two instead of spawning the item I typed, it spawns a tree sapling o_o
 

RyDog

Lazy Animal Crossing hacks
OP
Member
Joined
Apr 26, 2015
Messages
1,698
Trophies
1
Age
24
XP
2,850
Country
United States
I got the Cheat to work but not with the one from this site bou from here..
https://github.com/RyDog199/ACNL-NTR-Cheats/releases/tag/v3.0

The only detail is that this one does not have the tan cheat....
so you're saying it's broken in 3.1 beta? or were you on 3.0?
Both game and console are USA version. I guess not the whole chat offset is wrong, because I can use both Seeder and Real Time World Edit, but on those last two instead of spawning the item I typed, it spawns a tree sapling o_o
it works perfectly fine for me. All you do is press X + d pad right. When you press it, does anything happen to slot 1?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Julie_Pilgrim @ Julie_Pilgrim:
    the internet
  • Julie_Pilgrim @ Julie_Pilgrim:
    @Psionic Roshambo i have 16 gb in my pc and i run into issues with ram more than i'd like to admit
  • HiradeGirl @ HiradeGirl:
    I got only 8GB of RAM. But I want 32GB.
  • Sonic Angel Knight @ Sonic Angel Knight:
    Time to just download more ram
  • K3Nv2 @ K3Nv2:
    Yeah search Google
  • Sonic Angel Knight @ Sonic Angel Knight:
    Or, I also heard that if you use flash memory, it can act as more "RAM" at least windows tell me when I stick a flash drive into it.
  • Veho @ Veho:
    It can act as a swap drive but that isn't more RAM, it's slooow.
  • K3Nv2 @ K3Nv2:
    I wish we could have 1Gbps external storage by now
  • K3Nv2 @ K3Nv2:
    Like for micro
  • Veho @ Veho:
    New Myoo.
  • SylverReZ @ SylverReZ:
    @Veho, Yooo noice
  • SylverReZ @ SylverReZ:
    Looks like a Famicom handheld
  • Veho @ Veho:
    Yeah, they were going for that.
  • Veho @ Veho:
    It's not very good though.
  • Veho @ Veho:
    I'm watching the review, the emulators it uses suck bawls.
  • Veho @ Veho:
    Software update might improve it.
  • Psionic Roshambo @ Psionic Roshambo:
    Or maybe someone will make like Emulation Station for it or something?
  • Veho @ Veho:
    That counts as a software update :tpi:
    +1
  • OctoAori20 @ OctoAori20:
    Ello
  • K3Nv2 @ K3Nv2:
    I can think of the design teams process another joystick and no audio or a joystick and mono audio
  • Veho @ Veho:
    "You think we can just put the speakers at the top
    ?" "NO!"
    +1
  • K3Nv2 @ K3Nv2:
    Pft stereo speakers you're fired
    +1
    K3Nv2 @ K3Nv2: Pft stereo speakers you're fired +1