ROM Hack RELEASE ACNHMobileSpawner: A mobile app to spawn items in Animal Crossing New Horizons on the go!

matt523423

New Member
Newbie
Joined
Jun 6, 2020
Messages
3
Trophies
0
Age
31
XP
49
Country
United States
Now that you show them those hidden items, people want me to include them too.
I believe some of those people are item sellers.
I just hope that they stop using "No ban", "completely safe"... etc when they try to sell those...
That shouldn't be problem with these items though, as there isn't a way to drop or give them to someone else?
 

berichan

ACNHMobileSpawner dev
OP
Member
Joined
Dec 9, 2014
Messages
224
Trophies
0
XP
625
Country
Antarctica
Poker have those that have their Japanese name shown in game because they were shown by dataminer. But I believe not many item sellers know that there are items without name. I parse that "item.csv" and call it "Full" item list and no one question me if it is true or not...

Anyhow... here is the "full" list and my most likely wrong translate:
Code:
Handbag(Vegetable),NPC item,111F
Broom,NPC item,1120
Dumbbell(Large),NPC item,1568
Firewood,NPC item,1756
Hammer & Wrench,NPC item,17D4
Flag,NPC item,1AE6
Comic,NPC item,1BD3
Paper lunch bag,NPC item,1BD4
Handbag(White),NPC item,1BD5
Fruit basket,NPC item,1BD6
Note & Pen(Label),NPC item,1C75
Duster,NPC item,1C8D
Handbag(Pink&Flower),NPC item,1C8F
Handbag(Brown),NPC item,1C90
Novel,NPC item,1C91
Magazine(Fashion),NPC item,1C92
Magazine(Music),NPC item,1C93
Magazine(Fitness),NPC item,1C94
Dumbbell(Small),NPC item,1CE3
Dognut,NPC item,1CE5
Sandwich,NPC item,1CE6
Juice(Orange),NPC item,1CE7
Juice(Green),NPC item,1CE8
Magnifying glass,NPC item,1CE9
Cup(Yellow),NPC item,1DF5
Cup(White),NPC item,1DF6
Smoothie(Orange),NPC item,1DF7
Lollipop,NPC item,1E4C
Green foxtail,NPC item,1EB6
Wooden Stick,NPC item,1EB7
Suzuki Grass,NPC item,1EB8
Fishing Rod(CJ),NPC item,1F20
Smoothie(Pink),NPC item,1F61
Smoothie(Yellow),NPC item,1F62
Barbecue skewers,NPC item,217C
Soup,NPC item,217D
Plant spray bottle(Isabelle),NPC item,2275
Popsicle(Coffee?),NPC item,22DF
Popsicle(Chocolate?),NPC item,22E0
Book(Fish),NPC item,2354
Book(Flower),NPC item,2355
Net(Flick),NPC item,2594
DAL mug,NPC item,2624
Book(Fossil),NPC item,2625
Hammer,NPC item,2B79
Paint brush,NPC item,3148
Wedding bouquet(Reese),NPC item,31BC
Scallop(Pascal),NPC item,32B1

I ended up translating all 163 items, but it's probably better to only expose the 48 usable ones like in poker, I might switch to that. Some of them are used in the tree creator too.

Edit: my list is here: https://github.com/berichan/ACNHMobileSpawner/wiki/List-of-internal-items

True, but they can easily be placed on the ground. And once people without knowledge pick it up, it can't be easily remove...

Feel like I need to start putting warnings everywhere with these now.

Amazing work as always! Would it ever be possible to add USB injection to the Mac version? That would be a huge convenience, as I hate having to boot into windows every time to use NHSE just for the usb function

Not at this time unfortunately, USB stuff through Unity is very raw and painful because libusbdotnet doesn't work.
 
Last edited by berichan,

uniquebriar

Well-Known Member
Newcomer
Joined
Jul 16, 2017
Messages
84
Trophies
0
Age
55
XP
298
Country
United States
Poker have those that have their Japanese name shown in game because they were shown by dataminer. But I believe not many item sellers know that there are items without name. I parse that "item.csv" and call it "Full" item list and no one question me if it is true or not...

