mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-04-29 14:59:29 -04:00
new mod to disable all music
super simple, its 1 blr on a function. not worth making a new PR for given I don't think I'll be making another huge batch of new mods soon
This commit is contained in:
parent
ab7c824d5f
commit
5e2c298970
2 changed files with 24 additions and 0 deletions
|
@ -0,0 +1,17 @@
|
|||
[XCX_NoBGM_V101E_V102U]
|
||||
moduleMatches = 0xF882D5CF, 0x30B6E091, 0x218F6E07 ; 1.0.1E, 1.0.2U, 1.0.0E
|
||||
; WHO : cfs::CfSoundManagerBGM::bgmPlay
|
||||
; WHAT : Never process this function so that music is never played
|
||||
0x022A2440 = blr
|
||||
|
||||
[XCX_NoBGM_V102J]
|
||||
moduleMatches = 0x7672271D ; 1.0.2J
|
||||
0x022A1E58 = blr
|
||||
|
||||
[XCX_NoBGM_V100U]
|
||||
moduleMatches = 0xAB97DE6B, 0x676EB33E ; 1.0.1U, 1.0.0U
|
||||
0x022A23D0 = blr
|
||||
|
||||
[XCX_NoBGM_V100J]
|
||||
moduleMatches = 0x785CA8A9 ; 1.0.0J
|
||||
0x022A1BAC = blr
|
7
src/XenobladeChroniclesX/Mods/MusicDisableAll/rules.txt
Normal file
7
src/XenobladeChroniclesX/Mods/MusicDisableAll/rules.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
[Definition]
|
||||
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
|
||||
name = "Disable music"
|
||||
path = "Xenoblade Chronicles X/Mods/Music/Disable music"
|
||||
description = Disable all area and battle music.
|
||||
#Credits: Intra
|
||||
version = 6
|
Loading…
Add table
Reference in a new issue