Hacking How to make a working DLC.CIA from Xorpads?

MelonGx

Well-Known Member
Member
Joined
Jan 8, 2009
Messages
1,653
Trophies
1
XP
915
Country
China
Code:
makerom -f cia -o DLC.cia -major X -minor X -micro X -content 00000000.app.out:0:0 -content 00000007.app.out:1:7 -content 00000033.app:2:55 -content 00000065.app.out:3:101
This code responsed 2 errors:
1) [CIA Warning] Common Key could not be loaded, CIA will not be encrypted
2) [NCCH Error] Failed to load NCCH AES key

It still generates the CIA file. But after importing that CIA, DLC can't be recognized.

BTW, I'm not making Fantasy Life DLC, but making Taiko 3DS2 DLC.
 

cearp

瓜老外
Developer
Joined
May 26, 2008
Messages
8,737
Trophies
2
XP
8,580
Country
Tuvalu
Code:
makerom -f cia -o DLC.cia -major X -minor X -micro X -content 00000000.app.out:0:0 -content 00000007.app.out:1:7 -content 00000033.app:2:55 -content 00000065.app.out:3:101
This code responsed 2 errors:
1) [CIA Warning] Common Key could not be loaded, CIA will not be encrypted
2) [NCCH Error] Failed to load NCCH AES key

It still generates the CIA file. But after importing that CIA, DLC can't be recognized.

BTW, I'm not making Fantasy Life DLC, but making Taiko 3DS2 DLC.

yeah, it happens for me always, the cia doesn't need to be encrytped and i guess the aes key seems not needed :) but if your dlc is not recongized... that sounds like a different problem, sorry
 

MelonGx

Well-Known Member
Member
Joined
Jan 8, 2009
Messages
1,653
Trophies
1
XP
915
Country
China
yeah, it happens for me always, the cia doesn't need to be encrytped and i guess the aes key seems not needed :) but if your dlc is not recongized... that sounds like a different problem, sorry
Tried more codes but same result - unable to be recognized after imported.
Tested failed (both makerom_x86 and make_cia)
Fire Emblem Awakening (JPN) - All DLCs except SpotPass
Taiko no Tatsujin Donchan no Jikuu Daibouken (JPN) - All DLCs
 

cearp

瓜老外
Developer
Joined
May 26, 2008
Messages
8,737
Trophies
2
XP
8,580
Country
Tuvalu
Tried more codes but same result - unable to be recognized after imported.
Tested failed (both makerom_x86 and make_cia)
Fire Emblem Awakening (JPN) - All DLCs except SpotPass
Taiko no Tatsujin Donchan no Jikuu Daibouken (JPN) - All DLCs

did any dlc you try work? the one dlc i made (fantasy life usa) did work... that's all i can say really... sorry
 

MelonGx

Well-Known Member
Member
Joined
Jan 8, 2009
Messages
1,653
Trophies
1
XP
915
Country
China
did any dlc you try work? the one dlc i made (fantasy life usa) did work... that's all i can say really... sorry
The FE:A (JPN) DLC dumper said that only a free content named SpotPass among his DLCs worked.
For my own dump, 3D Movies and patches are working. But they're not DLC.
 

OrangeFlavored

Well-Known Member
Newcomer
Joined
May 22, 2010
Messages
87
Trophies
0
XP
284
Country
United States
Code:
E:\Downloads\SMTIV DLC Test\Tools\Makerom>makerom -o SMTDLC.cia -dlc -major 0 -minor 0 -micro 0 -content decrypted_00000000.app:0:0 -content decrypted_00000001.app:1:1 -content decrypted_00000002.app:2:2 -content decrypted_00000004.app:3:4 -content decrypted_0000000b.app:4:11 -content decrypted_0000000d.app:5:13 -content decrypted_0000000e.app:6:14 -content decrypted_0000000f.app:7:15 -content decrypted_00000011.app:8:17
[SETTING ERROR] You cannot specify content while outputting CXI/CFA files

I doing something wrong here?
 

cearp

瓜老外
Developer
Joined
May 26, 2008
Messages
8,737
Trophies
2
XP
8,580
Country
Tuvalu
Code:
E:\Downloads\SMTIV DLC Test\Tools\Makerom>makerom -o SMTDLC.cia -dlc -major 0 -minor 0 -micro 0 -content decrypted_00000000.app:0:0 -content decrypted_00000001.app:1:1 -content decrypted_00000002.app:2:2 -content decrypted_00000004.app:3:4 -content decrypted_0000000b.app:4:11 -content decrypted_0000000d.app:5:13 -content decrypted_0000000e.app:6:14 -content decrypted_0000000f.app:7:15 -content decrypted_00000011.app:8:17
[SETTING ERROR] You cannot specify content while outputting CXI/CFA files

I doing something wrong here?
it looks like you forgot "-f cia -target p" in it, try it with that...
but even if you get it to build, keep in mind most dlc does not work anyway
 

OrangeFlavored

Well-Known Member
Newcomer
Joined
May 22, 2010
Messages
87
Trophies
0
XP
284
Country
United States
it looks like you forgot "-f cia -target p" in it, try it with that...
but even if you get it to build, keep in mind most dlc does not work anyway

Yeah, now I get [MAKEROM ERROR] Content 0 is corrupt so that means this DLC can't be installed with this method?
 

cearp

瓜老外
Developer
Joined
May 26, 2008
Messages
8,737
Trophies
2
XP
8,580
Country
Tuvalu
Code:
E:\Downloads\SMTIV DLC Test\Tools\Makerom>makerom -o SMTDLC.cia -dlc -major 0 -minor 0 -micro 0 -content decrypted_00000000.app:0:0 -content decrypted_00000001.app:1:1 -content decrypted_00000002.app:2:2 -content decrypted_00000004.app:3:4 -content decrypted_0000000b.app:4:11 -content decrypted_0000000d.app:5:13 -content decrypted_0000000e.app:6:14 -content decrypted_0000000f.app:7:15 -content decrypted_00000011.app:8:17
[SETTING ERROR] You cannot specify content while outputting CXI/CFA files

I doing something wrong here?

wait, why are you using :0, :1 ,:2, :3... etc, how do you know which one to set as 0, which one to set as 1?
or are you just doing them sequentially in numerical order? (because it is not that simple)
 

MelonGx

Well-Known Member
Member
Joined
Jan 8, 2009
Messages
1,653
Trophies
1
XP
915
Country
China
Chinese dumpers has succeeded dumping some FE:A (JPN) DLCs & Taiko DLCs.

The key problem is the INDEX - each DLC has a UNIQUE index!

So you should find out the correct index for packing.

For example:
Code:
_makerom -f cia -target p -o FE_DLC.CIA -major 0 -minor 0 -micro 0 -content 0000005d.app.out:0:93 -content 00000034.app.out:4:52 -content 00000036.app.out:6:54 -content 00000038.app.out:8:56 -content 00000039.app.out:9:57 -content 0000003b.app.out:11:59 -content 0000003c.app.out:12:60 -content 0000003f.app.out:15:63
You can see the indexes are not 0,1,2,3... but 0,4,6,8... .
That means 0,4,6,8... are those DLCs' unique indexes. You should find out and type the correct one to make the packaging CIA workable.

--------------------Edit--------------------

It seems that 0,4,6,8... is only working with packing FE:A DLC.
For Taiko 3DS2 DLC, it fails. The correct code is still 0,1,2,3...:
Code:
makerom -f cia -major 0 -minor 0 -micro 0 -content 0000000b.app.out:0:11 -content 00000001.app.out:1:1 -content 00000002.app.out:2:2 -content 0000000a.app.out:3:10 -content 0000000f.app.out:4:15 -o taiko2_dlc.cia
You still need to arrange the DLC app.out in order, though.
 
  • Like
Reactions: cearp

OrangeFlavored

Well-Known Member
Newcomer
Joined
May 22, 2010
Messages
87
Trophies
0
XP
284
Country
United States
wait, why are you using :0, :1 ,:2, :3... etc, how do you know which one to set as 0, which one to set as 1?
or are you just doing them sequentially in numerical order? (because it is not that simple)

I was. Where was I supposed to get the numbers from?
 

cearp

瓜老外
Developer
Joined
May 26, 2008
Messages
8,737
Trophies
2
XP
8,580
Country
Tuvalu
I was. Where was I supposed to get the numbers from?
they are supposed to be specific numbers, the cxi that contains the application is supposed to be 0, the game manual is supposed to be 1, the file sent using download play is number 2... etc
i think for dlc there are specific numbers that need to be used also, which is why we had a hard time getting dlc to work. i'm not sure how to find out those numbers but it's possible :) - MelonGx
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    That pussy is two faced af
  • The Real Jdbye @ The Real Jdbye:
    https://www.amazon.com/Tentacles-Made-Gay-Hunter-Fox-ebook/dp/B00M0VCUPK let's be real, who isn't at least a little gay for tentacles though?
  • Psionic Roshambo @ Psionic Roshambo:
    Maybe a ghost writer?
  • BigOnYa @ BigOnYa:
    "Oh my God the graphics are so realistic looking." Lol of course it was the shiznit back then tho.
  • BigOnYa @ BigOnYa:
    I've never stood in line overnight or for hours, to buy anything. I can just wait and buy it later.
  • RedColoredStars @ RedColoredStars:
    I have never done that either.
  • RedColoredStars @ RedColoredStars:
    closest ive done is getting to target a couple hours early in the moring to get some amiibos.
  • Xdqwerty @ Xdqwerty:
    Im back
  • RedColoredStars @ RedColoredStars:
    But that topic makes me sad. :(
  • RedColoredStars @ RedColoredStars:
    Abusive narcissistic ex shame guilted me into selling them becasue my gaming and interests were childish like a little kid collecting toys. :(
  • RedColoredStars @ RedColoredStars:
    I had soooooooooooo many of them. All still sealed.
    +1
  • RedColoredStars @ RedColoredStars:
    I eventually had to contact a domestic abuse advocate to help me get out of the apartment I was in a lease with her. And filed a restraining order on her cuz she kept harassing me after i left her.
  • Xdqwerty @ Xdqwerty:
    I didnt bring my Charger and nobody here has one compatible with my phone
  • RedColoredStars @ RedColoredStars:
    either you have usb C and no one else does, or everone else has usb c except you. haha
    +1
  • Xdqwerty @ Xdqwerty:
    @RedColoredStars, i don't have usb c
  • RedColoredStars @ RedColoredStars:
    That happened to me for like a year. lol. I was the only one of all my friends and family to still have an old phone.
  • Xdqwerty @ Xdqwerty:
    @RedColoredStars, my phone is from around 2019
  • RedColoredStars @ RedColoredStars:
    Mine was from 2017. lolol. I just got this new one like 6 months ago. Not even new, second hand cheapo $40 phone. But it has usb c. lol
  • RedColoredStars @ RedColoredStars:
    I cant justify $1k+ on a nice ass phone. I can spend that on a 75" tv screen. Why a 6" screen device cost me the same? lol
    +2
  • BigOnYa @ BigOnYa:
    I had a iPhone 5 for like 6 years, till last year, and had to get new phone, when phone companies stop using the cdna networks, which the iphone5 used.
  • K3Nv2 @ K3Nv2:
    A phone can do more than a TV
    +2
  • BigOnYa @ BigOnYa:
    These smart TVs are getting close tho. Gonna be like "back to future" TVs before long.
    +1
  • K3Nv2 @ K3Nv2:
    Nah a phones going to always be more powerful than a TV if the TVs $2grand maybe but why when I can put a smaller device in my pocket that does basically everything a TV already does
    K3Nv2 @ K3Nv2: Nah a phones going to always be more powerful than a TV if the TVs $2grand maybe but why when I...