Hacking One thread. All working .rsf files. Post yours here.

  • Thread starter Thread starter CraddaPoosta
  • Start date Start date
  • Views Views 21,992
  • Replies Replies 50
  • Likes Likes 8

CraddaPoosta

Sepatown, my damie.
Member
Joined
May 3, 2010
Messages
1,325
Reaction score
994
Trophies
1
XP
2,782
Country
United States
Since so many of us are having the same issues, usually regarding the exact same part of the process of converting .3ds files to .cia, I thought it might benefit the entire community if we posted our working .rsf files in one convenient place, so others don't have to struggle with it quite so much.

I'm sure a tool will eventually be created which will accomplish the same purpose, but until then, let's post what works here, as a reference point.

Here's the one I just used to get A Link Between Worlds properly installed.

BasicInfo:
Title : "A Link Between Worlds"
CompanyCode : "00"
ProductCode : "CTR-P-BZLE"
ContentType : Application
Logo : Nintendo

TitleInfo:
UniqueId : 0x0EC3
Category : Application

Option:
UseOnSD : true
EnableCompress : true
FreeProductCode : true
EnableCrypt : true
MediaFootPadding : true

AccessControlInfo:
UseExtSaveData : true
ExtSaveDataId: 0x0EC3
SystemSaveDataId1: 0x00000000
SystemSaveDataId2: 0x00000000
OtherUserSaveDataId1: 0x00000
OtherUserSaveDataId2: 0x00000
OtherUserSaveDataId3: 0x00000
UseOtherVariationSaveData : false

SystemControlInfo:
SaveDataSize: 512KB # Change this
RemasterVersion: 0
StackSize: 0x00040000
JumpId: 0x00040000000EC300L # plaintext exheader (<full UniqueID>L)
 
Code:
BasicInfo:
  Title                  : "OcarinaOfTime"
  CompanyCode            : "01"
  ProductCode            : "CTR-P-AQEE"
  ContentType            : Application # Application / SystemUpdate / Manual / Child / Trial
  Logo                    : Nintendo # Nintendo / Licensed / Distributed / iQue / iQueForSystem
 
TitleInfo:
  UniqueId                : 0x0335
  Category                : Application
 
Option:
  UseOnSD                : true # true if App is to be #installed to SD
  EnableCompress          : true # Compresses exefs code
  FreeProductCode        : true # Removes limitations on ProductCode
  EnableCrypt            : false # Enables encryption for NCCH and CIA
  MediaFootPadding        : true # If true CCI files are created with padding
 
AccessControlInfo:
  ExtSaveDataId: 0xb0335 # same as UniqueId
  SystemSaveDataId1: 0x00033500 # plaintext exheader
  SystemSaveDataId2: 0x00033500 # plaintext exheader
  OtherUserSaveDataId1: 0x33500 # plaintext exheader
  OtherUserSaveDataId2: 0x33500 # plaintext exheader
  OtherUserSaveDataId3: 0x33500 # plaintext exheader
  UseOtherVariationSaveData : false
 
SystemControlInfo:
  SaveDataSize: 128K # plaintext exheader
  RemasterVersion: 0 # plaintext exheader
  StackSize: 0x00040000 # plaintext exheader
  JumpId: 0x0004000000033500L # plaintext exheader (<full UniqueID>L)

When posting your RSF, PLEASE wrap it in code tags! Like this (without the dot in /code):
Code:
[code] Rsf Stuff goes here. [./code]

Edit: OP, It would be amazing if you could compile everything posted into the orignal post. Surround each entry with Spoiler and code tags. I learned from experience the RSF needs to be indented properly, so a code tag would be optimal.
 
3D Streets of Rage

BasicInfo:
Title : "3D Streets of Rage"
CompanyCode : "8P"
ProductCode : "CTR-N-JRAE"
ContentType : Application
Logo : Nintendo

TitleInfo:
UniqueId : 0x0DA1
Category : Application

Option:
UseOnSD : true
EnableCompress : true
FreeProductCode : true
EnableCrypt : true
MediaFootPadding : true

