ROM Hack Discussion Animal Crossing: New Horizons -- Reverse Engineering, Glitches, Bugs, etc. thread!

foxyy

Member
Newcomer
Joined
May 17, 2020
Messages
10
Trophies
0
Age
29
XP
57
Country
United States
Im new to this mod switch thingy. and yesterday i saw people having the star fragments tree i really want that on my island ): I read through the post but i dont understand how do i code or put them in. I use NHSE to put the items i want >< can someone help me? TT
 

Alree

Well-Known Member
Member
Joined
Feb 18, 2019
Messages
264
Trophies
0
Age
54
XP
1,545
Country
France
1.2.0b is up in some countries.
41t26t.jpg
 
  • Like
Reactions: Fox_Mulder

foxyy

Member
Newcomer
Joined
May 17, 2020
Messages
10
Trophies
0
Age
29
XP
57
Country
United States
internal id or convert hex id to decimal for count
uses always 32
put 31 in flag1 to wrap it in gold paper



they "got viral" today because i gave out ~300 of them last night and people started selling them, now tons of ppl have them and tons of ppl want them

i dont think there will be any bans, but you might be right about the patch

Hi could you teach me how to do it? i really want them on my island ): i have modded switch but i dont really understand how you do it even after i read through it ):
 

igoticecream

Well-Known Member
Newcomer
Joined
Jul 6, 2018
Messages
55
Trophies
0
Age
36
XP
369
Country
Spain
Open the nooks shopping app, go to the item you want, instead pressing A to buy it and having to wait a full day, press Y and it goes into your inventory slot 1

Code:
[Nook Shopping to Slot 01 (Press Y)]
80000008
581E0000 3E7582D0
A8E00410 AC4723D0
20000000

Beware this overwrites whatever item you have in slot 01
 

Exegency

Well-Known Member
Member
Joined
Apr 23, 2020
Messages
143
Trophies
0
XP
615
Country
Australia
Open the nooks shopping app, go to the item you want, instead pressing A to buy it and having to wait a full day, press Y and it goes into your inventory slot 1

Code:
[Nook Shopping to Slot 01 (Press Y)]
80000008
581E0000 3E7582D0
A8E00410 AC4723D0
20000000

Beware this overwrites whatever item you have in slot 01

make sure to turn it off once you get your items ;)

it will basically set your Y button to "spawn item in slot 1" even outside the nook app. make sure to turn it off once you get your items :)

edit: even after you turn it off. once you turn it back on again, the button gets set to the same item.
 
Last edited by Exegency,

OblivionReign

Developer
Developer
Joined
Apr 23, 2016
Messages
2,542
Trophies
2
XP
7,718
Country
Japan
Open the nooks shopping app, go to the item you want, instead pressing A to buy it and having to wait a full day, press Y and it goes into your inventory slot 1

Code:
[Nook Shopping to Slot 01 (Press Y)]
80000008
581E0000 3E7582D0
A8E00410 AC4723D0
20000000

Beware this overwrites whatever item you have in slot 01
Here I fixed your code so it's not broken auto spawning the same item repeatedly.... You also do not need to turn it off after each spawn now
Code:
[Nook Shopping to Slot 01 (Press Y)]
581E0000 3E7582D0
80000008
A8E00410 AC4723D0
20000000
 
Last edited by OblivionReign,
D

Deleted User

Guest
Hi could you teach me how to do it? i really want them on my island ): i have modded switch but i dont really understand how you do it even after i read through it ):
just use nhse and do what i said, idk how to do it with codes
 

Ntino123

New Member
Newbie
Joined
May 17, 2020
Messages
1
Trophies
0
Age
28
XP
40
Country
Fiji
i get the "offset and length were out of bounds..." error when trying to load the main.dat inro NHSE...
anyone know the solution?
 

Mopquill

Grumpy Developer
Developer
Joined
Oct 16, 2011
Messages
283
Trophies
0
XP
566
Country
United States
Okay, I think that list may have had too many false positives; anyone who could not access the generator should be able to now. :)
 

Mopquill

Grumpy Developer
Developer
Joined
Oct 16, 2011
Messages
283
Trophies
0
XP
566
Country
United States
Why would you blacklist people o_o
Uh, I posted the answer to that already, but I'm having a massive amount of XSS/MySQL injection attempts hitting that script (and that script almost entirely -- I also wrote the Dark Souls/Demon Souls/Bloodborne multiplayer calculators and they're not being targeted). They're being caught by my mod_security rules (and for some reason getting past CloudFlare), but I'd rather stop them earlier and outright. I may expand my mod_security rules to institute much longer bans for bad actors, but I found a spam blocking list while googling about those attacks, and though I'd institute it. I only had 2 people from here complain, but that seems too high for what should be a smaller sample size, so it's off now.
 
