ROM Hack Animal Crossing New Horizons Item Spawning Tool

Kru5h

Well-Known Member
Member
Joined
Apr 16, 2020
Messages
228
Trophies
0
Age
59
XP
387
Country
United Kingdom
If items are given to a non-modded switch, can the non-modded switch get banned for having them?

I've been doing the same for the past 3 weeks with my daughters on local play, she is then distributing items to her friends online
No ban up to now, I can't see how they would detect this unless one of the items has a non valid property? Stick to legit items and you should be ok.
 

MyShiLingStar

Well-Known Member
Member
Joined
Dec 28, 2015
Messages
211
Trophies
0
Age
35
XP
501
Country
Japan
Let me do it this way I think I may get help if I just upload my Atmosphere SD Files so you guys can look this over and see why this program is not working, This is the only way I can get this cfw to boot no other way will work for me at all.
https://mega.nz/file/fSZkiabR#phySnx9LnTJq1PUPlWFelsJdZf3GaXecewUlbwB7Iyc

From your config, it shows that you have sys-clk, sys-con and sys-ftpd installed and possible running in the background.
Those are what most likely cause your problem.
If you are using Kosmos sd setup, please use the "Minimal" one and only add Signature Patches if needed.

ppppppppppppppppppppppppp.png
 

leerpsp

Well-Known Member
Member
Joined
Feb 22, 2014
Messages
1,742
Trophies
0
Age
33
XP
1,871
Country
United States
From your config, it shows that you have sys-clk, sys-con and sys-ftpd installed and possible running in the background.
Those are what most likely cause your problem.
If you are using Kosmos sd setup, please use the "Minimal" one and only add Signature Patches if needed.

ppppppppppppppppppppppppp.png
Ok I'll give that a go

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

https://ibb.co/Wtrg19Z

I left sys-clk on the sd card don't know if that mattered but this is what its doing now but at lest its not spawning 10 like it was before

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

Its kinda working on some things like if i spawn Golden shovel I get slip-on loafers or if i spawn golden slingshot I getwendy's photo but peachs do not work for me it seems. If I spawn ACHN Nintendo Switch I get Ricky's photo
 
Last edited by leerpsp,

MyShiLingStar

Well-Known Member
Member
Joined
Dec 28, 2015
Messages
211
Trophies
0
Age
35
XP
501
Country
Japan
Ok I'll give that a go

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

https://ibb.co/Wtrg19Z

I left sys-clk on the sd card don't know if that mattered but this is what its doing now but at lest its not spawning 10 like it was before

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

Its kinda working on some things like if i spawn Golden shovel I get slip-on loafers or if i spawn golden slingshot I getwendy's photo but peachs do not work for me it seems.

Your connection has no problem, it means your address is still a bit off because some program is still running on the background.

My advice is to start from scratch.
Remove everything except the "Nintendo" folder
Download the "Minimal" Komos pack (Add Signature Patches if needed)
Download sys-botbase
And then retry.
 

leerpsp

Well-Known Member
Member
Joined
Feb 22, 2014
Messages
1,742
Trophies
0
Age
33
XP
1,871
Country
United States
Your connection has no problem, it means your address is still a bit off because some program is still running on the background.

My advice is to start from scratch.
Remove everything except the "Nintendo" folder
Download the "Minimal" Komos pack (Add Signature Patches if needed)
Download sys-botbase
And then retry.
Fixed it I removed all them files and now its working
 
Last edited by leerpsp,

Kru5h

Well-Known Member
Member
Joined
Apr 16, 2020
Messages
228
Trophies
0
Age
59
XP
387
Country
United Kingdom
@MyShiLingStar

It fires up but doesn't read the config file for the IP address. I've manually typed it in and managed to connect (goes green)
Then I guess its trying to read the items as it pauses and crashes out with no error report.

I've noticed The radio buttons for player 1 & 2 are missing, can you check you have the latest version compiled please?


I can confirm your version for Player 1 & Player 2 is working, also tried the recipes, they are working too, apart from the icon doesn't show in the look up list, red cross on white background suggesting missing icon?

It shows in the item slot with its Hex value. I've noticed the Recipes subfolder is not named correctly?. Tried various spellings including upper lower case R and with and without an s, also tried adding different spellings on a copied icon but still doesn't find it, so not sure what it's matching the lookup against.

Really good though, very happy :) , thanks for this
 

MyShiLingStar

Well-Known Member
Member
Joined
Dec 28, 2015
Messages
211
Trophies
0
Age
35
XP
501
Country
Japan
I can confirm your version for Player 1 & Player 2 is working, also tried the recipes, they are working too, apart from the icon doesn't show in the look up list, red cross on white background suggesting missing icon?

It shows in the item slot with its Hex value. I've noticed the Recipes subfolder is not named correctly?. Tried various spellings including upper lower case R and with and without an s, also tried adding different spellings on a copied icon but still doesn't find it, so not sure what it's matching the lookup against.

Really good though, very happy :) , thanks for this

