While looking inside the rom of Metal Gear Solid: Snake Eater 3D I found the original rsf they used to build the released rom.
Here it is:
BasicInfo:
Title: "MGS-SE3D" # アプリケーションタイトル
CompanyCode: "A4" # 会社コード
ProductCode: "CTR-P-AMGP" # 製品コード
MediaSize: 4GB # メディアのサイズ
Logo: Licensed # ロゴデータの指定
BackupMemoryType: 128KB # バックアップメモリ種別
CardInfo:
CardDevice: NorFlash # NorFlash か None を設定
TitleInfo:
Category: Application # タイトルのカテゴリ
UniqueId: 0x00824 # タイトルコードのユニーク ID
AccessControlInfo:
FileSystemAccess:
- DirectSdmc # SDカードへの直接アクセスを許可する(ImageDbライブラリ内からアクセスします)
UseExtSaveData: true # 拡張セーブデータを使用する場合は true を指定
ExtSaveDataNumber: 0x00824 # ユニークIDを拡張セーブデータ番号として使用する
Rom:
HostRoot: "romfilesRelease" # ROM ファイルシステムのルートとなるパス
Reject: # ROM ファイルシステムから除外するファイルとディレクトリ名の指定
- .svn
- ndpack.log
It even has the japanese comments on the side plus the development folders.
|