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

Mopquill

Grumpy Developer
Developer
Joined
Oct 16, 2011
Messages
283
Trophies
0
XP
566
Country
United States
you just confused the hell out of me...what? i changed the count to 1 and 2 and it still worked. gave me 3 different colors since i used 0, 1, 2
I know you can add items to your inventory but is there a way to choose color of the items that you can put in your inventory that are customizable. Like the wood colors of a table?
Directing this to both of you. Quantity affects customization. Say a table is blue if the first custom value is set to 3 (which is the fourth option, with the default value being 0), and cushion color is blue if set to 2, and you want both blue, you'd set the quantity to 23. But you'd need a list of which values do what on a per-furniture basis. It's much easier to just use customization kits, which can be added more easily via code.

I have tried some things, but I am not up to speed like a lot of others here. I am trying to make the code drop 9 of an item at one time, if this can even be done.

So you lay down an item in slot 1 and it will drop 9 items, 1 each all around you.

Is this even possible? I would like to know so I can stop trying to figure it out if it is not. lol

Thanks!
To my knowledge, it's likely possible, but we don't have any idea where the address for item you're currently dropping is, or if you can even drop 9 items at one time. It might be such that you'd need to have a script drop nine sequential items from the same slot, refilling it, and we're just not there yet.

As a backup, it would be easier to cheat the same item into 9 slots of your choosing, and then drop each of them manually in succession.
 

DestinyFeather

Well-Known Member
Member
Joined
Sep 14, 2009
Messages
428
Trophies
1
XP
1,121
Country
United States
I have tried some things, but I am not up to speed like a lot of others here. I am trying to make the code drop 9 of an item at one time, if this can even be done.

So you lay down an item in slot 1 and it will drop 9 items, 1 each all around you.

Is this even possible? I would like to know so I can stop trying to figure it out if it is not. lol

Thanks!
inb4 you find out you have to calculate your current x and y position, load inventory values, calculate if the adjacent spaces next to you are empty, check count of inventory items in relation to empty spaces and subtract the inventory item count from the number of empty spaces, fill empty spaces through loop iteration and clear relevant memory spots for the inventory
 
Last edited by DestinyFeather,
  • Like
Reactions: Mopquill

Coolaaron88

Well-Known Member
Newcomer
Joined
Mar 6, 2009
Messages
61
Trophies
1
Age
33
Location
Las Vegas, Nevada
Website
www.searingarrow.com
XP
283
Country
United States
Directing this to both of you. Quantity affects customization. Say a table is blue if the first custom value is set to 3 (which is the fourth option, with the default value being 0), and cushion color is blue if set to 2, and you want both blue, you'd set the quantity to 23. But you'd need a list of which values do what on a per-furniture basis. It's much easier to just use customization kits, which can be added more easily via code.


To my knowledge, it's likely possible, but we don't have any idea where the address for item you're currently dropping is, or if you can even drop 9 items at one time. It might be such that you'd need to have a script drop nine sequential items from the same slot, refilling it, and we're just not there yet.

As a backup, it would be easier to cheat the same item into 9 slots of your choosing, and then drop each of them manually in succession.

Ah I See, thank you!
 
  • Like
Reactions: Mopquill

Mopquill

Grumpy Developer
Developer
Joined
Oct 16, 2011
Messages
283
Trophies
0
XP
566
Country
United States
inb4 you find out you have to calculate your current x and y position, load inventory values, calculate if the adjacent spaces next to you are empty, check count of inventory items in relation to empty spaces and subtract the inventory item count from the number of empty spaces, fill empty spaces through loop iteration and clear relevant memory spots for the inventory
Yeah, I was thinking you'd have to read the item ID/value into memory, and repeatedly write an item to a specified slot, drop it, and repeat. Calculating if spaces are empty sounds like a nice QoL to avoid the in-game error message, but that is assuming you are dropping via the in-game drop method. If you want them all to pop out at once, it's a lot of extra work, I would assume. Maybe what trees do can be emulated somehow? Like maybe there's a function or hook?

Idk, but it sounds not fun for what you get back from it. I guess I don't cheat though. I still just want a "Shop Always Open" code.
 

DestinyFeather

Well-Known Member
Member
Joined
Sep 14, 2009
Messages
428
Trophies
1
XP
1,121
Country
United States
Because my grand idea before NHSE existed was to scan for my character position in order to spawn items on the ground. To achieve that end I attempted to do a scan for my character's current position and what ended up happening was Cheatengine froze forever when I tried to do a scan for unknown initial value and changed value (Because probably the character's going to move on a kind of grid but we don't know if the values are getting subtracted or added).