Last edited by Mopquill, , Reason: typo
  • Like
Reactions: Taishiro

zyxnet0115

New Member
Newbie
Joined
Apr 9, 2011
Messages
3
Trophies
0
XP
101
Country
Switzerland
I updated the mystery island villager cheats.

I tested and it works for me on 1.2.0.

Examples:
[Press L to turn mystery island villager into Audie]
80000040
08100000 3F292AC4 00000032 316C6F77
04100000 3F292BD4 00000022
20000000

[Press L to turn mystery island villager into Raymond]
80000040
08100000 3F292AC4 00000033 32746163
04100000 3F292BD4 00000004
20000000

The format for arbitrary villager is:
[Press L to turn mystery island villager into ?]
80000040
08100000 3F292AC4 000000XX XXXXXXXX
04100000 3F292BD4 000000YY
20000000

XX = Villager identifier. This can be found in NHSE, for example raymond is "cat23".

cat23 is ascii string 63 61 74 32 33, but the cheat stores the value backwards (due to endianness), so the XX becomes
00000033 32746163.

The YY is the species value, also visible in NHSE. Cat is species 4, so YY is 04.
wow!
amazing!
I found this and try it on my switch,and it's worked!
thank you very much!
 
  • Like
Reactions: Endlessclouds

GlakeGG

Active Member
Newcomer
Joined
Dec 18, 2019
Messages
33
Trophies
0
Age
29
XP
259
Country
United States
So how do I go about getting these snazzy Star Fragment trees via NHSE? Probably the most beautiful hacked items I've ever seen.
 
D

Deleted User

Guest
I made an updated wrapping paper list.

**Wrapping Paper Flag1 Values**
Mint: 15
Gold: 31
Black: 3D
Blue: 25
Light-Blue: 19
Green: 11
White: 29
Chartreuse: D
Orange: 9
Navy: 21
Orange: 2D
Gray: 39
Purple: 1D
Yellow: 1
Pink: 5
Brown: 35
Balloon (red): 2
Delivery: 43 (by default this already shows the item name. to make it not show the name use 3.)
Put these numbers in "Flag1" to wrap any item including things that can not be wrapped normally. (Like fish & bugs)
Add 40 to any value to make the name show even when wrapped and not "present" (So to get navy wrapping paper that shows the name of the item you put 61.)
 
  • Like
Reactions: Mopquill

Mopquill

Grumpy Developer
Developer
Joined
Oct 16, 2011
Messages
283
Trophies
0
XP
566
Country
United States
wow!
amazing!
I found this and try it on my switch,and it's worked!
thank you very much!
My generator uses that code: https://mpql.net/tools/acnh/codes/

So how do I go about getting these snazzy Star Fragment trees via NHSE? Probably the most beautiful hacked items I've ever seen.
It's earlier in the thread; I would like to ask that you don't spread them around too much. I think it's mostly harmless, but I don't want to see a bunch of people get banned.

https://gbatemp.net/threads/animal-...-bugs-etc-thread.560199/page-213#post-9039464

The 0020 part means it has "fruit". AFAIK without it the money tree will get converted to a hardwood tree when the next day starts.
The 084B part is the item ID for the 10K bell bags; you can replace this with any other bell bag (such as 08A4 for 99K). I have no idea what will happen if you replace with other items.

Edit: a few more things about the durability part (the 0020 in your example):
- For hardwood trees and cedar trees, if it's 0001 it means that the tree has an item (i.e., the coins, furniture, or wasp nests) that will fall when you shake the tree. If the item is a wasp nest it will also spawn a wasp when you shake the tree. The item ID is stored in the same place as the money bag in the money tree.
- For fruit trees, 0008 means it currently has no fruit. 0010 is also related to the counter before fruit spawn, but I didn't test further.
- For all trees, 0002 means you hit it with the stone axe once, 0004 is twice, and 0006 is thrice.
- You can add compatible values (mainly the axe hits with anything specific for the kind of tree you have). I didn't test using flags meant for one kind of tree on another (such as, say, a cedar with money bags).
 
  • Like
Reactions: Ningyoplug

Ningyoplug

Well-Known Member
Member
Joined
Mar 10, 2016
Messages
257
Trophies
0
Age
29
Location
Gayland
Website
ningyo.tumblr.com
XP
363
Country
Italy
Is there a way for an unhacked switch to become Best Friends in ACNH with a banned hacked one? asking since i have a hacked switch and a switch lite and i wish i could be Best Friends with...myself, basically. But I can't receive the best friends request since the console is banned. Is there some workaround or will it always be impossible?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    NinStar @ NinStar: It will actually make it worse