Anyhow... here is the "full" list and my most likely wrong translate:
Code:
Pinata stick,NPC item,0B0D
Handbag(Vegetable),NPC item,111F
Broom,NPC item,1120
Coffee,NPC item,1124
Popsicle(Soda),NPC item,1126
Dumbbell(Large),NPC item,1568
Firewood,NPC item,1756
Hammer & Wrench,NPC item,17D4
Tour flag,NPC item,1AE6
Manga,NPC item,1BD3
Paper lunch bag,NPC item,1BD4
Handbag(White),NPC item,1BD5
Fruit basket,NPC item,1BD6
Note & Pen(Label),NPC item,1C75
Duster,NPC item,1C8D
Handbag(Pink&Flower),NPC item,1C8F
Handbag(Brown),NPC item,1C90
Novel,NPC item,1C91
Magazine(Fashion),NPC item,1C92
Magazine(Music),NPC item,1C93
Magazine(Fitness),NPC item,1C94
Dumbbell(Small),NPC item,1CE3
Donut,NPC item,1CE5
Sandwich,NPC item,1CE6
Juice(Orange),NPC item,1CE7
Juice(Green),NPC item,1CE8
Magnifying glass,NPC item,1CE9
Cup(Yellow),NPC item,1DF5
Cup(White),NPC item,1DF6
Smoothie(Orange),NPC item,1DF7
Lollipop,NPC item,1E4C
Green foxtail,NPC item,1EB6
Wooden stick,NPC item,1EB7
Susuki Grass,NPC item,1EB8
Fishing Rod(CJ),NPC item,1F20
Smoothie(Pink),NPC item,1F61
Smoothie(Yellow),NPC item,1F62
Barbecue skewer,NPC item,217C
Minestrone,NPC item,217D
Plant spray bottle(Isabelle),NPC item,2275
Popsicle(Orange),NPC item,22DF
Popsicle(Chocolate),NPC item,22E0
Book(Fish),NPC item,2354
Book(Flower),NPC item,2355
Net(Flick),NPC item,2594
DAL mug,NPC item,2624
Book(Fossil),NPC item,2625
Hammer,NPC item,2B79
Paint brush,NPC item,3148
Wedding bouquet(Reese),NPC item,31BC
Scallop(Pascal),NPC item,32B1
Poker have those that have their Japanese name shown in game because they were shown by dataminer. But I believe not many item sellers know that there are items without name. I parse that "item.csv" and call it "Full" item list and no one question me if it is true or not...

Anyhow... here is the "full" list and my most likely wrong translate:
Code:
Pinata stick,NPC item,0B0D
Handbag(Vegetable),NPC item,111F
Broom,NPC item,1120
Coffee,NPC item,1124
Popsicle(Soda),NPC item,1126
Dumbbell(Large),NPC item,1568
Firewood,NPC item,1756
Hammer & Wrench,NPC item,17D4
Tour flag,NPC item,1AE6
Manga,NPC item,1BD3
Paper lunch bag,NPC item,1BD4
Handbag(White),NPC item,1BD5
Fruit basket,NPC item,1BD6
Note & Pen(Label),NPC item,1C75
Duster,NPC item,1C8D
Handbag(Pink&Flower),NPC item,1C8F
Handbag(Brown),NPC item,1C90
Novel,NPC item,1C91
Magazine(Fashion),NPC item,1C92
Magazine(Music),NPC item,1C93
Magazine(Fitness),NPC item,1C94
Dumbbell(Small),NPC item,1CE3
Donut,NPC item,1CE5
Sandwich,NPC item,1CE6
Juice(Orange),NPC item,1CE7
Juice(Green),NPC item,1CE8
Magnifying glass,NPC item,1CE9
Cup(Yellow),NPC item,1DF5
Cup(White),NPC item,1DF6
Smoothie(Orange),NPC item,1DF7
Lollipop,NPC item,1E4C
Green foxtail,NPC item,1EB6
Wooden stick,NPC item,1EB7
Susuki Grass,NPC item,1EB8
Fishing Rod(CJ),NPC item,1F20
Smoothie(Pink),NPC item,1F61
Smoothie(Yellow),NPC item,1F62
Barbecue skewer,NPC item,217C
Minestrone,NPC item,217D
Plant spray bottle(Isabelle),NPC item,2275
Popsicle(Orange),NPC item,22DF
Popsicle(Chocolate),NPC item,22E0
Book(Fish),NPC item,2354
Book(Flower),NPC item,2355
Net(Flick),NPC item,2594
DAL mug,NPC item,2624
Book(Fossil),NPC item,2625
Hammer,NPC item,2B79
Paint brush,NPC item,3148
Wedding bouquet(Reese),NPC item,31BC
Scallop(Pascal),NPC item,32B1

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

Is it possible to spawn any villager into the campsite after using the amiibo that would be cool to see raymond judy ect PM me if you can make this happen :)
 

fiveighteen

Distractible Dabbler
Member
Joined
Jun 30, 2008
Messages
1,768
Trophies
2
XP
1,930
Country
United States
True, but they can easily be placed on the ground. And once people without knowledge pick it up, it can't be easily remove...
I can't figure out ANY way to remove it once in your inventory (outside of hacking away it away). Can't throw it away, wrap it, clean it up, sell it, store it... Dangerous stuff for average players!
 