My second plan when that failed was to drop a bunch of diy recipes and scan for their values in the memory because you can probably locate them on the ground if there's nothing on the ground and then scan for the value of the item.

But if that worked you would still have to find a way in order to figure out what's next to you and then somehow convert it all into a code together with enumerating what's in your inventory and if it's possible to drop

Thankfully I didn't have to figure it out because nhse came out
 
Last edited by DestinyFeather,
  • Like
Reactions: Mopquill

Mopquill

Grumpy Developer
Developer
Joined
Oct 16, 2011
Messages
283
Trophies
0
XP
566
Country
United States
Ah I See, thank you!
Sure. Here's a code that might help, if you want.
Code:
[S20x50 ZL+D-Up Customization Kits]
80002100
08100000 AC3B9158 00000049 000009D1
20000000
I haven't tested it, but it should be such that you can hold ZL and press D-up with this cheat active and it will change your slot 20 to have 50 customization kits.
 

alxrite

Well-Known Member
Newcomer
Joined
Nov 11, 2018
Messages
86
Trophies
0
Age
42
XP
320
Country
United States
To my knowledge, it's likely possible, but we don't have any idea where the address for item you're currently dropping is, or if you can even drop 9 items at one time. It might be such that you'd need to have a script drop nine sequential items from the same slot, refilling it, and we're just not there yet.

As a backup, it would be easier to cheat the same item into 9 slots of your choosing, and then drop each of them manually in succession.

Thank you for the reply. I currently have it in 2 slots and just go back-n-forth between the two. Thank you again! I really do appreciate all your help!
 

Klavice Gavin

Active Member
Newcomer
Joined
Feb 25, 2016
Messages
43
Trophies
0
Age
30
XP
202
Country
Canada
What offsets do you edit in your postbox to stop the mail from duping one letter? I used cheats prior to NHSE and now every day I wake up to a full postbox with it being from one sender. I don't want to start over, but if I had some knowledge of how to manipulate the offset so my mailbox won't overflow. Oh and I wanted to TT to get Nook's cranny to open and the Residential Services building to open faster.
 

DestinyFeather

Well-Known Member
Member
Joined
Sep 14, 2009
Messages
428
Trophies
1
XP
1,121
Country
United States
Last edited by DestinyFeather,

Luana91

Member
Newcomer
Joined
Mar 28, 2020
Messages
23
Trophies
0
Age
31
XP
64
Country
Italy
Use Tesla to overlay Edizon for cheats. I believe Ultimos has attached some files for this to the main post, otherwise, you can see the post here if you'd like to put them together yourself.
I can see the overlay foir cheat but I don't see any cheat, is empty. And i have only 1 cheat on file cause if i write more don't work. And is normal on edizon i don't found the game AC but another yes?
 

Mopquill

Grumpy Developer
Developer
Joined
Oct 16, 2011
Messages
283
Trophies
0
XP
566
Country
United States
I can see the overlay foir cheat but I don't see any cheat, is empty. And i have only 1 cheat on file cause if i write more don't work. And is normal on edizon i don't found the game AC but another yes?
Make sure you are up to date on version 1.1.4, and that your files are named the same way as this image shows below, and make sure your file is using the correct path based on your custom firmware:

upload_2020-4-8_2-13-31.png


You can download a sample .zip file from the OP (first post in this thread) to get a basic set up, then add/edit cheats from there.
 

putti

nerd
Member
Joined
Mar 23, 2016
Messages
213
Trophies
0
XP
308
Country
United States

Mopquill

Grumpy Developer
Developer
Joined
Oct 16, 2011
Messages
283
Trophies
0
XP
566
Country
United States
Coudn't find the answer. Do we know which item (number) are the golden tools recipes?
All DIY recipes are 16A2, extra data is as follows:
Code:
292 golden net
293 golden watering can
294 Golden shovel
295 Golden slingshot
296 Golden rod
297 Golden axe

Data is all available here: https://pastebin.com/w8CVN7Zr

You can use this generator to make cheats by using the data like I've filled out here. What I just linked is configured to put a Golden Net Recipe in Slot 20 of your inventory when you hold ZL and press D-pad Up.
 

vgplayer54

Well-Known Member
Member
Joined
Feb 4, 2010
Messages
555
Trophies
1
XP
1,928
Country
Canada
At the moment, I don't think it works with clothing/outfit. It could only load images and some QR codes, and .acnl files but I think that's it. For now at least.
Darn, but thank you for this resource, it's nice to at least add in the .acnl files. I am excited for the day we can customize outfits through one of these design apps as well.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    HiradeGirl @ HiradeGirl: Have a nice day. Life. Week. Month. year.