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

  • Thread starter RyDog
  • Start date
  • Views 1,128,574
  • Replies 4,613
  • Likes 77

TinchoX

Azure Flame Kite
Member
Joined
Apr 18, 2015
Messages
627
Trophies
0
Age
35
XP
493
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
493
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
  • No one is chatting at the moment.
  • K3Nv2 @ K3Nv2:
    Slower speeds for gen4
  • K3Nv2 @ K3Nv2:
    I'll reformat and have a 3tb raid0 m. 2 at least
    +1
  • K3Nv2 @ K3Nv2:
    Lmao that sold out fast
    +1
  • Veho @ Veho:
    Yeet the cat.
    +1
  • K3Nv2 @ K3Nv2:
    Good idea
    +1
  • The Real Jdbye @ The Real Jdbye:
    i thought everybody knew cocktails are like 75% ice
  • Veho @ Veho:
    Yeah but not like this.
  • Veho @ Veho:
    It's not like they're complaining that their Slurpee is 99% ice or something, but if the cocktail calls for "shot of vodka, shot of vermouth, shot of gin, shot of Campari, three shots of juice, squirt of lemon" and ends up being a thimbleful of booze, that's a problem.
  • The Real Jdbye @ The Real Jdbye:
    the funny thing is cocktails in norway are only allowed to have 1 20ml shot of booze
  • The Real Jdbye @ The Real Jdbye:
    so..... yeah
  • The Real Jdbye @ The Real Jdbye:
    we're used to only having a thimbleful of booze
  • Veho @ Veho:
    Booo.
  • The Real Jdbye @ The Real Jdbye:
    same thing if you want whisky on the rocks or something, you can't get a double
  • The Real Jdbye @ The Real Jdbye:
    but you could buy as many shots of whisky (or anything else) as you want and ask for a glass of ice and pour them in
  • The Real Jdbye @ The Real Jdbye:
    it's dumb
  • Veho @ Veho:
    Maybe.
  • Veho @ Veho:
    There was a comparison of the number of Ibuprofen poisonings before and after they limited the maximum dosage per box or per pill (i'll look that up). No limit on the number of boxes you can still buy as many as you want, so people argued it was pointless.
  • Veho @ Veho:
    But the number of (accidental) poisonings dropped because drinking an entire package of ibuprofen pills went from "I need a new liver" to "I need a new box of Ibuprofen".
  • Veho @ Veho:
    Here we have ketoprofen that used to be prescription-only because of the risk of toxic dosages, but then they halved the dose per pill and sell them in bottles of six pills apiece instead of twenty and it doesn't need a prescription any more. Yes you can buy more than one bottle but people simply don't.
  • Psionic Roshambo @ Psionic Roshambo:
    Usually accidentally overdose of ibuprofen here is from people taking like cold medicine then ibuprofen for a headache and the combination is over what they need
    Psionic Roshambo @ Psionic Roshambo: https://www.youtube.com/watch?v=1hp24nDVKvY