berichan

ACNHMobileSpawner dev
OP
Member
Joined
Dec 9, 2014
Messages
224
Trophies
0
XP
625
Country
Antarctica
Unsure what to do about the internal items tbh, if this
KYmv9Rs.png
face isn't enough to deter people doing anything stupid with internal items then it's probably best to just hide them again.

Also, if anyone has a dump of ACNH 1.3.1 and could post me the sha1 of their romfs/Bcsv/ItemParam.bcsv I would very much appreciate it. Right now everything around item 3253 (row 1089) is super corrupt for me and I can't work on ACNHMS until I fix it :/
 
Last edited by berichan,
  • Like
Reactions: uniquebriar

uniquebriar

Well-Known Member
Newcomer
Joined
Jul 16, 2017
Messages
84
Trophies
0
Age
55
XP
298
Country
United States
Unsure what to do about the internal items tbh, if this
KYmv9Rs.png
face isn't enough to deter people doing anything stupid with internal items then it's probably best to just hide them again.

Also, if anyone has a dump of ACNH 1.3.1 and could post me the sha1 of their romfs/Bcsv/ItemParam.bcsv I would very much appreciate it. Right now everything around item 3253 (row 1089) is super corrupt for me and I can't work on ACNHMS until I fix it :/
Please hide them these items are a real threat to non hackers trust me even my apps crashed because it it
 

berichan

ACNHMobileSpawner dev
OP
Member
Joined
Dec 9, 2014
Messages
224
Trophies
0
XP
625
Country
Antarctica
Is the villager swap all sorted out? I have a fairly new island and still only have the starting 5....but I don’t like any of them.

I haven't had a bug report on it since I rolled out my fix so I assume it's sorted now. But as always, you should use jksv to make a backup first.

Tested on SXOS its working fine. Now iam Testing the Cheats with SX.

Fab, is that the latest version of SXOS you're using?
 

berichan

ACNHMobileSpawner dev
OP
Member
Joined
Dec 9, 2014
Messages
224
Trophies
0
XP
625
Country
Antarctica
Sprichst du Deutsch bzw bist Deutscher?
Also eben auf SXOS 3.0.2 getestet da läuft es perfekt.

I'm not, honestly my German is so bad I won't even try to reply to save you from a laughing fit. I can translate single words somewhat ok (with help), which is why I could do the NHSE commits.
Super, saw that later versions of SXOS were causing black screens with certain sysmodules like sys-botbase.
 

Steve2021

Member
Newcomer
Joined
Jul 4, 2020
Messages
8
Trophies
0
Age
38
XP
77
Country
Germany
I'm not, honestly my German is so bad I won't even try to reply to save you from a laughing fit. I can translate single words somewhat ok (with help), which is why I could do the NHSE commits.
Super, saw that later versions of SXOS were causing black screens with certain sysmodules like sys-botbase.

I can test the latest SX OS and give you a Feedback. Thanks for your Perfect Work.
 
  • Like
Reactions: berichan

TrueGamerGirl

Active Member
Newcomer
Joined
Nov 4, 2010
Messages
39
Trophies
1
XP
235
Country
United States
So it was working for me after update I suddenly got all gifts in inventory and now it's back to "fail validate" (yes I've trouble shooted and read every page here) I keep resetting with L and not reading ram at all anymore. I try to restart switch too no go
 

megatron_lives

Well-Known Member
Member
Joined
Jul 6, 2006
Messages
287
Trophies
1
Age
40
Location
Hampshire
Website
www.enthalpynet.co.uk
XP
484
Country
I have an error. loaded ram fine, deleted a few items, write to RAM and bam, now all items in the inventory are presents and once opened are all empty! I tried to right again but it says fail validate, tried with this validate turned off in settings, but can't restore the inventory- I can't delete anything eithter, nothing works.

I'm a bit buggered now as have lost all tools etc. Does anyone know of a quick fix, other tool to edit the save file or fix this issue to get items back into the inventory?!?! My last save backup was so long ago, I don't really want to restore :-(
 

berichan

ACNHMobileSpawner dev
OP
Member
Joined
Dec 9, 2014
Messages
224
Trophies
0
XP
625
Country
Antarctica
So it was working for me after update I suddenly got all gifts in inventory and now it's back to "fail validate" (yes I've trouble shooted and read every page here) I keep resetting with L and not reading ram at all anymore. I try to restart switch too no go