My apologize for the images.
Because of how the original handle the image loading, it does not work in the "recipe table" at the moment.

And it is possible that in order to be able to display different variations of items in the future, the image naming might need to be change very soon. Right now please ignore the missing images at the recipe mode

Code:
 string itemPath = @"img\receipe\recipe_icon.png";
And yes, I made a small typo.....:shy:
 
Last edited by MyShiLingStar,
  • Like
Reactions: Kru5h

Kru5h

Well-Known Member
Member
Joined
Apr 16, 2020
Messages
228
Trophies
0
Age
59
XP
387
Country
United Kingdom
My apologize for the images.
Because of how the original handle the image loading, it does not work in the "recipe table" at the moment.

And it is possible that in order to be able to display different variations of items in the future, the image naming might need to be change very soon. Right now please ignore the missing images at the recipe mode

Code:
 string itemPath = @"img\receipe\recipe_icon.png";
And yes, I made a small typo.....:shy:

I'm happy, no apology needed, great work, very useful additions
 

MyShiLingStar

Well-Known Member
Member
Joined
Dec 28, 2015
Messages
211
Trophies
0
Age
35
XP
501
Country
Japan
I'm happy, no apology needed, great work, very useful additions

Just updated and fixed the typo.
Currently, if you want images to be displayed in the recipe mode, you have to copy the images to the "Recipes" folder.

Like:
Code:
img\Recipes\Juicy-Apple TV.png
img\Recipes\Pear wardrobe.png
9.png
 

Attachments

  • Release3.zip
    105.8 KB · Views: 159
Last edited by MyShiLingStar,
  • Like
Reactions: Kru5h

Kru5h

Well-Known Member
Member
Joined
Apr 16, 2020
Messages
228
Trophies
0
Age
59
XP
387
Country
United Kingdom
how can i make nook miles ticket and 99k bell bag display images?


Add these 2 images into the following sub folder img > misc

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

Just updated and fixed the typo.
Currently, if you want images to be displayed in the recipe mode, you have to copy the images to the "Recipes" folder.

Like:
Code:
img\Recipes\Juicy-Apple TV.png
img\Recipes\Pear wardrobe.png
9.png

Thanks for fixing
 

Attachments

  • 99K Bells.png
    99K Bells.png
    10.9 KB · Views: 133
  • Nook Miles Ticket.png
    Nook Miles Ticket.png
    9.3 KB · Views: 149

catlady77

Well-Known Member
Member
Joined
Apr 7, 2020
Messages
807
Trophies
0
Age
35
XP
788
Country
United States
Add these 2 images into the following sub folder img > misc

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



Thanks for fixing

hmmm so when i try to add the images (just 2) i get "out of memory" error. i downloaded your most recent post for Release 3.
 

Kru5h

Well-Known Member
Member
Joined
Apr 16, 2020
Messages
228
Trophies
0
Age
59
XP
387
Country
United Kingdom
hmmm so when i try to add the images (just 2) i get "out of memory" error. i downloaded your most recent post for Release 3.

Hi @catlady77
I've added the 2 png files where they need to go for Nook tickets and 99k bells under img>misc
I've also added the main bushes/shrubs pics in the img>Bushes and most of the Wedding items in img>Wedding Item sub folders
Unpack and add them to your existing img folder

delete your old items.csv and replace with the one included as some of the item classes have been renamed into Wedding items for now. Strictly speaking, wallpaper, shoes, clothing, etc have their own folders/classes but its simpler for now to class them all as wedding items as you can then type wedding in the search and they should all display together

Release 3 from @MyShiLingStar recipes are in a separate csv file within the release 3 download
You will need this in the folder where the .exe file and the items.csv file is for these to work.

Regards
 

Attachments

  • ACNH Poker.rar
    577.6 KB · Views: 144
  • Like
Reactions: Z3nZ3s

LashingErick

New Member
Newbie
Joined
Apr 26, 2020
Messages
1
Trophies
0
Age
28
XP
81
Country
United States
I am completely new to all of this CFW stuff and I have been trying to get this item spawning tool to work for me and I can't even get it to connect to the program after I put the sys-botbase into my SD card. any specific reason why my switch won't connect to the program on my laptop? I tried deleting everything off the SD and started from scratch as well as only downloaded the minimal for Kosmos. someone please help!
 

Z3nZ3s

Well-Known Member
Newcomer
Joined
Jul 27, 2018
Messages
76
Trophies
0
XP
663
Country
Antarctica
I am completely new to all of this CFW stuff and I have been trying to get this item spawning tool to work for me and I can't even get it to connect to the program after I put the sys-botbase into my SD card. any specific reason why my switch won't connect to the program on my laptop? I tried deleting everything off the SD and started from scratch as well as only downloaded the minimal for Kosmos. someone please help!
is your IP address set right?
 

MyShiLingStar