AccessControlInfo:
UseExtSaveData : true
ExtSaveDataId: 0x0DA1
SystemSaveDataId1: 0x00000000
SystemSaveDataId2: 0x00000000
OtherUserSaveDataId1: 0x00000
OtherUserSaveDataId2: 0x00000
OtherUserSaveDataId3: 0x00000
UseOtherVariationSaveData : false

SystemControlInfo:
SaveDataSize: 1MB # Change this
RemasterVersion: 0
StackSize: 0x00040000
JumpId: 0x00040000000DA100L # plaintext exheader (<full UniqueID>L)

JUST came out today.
 
Edit: OP, It would be amazing if you could compile everything posted into the orignal post. Surround each entry with Spoiler and code tags. I learned from experience the RSF needs to be indented properly, so a code tag would be optimal.

You have no idea how little I know about HTML anything. If any mods or admins would like to come back and clean this up, that would rock. I haven't the first clue how to do so. I'm lucky to even know how to do these quote janks.
 
You have no idea how little I know about HTML anything. If any mods or admins would like to come back and clean this up, that would rock. I haven't the first clue how to do so. I'm lucky to even know how to do these quote janks.


Code:
[spoiler]Type your spoiler here[/spoiler]
That's how you do spoilers. For doing code, you just write "code" instead of spoiler in the brackets.
 
  • Like
Reactions: CraddaPoosta
3D Sonic the Hedgehog

BasicInfo:
Title : "3D Sonic the Hedgehog"
CompanyCode : "8P"
ProductCode : "CTR-N-JHJE"
ContentType : Application
Logo : Nintendo

TitleInfo:
UniqueId : 0x0DA0
Category : Application

Option:
UseOnSD : true
EnableCompress : true
FreeProductCode : true
EnableCrypt : true
MediaFootPadding : true

AccessControlInfo:
UseExtSaveData : true
ExtSaveDataId: 0x0DA0
SystemSaveDataId1: 0x00000000
SystemSaveDataId2: 0x00000000
OtherUserSaveDataId1: 0x00000
OtherUserSaveDataId2: 0x00000
OtherUserSaveDataId3: 0x00000
UseOtherVariationSaveData : false

SystemControlInfo:
SaveDataSize: 1MB # Change this
RemasterVersion: 0
StackSize: 0x00040000
JumpId: 0x00040000000DA000L # plaintext exheader (<full UniqueID>L)
 
Why is this b there?
It was there in the guide I followed. I was told to change the 3 alphanumeric characters to my unique ID. I left the b there as I wasn't told to change it.

The game works fine, saves and everything.
 
how about we compile it into a dropbox or something.
searching page by page will become a nightmare soon enough.

Anything is better than nothing. I didn't expect for this to be the end-all when it came to compiling .rsf files. Just wanted to possibly help anyone else who was having troubles.
 
  • Like
Reactions: Queno138
It was there in the guide I followed. I was told to change the 3 alphanumeric characters to my unique ID. I left the b there as I wasn't told to change it.

The game works fine, saves and everything.
Can you send me the link to that guide please? :) I'm trying to get OoT 3D to work myself and whatever I do, after I load the game and the 3DS logo is displayed I get a black screen saying "An error has occured" (I'm talking about the European version so I can't just use your rsf also I want to get it to work myself)
 
You have no idea how little I know about HTML anything. If any mods or admins would like to come back and clean this up, that would rock. I haven't the first clue how to do so. I'm lucky to even know how to do these quote janks.

PM'd you a cleaned up version of the codes, you can just edit your post and copy and paste them into it if you want to use it
 
  • Like
Reactions: CraddaPoosta
Can you send me the link to that guide please? :) I'm trying to get OoT 3D to work myself and whatever I do, after I load the game and the 3DS logo is displayed I get a black screen saying "An error has occured" (I'm talking about the European version so I can't just use your rsf also I want to get it to work myself)
Here is the guide, written by the amazing Gadorach.
 
This would be best put in a database... Or you could just write a tool to generate your own. :p
 

Site & Scene News

Popular threads in this forum