I have an error. loaded ram fine, deleted a few items, write to RAM and bam, now all items in the inventory are presents and once opened are all empty! I tried to right again but it says fail validate, tried with this validate turned off in settings, but can't restore the inventory- I can't delete anything eithter, nothing works.

I'm a bit buggered now as have lost all tools etc. Does anyone know of a quick fix, other tool to edit the save file or fix this issue to get items back into the inventory?!?! My last save backup was so long ago, I don't really want to restore :-(

Getting all gifts followed by a fail validate is the normal procedure. Validation fails because empty gifts aren't "valid" and you should try to write something without a read first (after you have backed up using jksv)

Empty gifts are caused by the write offset being incorrect. The write inventory offset is incorrect because of a variety of issues, this is usually because of a sysmodule/plugin and in most cases cheats being loaded. There's a troubleshooting page here: https://github.com/berichan/ACNHMobileSpawner/wiki/FAQ-and-Troubleshooting

This is an issue with how sys-botbase works, and happens with sys-botbase 1.4 onwards (afaik there were fewer issues with 1.3, but there were still issues).

If you're looking for a manual save edit and are unable to fix the offset error. Backup your save with jksv and use NHSE to edit your inventory.
 

megatron_lives

Well-Known Member
Member
Joined
Jul 6, 2006
Messages
287
Trophies
1
Age
40
Location
Hampshire
Website
www.enthalpynet.co.uk
XP
484
Country
Getting all gifts followed by a fail validate is the normal procedure. Validation fails because empty gifts aren't "valid" and you should try to write something without a read first (after you have backed up using jksv)

Empty gifts are caused by the write offset being incorrect. The write inventory offset is incorrect because of a variety of issues, this is usually because of a sysmodule/plugin and in most cases cheats being loaded. There's a troubleshooting page here: https://github.com/berichan/ACNHMobileSpawner/wiki/FAQ-and-Troubleshooting

This is an issue with how sys-botbase works, and happens with sys-botbase 1.4 onwards (afaik there were fewer issues with 1.3, but there were still issues).

If you're looking for a manual save edit and are unable to fix the offset error. Backup your save with jksv and use NHSE to edit your inventory.


Ok so I have turned Tesla overlay and sys-con off, started the game with holding L, and gone through the offset troubleshooter, where indeed the offset was correct and if I turn of the validation in the app, I can read and write to the ram and get items in my inventory.

But when I save the inventory restores to its previous state (that is empty) ignoring anything added from the app?!?

I am confident there are no cheats loaded or sys modules but now have an empty inventory.... I did notice that before this when collecting 5 wisp spirits, I kept getting duplicates. Anyway, could the save be corrupted? I'll try NHSE and see if I can restore the inventory but it is just weird....


EDIT: resinstalled sys-botbase and can get this to save inventory changes now when validation on the app is turned off - even though the offset is correct (from checking in the offset troubleshooting tutorial) so at least now I can rebuild my inventory, but I'm still curious why the validate error when the offset is correct?
 
Last edited by megatron_lives,

berichan

ACNHMobileSpawner dev
OP
Member
Joined
Dec 9, 2014
Messages
224
Trophies
0
XP
625
Country
Antarctica
Ok so I have turned Tesla overlay and sys-con off, started the game with holding L, and gone through the offset troubleshooter, where indeed the offset was correct and if I turn of the validation in the app, I can read and write to the ram and get items in my inventory.

But when I save the inventory restores to its previous state (that is empty) ignoring anything added from the app?!?

I am confident there are no cheats loaded or sys modules but now have an empty inventory.... I did notice that before this when collecting 5 wisp spirits, I kept getting duplicates. Anyway, could the save be corrupted? I'll try NHSE and see if I can restore the inventory but it is just weird....


EDIT: resinstalled sys-botbase and can get this to save inventory changes now when validation on the app is turned off - even though the offset is correct (from checking in the offset troubleshooting tutorial) so at least now I can rebuild my inventory, but I'm still curious why the validate error when the offset is correct?

Validation will fail if even 1 of the inventory slots has anything in there that shouldn't be (and may still show up as an empty inventory slot in-game). Glad it's working for you now, you could try writing an empty inventory (start app > connect > immediately write) then start injecting items so garbage data isn't present.
 

TrueGamerGirl

Active Member
Newcomer
Joined
Nov 4, 2010
Messages
39
Trophies
1
XP
235
Country
United States
Finally works. It seems for some that have to turn off tesla or any other thing pressing "L" like me were not doing it correctly at the right time. I tested this and have to be at the actual game start not the loading screen. It's all about timing and don't hold it to the point where the game starts talking. I've experimented this. If it's not working for you try different "L" timing.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    AncientBoi @ AncientBoi: :rofl2: