ROM Hack Animal Crossing New Horizons Cheat Database

vgplayer54

Well-Known Member
Member
Joined
Feb 4, 2010
Messages
555
Trophies
1
XP
1,889
Country
Canada
most if not all cheat files are written for player 1
Quick question - if most of these cheats were designed for Player 1 (or the island representative), would we be able to essentially use NHSE to make two player 1's using the "Island Creator" checkbox? I noticed you can check that box for more than one profile and therefore have multiple island representatives...would that work?
 

catlady77

Well-Known Member
OP
Member
Joined
Apr 7, 2020
Messages
807
Trophies
0
Age
35
XP
788
Country
United States
U can convert every Cheat to work for other player.

are you asking or telling? did you read the first post? I am not a dev or dataminer. this isnt a cheat request thread either, I literally moved all codes from AC reverse and put it here, and I wrote some pocket item cheats, that's it.
 

Elsen

Well-Known Member
Newcomer
Joined
Apr 28, 2020
Messages
60
Trophies
0
Age
43
XP
355
Country
Germany
are you asking or telling? did you read the first post? I am not a dev or dataminer. this isnt a cheat request thread either, I literally moved all codes from AC reverse and put it here, and I wrote some pocket item cheats, that's it.
I'm telling.

Do

Do you know if it's relatively easy to do? Just add a line or two or a quick modification? If not, would the idea I posted earlier about making multiple representatives work?
It's just changing some lines in the code.
 

vgplayer54

Well-Known Member
Member
Joined
Feb 4, 2010
Messages
555
Trophies
1
XP
1,889
Country
Canada
I'm telling.


It's just changing some lines in the code.
Would you happen to know which lines? or have instructions so I could do it myself? I did a search in several threads here but could not find a method for this.

EDIT: I found the offsets but am now trying to figure out how to use them...

AC4723D0 - Player 1
AC4DFA90 - Player 2
AC54D150 - Player 3
AC5BA810 - Player 4

So, for example, if I had this code for P1:

08100000 AC4723D0 0083E010 00000F16
08100000 AC4723D8 0083E043 00000F18
08100000 AC4723E0 0083E00C 00000F1A
08100000 AC4723E8 0083E0F3 00000F1C

would this then work for P2?

08100000 AC4DFA90 0083E010 00000F16
08100000 AC4DFA98 0083E043 00000F18
08100000 AC4DFAA0 0083E00C 00000F1A
08100000 AC4DFAA8 0083E0F3 00000F1C
 
Last edited by vgplayer54,

Elsen

Well-Known Member
Newcomer
Joined
Apr 28, 2020
Messages
60
Trophies
0
Age
43
XP
355
Country
Germany
Would you happen to know which lines? or have instructions so I could do it myself? I did a search in several threads here but could not find a method for this.

EDIT: I found the offsets but am now trying to figure out how to use them...

AC4723D0 - Player 1
AC4DFA90 - Player 2
AC54D150 - Player 3
AC5BA810 - Player 4

So, for example, if I had this code for P1:

08100000 AC4723D0 0083E010 00000F16
08100000 AC4723D8 0083E043 00000F18
08100000 AC4723E0 0083E00C 00000F1A
08100000 AC4723E8 0083E0F3 00000F1C

would this then work for P2?

08100000 AC4DFA90 0083E010 00000F16
08100000 AC4DFA98 0083E043 00000F18
08100000 AC4DFAA0 0083E00C 00000F1A
08100000 AC4DFAA8 0083E0F3 00000F1C
Yes, it should work.

--------------------- MERGED ---------------------------
28.png

This works fine. I tested everything except Player 8, 'cause I couldn't get him on my Island, everytime I tried this showed up.
2020060923283900-02CB906EA538A35643C1E1484C4B947D.jpg
 
Last edited by Elsen,
  • Like
Reactions: uriri

vgplayer54

Well-Known Member
Member
Joined
Feb 4, 2010
Messages
555
Trophies
1
XP
1,889
Country
Canada
Yes, it should work.

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

