I want to dump my own cart game onto cfw switch, how do

Nokocchi52

Well-Known Member
OP
Member
Joined
Nov 15, 2016
Messages
102
Trophies
0
Age
34
XP
152
Country
United States
I recently had to get a new microSD, and I got most stuff working again, all except for the ability to dump my physical games onto my sdcard, mostly for Legend: Arceus so I can trade with myself without needing 2 carts.

back when I had my old SD card, I asked in the switch noob paradise and was told to "add kip1patch=nosigcheck right under your kip1=atmosphere/kips/* lines in order to bypass sigchecks", but the line I would put it under no longer exists in the hekate_ipl.ini file. This is what it currently looks like:

[config]
autoboot=0
autoboot_list=0
bootwait=3
backlight=100
autohosoff=1
autonogc=0
updater2p=0
bootprotect=0

[CFW (sysMMC)]
emummc_force_disable=1
fss0=atmosphere/package3
icon=bootloader/res/icon_payload.bmp

[CFW (emuMMC)]
emummcforce=1
fss0=atmosphere/package3
icon=bootloader/res/icon_payload.bmp

[Stock]
emummc_force_disable=1
fss0=atmosphere/package3
icon=bootloader/res/icon_switch.bmp
stock=1

[Fusee]
icon=bootloader/res/icon_payload.bmp
payload=bootloader/payloads/fusee.bin

