mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-04-29 06:49:28 -04:00
Last new mod of this PR
If I make any more new mods they'll be in a new PR
This commit is contained in:
parent
540af59497
commit
11b8f6d3d0
2 changed files with 36 additions and 0 deletions
|
@ -0,0 +1,29 @@
|
|||
[XCX_EquipAnyWeapon_v101E]
|
||||
moduleMatches = 0xF882D5CF, 0x218F6E07 ; 1.0.1E, 1.0.0E
|
||||
; WHO : checkEquipConditionInner__Q2_4menu13MenuEquipUtilSFRCQ2_2fw7SPcDataiT2bPi
|
||||
; WHAT : forces the equipment check to always return true. (can equip any level of gear, and can equip any weapon) (does not affect skells)
|
||||
0x02CC4428 = li r3, 1
|
||||
|
||||
; WHO : _checkWeapon__Q2_4Arts14CArtsControlPcFi
|
||||
; WHAT : Allows any weapon to use any art. 99% of the time this crashes the game, but could be useful for a "have 2 melee/ranged weapons equiped mod"
|
||||
;0x0269DCA8 = blr
|
||||
|
||||
[XCX_EquipAnyWeapon_v102U]
|
||||
moduleMatches = 0x30B6E091 ; 1.0.2U
|
||||
0x02CC43C8 = li r3, 1
|
||||
;0x0269DCA8 = blr
|
||||
|
||||
[XCX_EquipAnyWeapon_v102J]
|
||||
moduleMatches = 0x7672271D ; 1.0.2J
|
||||
0x02CBF920 = li r3, 1
|
||||
;0x0269D284 = blr
|
||||
|
||||
[XCX_EquipAnyWeapon_v100U]
|
||||
moduleMatches = 0xAB97DE6B, 0x676EB33E ; 1.0.1U, 1.0.0U
|
||||
0x02CC4250 = li r3, 1
|
||||
;0x0269DC38 = blr
|
||||
|
||||
[XCX_EquipAnyWeapon_v100J]
|
||||
moduleMatches = 0x785CA8A9 ; 1.0.0J
|
||||
0x02CBB62C = li r3, 1
|
||||
;0x0269C7A8 = blr
|
|
@ -0,0 +1,7 @@
|
|||
[Definition]
|
||||
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
|
||||
name = "Equip Any Weapon - Use any level of gear at any time"
|
||||
path = "Xenoblade Chronicles X/Mods/Character/Equip Any Weapon"
|
||||
description = Allows any character to equip any weapon and also removes the level check on gear so you can equip it even if under leveled. (Does not affect skells).
|
||||
#Credits: Intra
|
||||
version = 6
|
Loading…
Add table
Reference in a new issue