View attachment 212469
this should work for inventorys but I didn't tested it.
I'll test it later today - but something I realized with the codes listed, many of the inventory codes include the P1 offset AC4723D0 making it fairly easy to edit for other players, but some do not like, for example:

[Trees and Bushes]
04100000 AC472418 00000B2D
04100000 AC472420 00000BCE
04100000 AC472428 00000BD3
04100000 AC472430 00000ECC
04100000 AC472438 00000ED0
04100000 AC472440 00000ED4
04100000 AC472448 00000ED8
04100000 AC472450 000030BE
04100000 AC472458 000030C2
04100000 AC472460 000030C9
04100000 AC472468 000030CC
04100000 AC472318 00000AEF
04100000 AC472320 00000AF5
04100000 AC472328 00000AFF
04100000 AC472330 00000D2F
04100000 AC472338 00000D2A
04100000 AC472340 00000D20
04100000 AC472348 00000D25
04100000 AC472350 00000D35
04100000 AC472358 00000AFA
04100000 AC472360 0000114A

How would one change this to work for P2?
 

Elsen

Well-Known Member
Newcomer
Joined
Apr 28, 2020
Messages
60
Trophies
0
Age
43
XP
355
Country
Germany
I'll test it later today - but something I realized with the codes listed, many of the inventory codes include the P1 offset AC4723D0 making it fairly easy to edit for other players, but some do not like, for example:

[Trees and Bushes]
04100000 AC472418 00000B2D
04100000 AC472420 00000BCE
04100000 AC472428 00000BD3
04100000 AC472430 00000ECC
04100000 AC472438 00000ED0
04100000 AC472440 00000ED4
04100000 AC472448 00000ED8
04100000 AC472450 000030BE
04100000 AC472458 000030C2
04100000 AC472460 000030C9
04100000 AC472468 000030CC
04100000 AC472318 00000AEF
04100000 AC472320 00000AF5
04100000 AC472328 00000AFF
04100000 AC472330 00000D2F
04100000 AC472338 00000D2A
04100000 AC472340 00000D20
04100000 AC472348 00000D25
04100000 AC472350 00000D35
04100000 AC472358 00000AFA
04100000 AC472360 0000114A

How would one change this to work for P2?
Add 6D6C0 to the value of the Slot ID for next Player everytime.

[Trees and Bushes (Player 2)]
04100000 AC4DFAD8 00000B2D
04100000 AC4DFAE0 00000BCE
04100000 AC4DFAE8 00000BD3
04100000 AC4DFAF0 00000ECC
04100000 AC4DFAF8 00000ED0
04100000 AC4DFB00 00000ED4
04100000 AC4DFB08 00000ED8
04100000 AC4DFB10 000030BE
04100000 AC4DFB18 000030C2
04100000 AC4DFB20 000030C9
04100000 AC4DFB28 000030CC
04100000 AC4DF9D8 00000AEF
04100000 AC4DF9E0 00000AF5
04100000 AC4DF9E8 00000AFF
04100000 AC4DF9F0 00000D2F
04100000 AC4DF9F8 00000D2A
04100000 AC4DFA00 00000D20
04100000 AC4DFA08 00000D25
04100000 AC4DFA10 00000D35
04100000 AC4DFA18 00000AFA
04100000 AC4DFA20 0000114A

The Inventory Code generator on Cheatslips will have the feature to change the Player too.
 
Last edited by Elsen,

h448

Well-Known Member
Member
Joined
Apr 4, 2014
Messages
310
Trophies
0
XP
1,133
Country
United States
Wonderfully formatted and informative first post of this thread OP. If you'd like to include my Star Trees page under your Hacked Trees tab for a little more in-depth methodology for more than just an EdiZon cheats method that would be okay with me. :)
 
  • Like
Reactions: catlady77

catlady77

Well-Known Member
OP
Member
Joined
Apr 7, 2020
Messages
807
Trophies
0
Age
35
XP
788
Country
United States
I'll test it later today - but something I realized with the codes listed, many of the inventory codes include the P1 offset AC4723D0 making it fairly easy to edit for other players, but some do not like, for example:

[Trees and Bushes]
04100000 AC472418 00000B2D
04100000 AC472420 00000BCE
04100000 AC472428 00000BD3
04100000 AC472430 00000ECC
04100000 AC472438 00000ED0
04100000 AC472440 00000ED4
04100000 AC472448 00000ED8
04100000 AC472450 000030BE
04100000 AC472458 000030C2
04100000 AC472460 000030C9
04100000 AC472468 000030CC
04100000 AC472318 00000AEF
04100000 AC472320 00000AF5
04100000 AC472328 00000AFF
04100000 AC472330 00000D2F
04100000 AC472338 00000D2A
04100000 AC472340 00000D20
04100000 AC472348 00000D25
04100000 AC472350 00000D35
04100000 AC472358 00000AFA
04100000 AC472360 0000114A

How would one change this to work for P2?

thats because i didn't start some codes in slot 1 because it would override my gold tools every time. this particular cheat starts at slot 10

Wonderfully formatted and informative first post of this thread OP. If you'd like to include my Star Trees page under your Hacked Trees tab for a little more in-depth methodology for more than just an EdiZon cheats method that would be okay with me. :)

EXCELLENT website, you really went into detail. I will put this on here asap
 

Iliak

Active Member
Newcomer
Joined
Dec 24, 2018
Messages
39
Trophies
0
Website
www.cheatslips.com
XP
279
Country
United States
U can convert every Cheat to work for other player.

Hi, I'm the guy behind www.cheatslips.com and also from the ACNH inventory editor. Currently you can only edit inventory for the player #1, but soon I'll add options to edit the inventory for all players (among new others incoming features).

Stay tuned !
 
  • Like
Reactions: wiitendo84

igoticecream

Well-Known Member
Newcomer
Joined
Jul 6, 2018
Messages
55
Trophies
0
Age
36
XP
369
Country
Spain
the codes for the non watered flowers does not use the correct genetics, to fix that, take every line on the watered flowers cheat codes and replace 83E0 to 0000

08100000 AC4723D0 0083E010 00000F16

will become

08100000 AC4723D0 00000010 00000F16
 
D

Deleted User

Guest
Those are still wrong in case people want to actually use those flowers to breed, they will work fine for just display, but they do not have correct genetics. You need another set of 8 digits before the last set of 8 digits to properly show the genetics. Analogman posted the proper hybrid codes here. https://gbatemp.net/threads/animal-...-bugs-etc-thread.560199/page-201#post-9032646
ah yes
im going to cheat in hacked flowers and then use those flowers to make legit flowers instead of just spawning more hacked flowers
logic
 

catlady77

Well-Known Member
OP
Member
Joined
Apr 7, 2020
Messages
807
Trophies
0
Age
35
XP
788
Country
United States
Ok I edited my post yesterday to say my basic and hybrid cheats don’t work as breeding but the one titled breed ready is. The only thing I like about my flower cheat is how I organized them so I’ll probably apply genetics to my personal file but it’s redundant to have two breeding flower codes if I fix mine for the public. I get that why people might want legit flowers for their legit switch.
 

yue383

New Member
Newbie
Joined
Jun 9, 2020
Messages
2
Trophies
0
Age
28
XP
37
Country
Mexico
some way to change the color of the furniture or items that are not customizable since they do not appear on the code generator page
 

Elsen

Well-Known Member
Newcomer
Joined
Apr 28, 2020
Messages
60
Trophies
0
Age
43
XP
355
Country
Germany
[QUOTE = "Elsen, post: 9088910, miembro: 525672"] ¿qué muebles quieres decir? [/ QUOTE]

impe
Please try again, I didn't understand one word.
If u want to look for some customation, u can use this file
https://workupload.com/file/2pGfpDduuXX
it's very big but it should have every customation option (except Tools and Photos).
 
Last edited by Elsen,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: "Now I know why he took his own life"