sif1_patch/patches.json
2024-09-02 14:38:12 -05:00

75 lines
2.2 KiB
JSON

[
{
"id": "english",
"description": "Force the language to english",
"android": false,
"ios": true,
"checked": true,
"files": [
{
"path": "patches/english/language.lua",
"outpath": "ProjectResources/common/language.lua"
}
]
},
{
"id": "enable_serial_code",
"description": "Enable serial code in settings menu",
"android": false,
"ios": true,
"checked": true,
"files": [
{
"path": "patches/serial_code/model.lua",
"outpath": "ProjectResources/m_menu/model.lua"
}
]
},
{
"id": "restore_title_screen_song",
"description": "Enable the title screen music",
"android": false,
"ios": true,
"checked": true,
"files": [
{
"path": "patches/restore_title_screen_song/assets/sound/login/startup_aq_1.mp3",
"outpath": "ProjectResources/assets/sound/login/startup_aq_1.mp3"
},
{
"path": "patches/restore_title_screen_song/assets/sound/login/startup_mu_1.mp3",
"outpath": "ProjectResources/assets/sound/login/startup_mu_1.mp3"
},
{
"path": "patches/restore_title_screen_song/m_login/start.lua",
"outpath": "ProjectResources/m_login/start.lua"
}
]
},
{
"id": "32_bit_ios",
"description": "Use 32 bit binary (iOS 10 and older)",
"android": false,
"ios": true,
"checked": false,
"files": [
{
"path": "patches/32_bit_ios/Info.plist",
"outpath": "Info.plist"
},
{
"path": "patches/32_bit_ios/LoveLive",
"outpath": "LoveLive"
},
{
"path": "patches/32_bit_ios/PaymentConfig.xcconfig",
"outpath": "PaymentConfig.xcconfig"
},
{
"path": "patches/32_bit_ios/ProductConfig.xcconfig",
"outpath": "ProductConfig.xcconfig"
}
]
}
]