For comparison, this is what is used to look like(since I posted the old one in the thread back then:

[config]
autoboot=0
autoboot_list=0
bootwait=3
backlight=220
autohosoff=0
autonogc=0
updater2p=1
bootprotect=0
{------ Atmosphere ------}
[Atmosphere FSS0 EmuMMC]
fss0=atmosphere/package3
kip1=atmosphere/kips/*
emummcforce=1
icon=bootloader/res/emu_boot.bmp
{}
[Atmosphere FSS0 SYS]
fss0=atmosphere/package3
kip1=atmosphere/kips/*
emummc_force_disable=1
icon=bootloader/res/sys_cfw_boot.bmp
{}
{-------- Stock ---------}
[Stock SYS]
fss0=atmosphere/package3
stock=1
emummc_force_disable=1
icon=bootloader/res/stock_boot.bmp

So how would I modify the file to be able to bypass sigchecks for the cartdumpers(also might as well ask which program is best for that job, since there are multiple)
 

Terrorize420

Well-Known Member
Member
Joined
Jan 28, 2019
Messages
110
Trophies
0
XP
1,324
Country
United States
I recently had to get a new microSD, and I got most stuff working again, all except for the ability to dump my physical games onto my sdcard, mostly for Legend: Arceus so I can trade with myself without needing 2 carts.

back when I had my old SD card, I asked in the switch noob paradise and was told to "add kip1patch=nosigcheck right under your kip1=atmosphere/kips/* lines in order to bypass sigchecks", but the line I would put it under no longer exists in the hekate_ipl.ini file. This is what it currently looks like:

[config]
autoboot=0
autoboot_list=0
bootwait=3
backlight=100
autohosoff=1
autonogc=0
updater2p=0
bootprotect=0

[CFW (sysMMC)]
emummc_force_disable=1
fss0=atmosphere/package3
icon=bootloader/res/icon_payload.bmp

[CFW (emuMMC)]
emummcforce=1
fss0=atmosphere/package3
icon=bootloader/res/icon_payload.bmp

[Stock]
emummc_force_disable=1
fss0=atmosphere/package3
icon=bootloader/res/icon_switch.bmp
stock=1

[Fusee]
icon=bootloader/res/icon_payload.bmp
payload=bootloader/payloads/fusee.bin

For comparison, this is what is used to look like(since I posted the old one in the thread back then:

[config]
autoboot=0
autoboot_list=0
bootwait=3
backlight=220
autohosoff=0
autonogc=0
updater2p=1
bootprotect=0
{------ Atmosphere ------}
[Atmosphere FSS0 EmuMMC]
fss0=atmosphere/package3
kip1=atmosphere/kips/*
emummcforce=1
icon=bootloader/res/emu_boot.bmp
{}
[Atmosphere FSS0 SYS]
fss0=atmosphere/package3
kip1=atmosphere/kips/*
emummc_force_disable=1
icon=bootloader/res/sys_cfw_boot.bmp
{}
{-------- Stock ---------}
[Stock SYS]
fss0=atmosphere/package3
stock=1
emummc_force_disable=1
icon=bootloader/res/stock_boot.bmp

So how would I modify the file to be able to bypass sigchecks for the cartdumpers(also might as well ask which program is best for that job, since there are multiple)

I can't really help with the ini files because i don't think i had to do any of that i just copied the Sigpatches from Here
if you read that page he shows how to setup Hekate patches
You can't dump games that need a higher firmware then your on
I use DarkMatterCore's nxdumptool to dump games and dump files for layerdfs modding
but if you just want to install it without dumping then having to install use Tinfoil
 
  • Like
Reactions: nobody123456789

User154

Well-Known Member
Member
Joined
Jan 7, 2021
Messages
254
Trophies
0
Age
33
XP
1,278
Country
United Kingdom
Does it work if you boot up using your [Fusee] option?

If you're doing anything with game backups you should load Atmosphere with the fusee payload.
 
  • Like
Reactions: zxr750j

RednaxelaNnamtra

Well-Known Member
Member
Joined
Dec 8, 2011
Messages
1,213
Trophies
1
XP
3,396
Country
Germany
One thing to keep in mind, installed games, independent of the source, will always look like pirated copies to Nintendo and there is no way to convert gamecards to nsp and keep them valid for online.
So even with your own dumps stay away from an online nand.
For my xci dumps in the past I used nxdumptool.
 

Draxzelex

Well-Known Member
Member
Joined
Aug 6, 2017
Messages
19,040
Trophies
2
Age
29
Location
New York City
XP
13,463
Country
United States
I recently had to get a new microSD, and I got most stuff working again, all except for the ability to dump my physical games onto my sdcard, mostly for Legend: Arceus so I can trade with myself without needing 2 carts.

back when I had my old SD card, I asked in the switch noob paradise and was told to "add kip1patch=nosigcheck right under your kip1=atmosphere/kips/* lines in order to bypass sigchecks", but the line I would put it under no longer exists in the hekate_ipl.ini file. This is what it currently looks like:

[config]
autoboot=0
autoboot_list=0
bootwait=3
backlight=100
autohosoff=1
autonogc=0
updater2p=0
bootprotect=0

[CFW (sysMMC)]
emummc_force_disable=1
fss0=atmosphere/package3
icon=bootloader/res/icon_payload.bmp

[CFW (emuMMC)]
emummcforce=1
fss0=atmosphere/package3
icon=bootloader/res/icon_payload.bmp

[Stock]
emummc_force_disable=1
fss0=atmosphere/package3
icon=bootloader/res/icon_switch.bmp
stock=1

[Fusee]
icon=bootloader/res/icon_payload.bmp
payload=bootloader/payloads/fusee.bin

For comparison, this is what is used to look like(since I posted the old one in the thread back then:

[config]
autoboot=0
autoboot_list=0
bootwait=3
backlight=220
autohosoff=0
autonogc=0
updater2p=1
bootprotect=0
{------ Atmosphere ------}
[Atmosphere FSS0 EmuMMC]
fss0=atmosphere/package3
kip1=atmosphere/kips/*
emummcforce=1
icon=bootloader/res/emu_boot.bmp
{}
[Atmosphere FSS0 SYS]
fss0=atmosphere/package3
kip1=atmosphere/kips/*
emummc_force_disable=1
icon=bootloader/res/sys_cfw_boot.bmp
{}
{-------- Stock ---------}
[Stock SYS]
fss0=atmosphere/package3
stock=1
emummc_force_disable=1
icon=bootloader/res/stock_boot.bmp

So how would I modify the file to be able to bypass sigchecks for the cartdumpers(also might as well ask which program is best for that job, since there are multiple)
Use NXDumptool.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: I haven't seen any Germans whackin their frankfurters around