ROM Hack Custom RSF Working, already wrote

  • Thread starter Thread starter Asia81
  • Start date Start date
  • Views Views 1,295
  • Replies Replies 1

Asia81

Yuri Lover ~
Member
Joined
Nov 15, 2014
Messages
6,892
Reaction score
4,459
Trophies
5
Age
32
XP
4,671
Country
France
I made this thread today for exchange all our Custom RSF.

I think this thread can be useful for Rebuild a Rom, or for make a good CIA.

If you have a Custom RSF working, tell the Game, Region and share the RSF.

Thanks.

-------------------

OmegaRuby (EUR) :
http://jheberg.net/captcha/ruby-4/

AlphaSapphire (EUR) :
http://jheberg.net/captcha/sapphire/
 
Sure, I've got one. This game seems to be particularly picky about RSFs as it took me a while to create a working one. Hopefully someone finds it useful (if not for the game, then as a template):

Game: Story of Seasons
Region: USA (NTSC)
RSF:
Code:
BasicInfo:
  Title                  : "STORYOFS"
  CompanyCode            : "00"
  ProductCode            : "CTR-P-BTSE"
  ContentType            : Application
  Logo                    : Nintendo # Nintendo / Licensed / Distributed / iQue / iQueForSystem
 
TitleInfo:
  UniqueId                : 0x1421
  Category                : Application
 
CardInfo:
  MediaSize              : 1GB # 128MB / 256MB / 512MB / 1GB / 2GB / 4GB
  MediaType              : Card1 # Card1 / Card2
  CardDevice              : NorFlash # NorFlash(if you use savedata and Card1) / None (for Card2)
 
 
Option:
  UseOnSD                : false # true if App is to be installed to SD #CHANGE ME
  EnableCompress          : true # Compresses exefs code #CHANGE ME
  FreeProductCode        : true # Removes limitations on ProductCode #CHANGE ME
  EnableCrypt            : true # Enables encryption for NCCH and CIA #CHANGE ME
  MediaFootPadding        : true # If true CCI files are created with padding #CHANGE ME
 
ExeFs: # these are the program segments from the ELF, check your elf for the appropriate segment names
  ReadOnly:
  - .rodata
  - RO
  ReadWrite:
  - .data
  - RO
  Text:
  - .init
  - .text
  - STUP_ENTRY
 
PlainRegion: # only used with SDK ELFs
- .module_id
 
AccessControlInfo:
  ExtSaveDataId: 0x00001421
  SystemSaveDataId1: 0x00000000
  SystemSaveDataId2: 0x00000000
  OtherUserSaveDataId1: 0x00000
  OtherUserSaveDataId2: 0x00000
  OtherUserSaveDataId3: 0x00000
  #UseOtherVariationSaveData : true
  #UseExtendedSaveDataAccessControl: true
  #AccessibleSaveDataIds: [0x101, 0x202, 0x303, 0x404, 0x505, 0x606]
  FileSystemAccess:
  #- Boss
  #- CardBoard
  #- CategoryFileSystemTool
  #- CategoryHardwareCheck
  #- CategoryHomeMenu
  #- CategorySystemApplication
  #- CategorySystemSettings
  #- Core
  #- CtrNandRo
  #- CtrNandRoWrite
  #- CtrNandRw
    - Debug
    - DirectSdmc
  #- DirectSdmcWrite
  #- ExportImportIvs
  #- SaveDataMove
  #- Shell
  #- Shop
  #- SwitchCleanup
  #- TwlCardBackup
  #- TwlNandData
 
SystemControlInfo:
  SaveDataSize: 512K
  RemasterVersion: 0000
  StackSize: 0x40000
  JumpId: 0x0004000000142100L

There's also a few in this thread from a while back.
 

Site & Scene News

Popular threads in this forum