Well-Known Member
Member
Joined
Dec 28, 2015
Messages
211
Trophies
0
Age
35
XP
501
Country
Japan
I am completely new to all of this CFW stuff and I have been trying to get this item spawning tool to work for me and I can't even get it to connect to the program after I put the sys-botbase into my SD card. any specific reason why my switch won't connect to the program on my laptop? I tried deleting everything off the SD and started from scratch as well as only downloaded the minimal for Kosmos. someone please help!

If it won't connect it means:

1. You got your IP address wrong. Check your System Settings > Internet

2. You have not install "sys-botbase" properly. Copy sys-botbase files to your sd card and restart your switch and try again.
 

Kru5h

Well-Known Member
Member
Joined
Apr 16, 2020
Messages
228
Trophies
0
Age
59
XP
387
Country
United Kingdom
I am completely new to all of this CFW stuff and I have been trying to get this item spawning tool to work for me and I can't even get it to connect to the program after I put the sys-botbase into my SD card. any specific reason why my switch won't connect to the program on my laptop? I tried deleting everything off the SD and started from scratch as well as only downloaded the minimal for Kosmos. someone please help!

sent you a PM, check your mail top right
 

PepeAM27

New Member
Newbie
Joined
Apr 26, 2020
Messages
1
Trophies
0
Age
27
XP
42
Country
Spain
Hi!
Can anyone bring back the shortcout to spawn the item with the F2 key that was in the previous release before the 1.2 update? Thanks
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    Bigonya uses his wiener to mod 360s
    +1
  • Xdqwerty @ Xdqwerty:
    Going to the water park, see ya
  • BigOnYa @ BigOnYa:
    You should update the 360 to newest dash before RGHing it yes. But not a big deal if you don't, you can install new dash/avatar updates after. It's just easier to do it auto online before, instead manual offline after.
  • BigOnYa @ BigOnYa:
    Have fun @Xdqwerty. If you see a chocolate candy bar floating in the water, don't eat it!
  • AncientBoi @ AncientBoi:
    :O:ohnoes: Y didn't U Tell ME that ALSO? @BigOnYa :ohnoes: 🤢🤮
    +1
  • BigOnYa @ BigOnYa:
    Does it taste like... chicken?
    +1
  • S @ salazarcosplay:
    @BigOnYa I wanted to ask you about your experience with seeing south park. Most of the people a bit younger like my younger brother and cousins that are a few younger than me that saw kids found south park funny because of the curse words, kids at school, that seemed like liking the show on a very basic level.

    I could not quite have a in depth discussion of the show.

    How was it for you? As an adult. What did you find the most interesting part about it. Did you relate to the parents of the kids and their situations. Was it satires, the commentary on society. The references on celebrities' and pop culture.
    +1
  • BigOnYa @ BigOnYa:
    I remember seeing the very first episode back in the day, and have watched every episode since. I used to set my VCR to record them even, shows how long ago.
  • BigOnYa @ BigOnYa:
    I just like any comedies really, and cartoons have always been a favorite of mine. Family guy, American Dad, Futurama, Cleveland Show, Simpsons - I like them all.
    +1
  • BigOnYa @ BigOnYa:
    South Park is great cause they always touch on relavent issues going on today, and make something funny out of it.
    +3
  • S @ salazarcosplay:
    @BigOnYa were you always up to date on the current events and issues of the time or were there issues that you first found out thru south park
  • BigOnYa @ BigOnYa:
    Most of the time yea I knew, I watch and read the news regularly, but sometimes the Hollywood BS stuff, like concerning actors slip by me. I don't follow most Hollywood BS (example: the Kardasians)
    +2
  • S @ salazarcosplay:
    @BigOnYa there were relevant issues before south park was made, that's why i think a south park prequel/spinoff would be great. Randy and his friends in their child hood
    +1
  • BigOnYa @ BigOnYa:
    Yea, like them running in high school together, getting into stuff, and how they got hitched and had kids. And how the town of South Park was back then compared to now. That would be cool to see.
  • BakerMan @ BakerMan:
    yeah
  • The Real Jdbye @ The Real Jdbye:
    @salazarcosplay if they made a prequel, it would still be about current issues, cause it doesn't make sense to make it about stuff that happened 30 years ago that nobody cares about anymore
  • The Real Jdbye @ The Real Jdbye:
    it's too late
  • The Real Jdbye @ The Real Jdbye:
    the older south park episodes about particular issues usually age poorly since the topic is no longer relevant
  • The Real Jdbye @ The Real Jdbye:
    an exception is giant douche vs turd sandwich, that's always relevant :P
    +1
  • K3Nv2 @ K3Nv2:
    I was gone for like an hour and none of you thought to write or call pos
  • BigOnYa @ BigOnYa:
    We knew you were going to Sonic to get lunch.
  • K3Nv2 @ K3Nv2:
    Sonics fast I would've been home in 10 mins
  • BigOnYa @ BigOnYa:
    Meet and greet with AncientBoi then?
  • K3Nv2 @ K3Nv2:
    That would've gone slow he's old
    +1
    K3Nv2 @ K3Nv2: That would've gone slow he's old +1