mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 01:29:18 +01:00
Separate BotW Cheats into their own packs
Allows people to enable the ones they want via the graphic pack menu
This commit is contained in:
parent
a89f270565
commit
6839fabe61
@ -1,38 +0,0 @@
|
||||
[BotwV208]
|
||||
moduleMatches = 0x6267BFD0
|
||||
|
||||
#Cheats
|
||||
|
||||
0x02D90CC0 = fmr f29, f1; Inf Stamina
|
||||
0x02D452A4 = nop; Inf Hearts
|
||||
0x02EB6758 = nop; Inf Arrows
|
||||
0x024A0164 = lfs f0, 0x100c50A0@l(r10) ; faster arrow draw
|
||||
0x024A019C = lfs f0, 0x100c50A0@l(r10) ; faster arrow draw
|
||||
0x02D91DBC = fmuls f0, f13, f12; Inf Mipha's Grace
|
||||
0x02CE0328 = nop; Inf Revali's Gale
|
||||
0x02D74498 = nop; Inf Daruk's Protection
|
||||
0x02D741C8 = nop; Inf Urbosa's Fury
|
||||
0x029E949C = mr r29, r11; Inf Amiibo
|
||||
0x020957DC = fmr f12, f0; Inf Motorcycle Energy
|
||||
0x02A32A30 = li r3, 1; Spawn motorcycle anywhere, credits to Zeikken (converting to patches) and leoetlino (finding the value).
|
||||
0x024ACBF4 = fsub f31, f31, f31; Inf Weapons, Bows and Shields (except burn damage and throwing weapon)
|
||||
|
||||
|
||||
|
||||
[BotwV176V192]
|
||||
moduleMatches = 0xFD091F9F,0xD472D8A5
|
||||
|
||||
#Cheats
|
||||
|
||||
0x02D90724 = fmr f29, f1 ;inf stamina
|
||||
0x02D44D44 = nop ;inf hearts
|
||||
0x02EB61BC = nop ;inf arrows
|
||||
0x0249FDC0 = lfs f0, 0x100c5040@l(r10) ; faster arrow draw
|
||||
0x0249FDF8 = lfs f0, 0x100c5040@l(r10) ; faster arrow draw
|
||||
0x02D91820 = fmuls f0, f13, f12; Inf Mipha's Grace
|
||||
0x02CDFE0C = nop; Inf Revali's Gale
|
||||
0x02D73EFC = nop; Inf Daruk's Protection
|
||||
0x02D73C2C = nop; Inf Urbosa's Fury
|
||||
0x029E90F0 = mr r29, r11; Inf Amiibo
|
||||
0x0209583C = fmr f12, f0; Inf Motorcycle Energy
|
||||
0x024AC850 = fsub f31, f31, f31; Inf Weapons, Bows and Shields (except burn damage and throwing weapon)
|
@ -1,6 +0,0 @@
|
||||
[Definition]
|
||||
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
|
||||
name = Cheats
|
||||
path = "The Legend of Zelda: Breath of the Wild/Mods/Cheats"
|
||||
description = By default, every cheat is enabled. To specify the cheat you want and look at the specifics, please read the readme.txt in the "BreathOftheWild_Cheats" folder.
|
||||
version = 3
|
11
Mods/BreathOfTheWild_Cheats_FasterArrowDraw/patches.txt
Normal file
11
Mods/BreathOfTheWild_Cheats_FasterArrowDraw/patches.txt
Normal file
@ -0,0 +1,11 @@
|
||||
[BotwV208]
|
||||
moduleMatches = 0x6267BFD0
|
||||
|
||||
0x024A0164 = lfs f0, 0x100c50A0@l(r10) ; faster arrow draw
|
||||
0x024A019C = lfs f0, 0x100c50A0@l(r10) ; faster arrow draw
|
||||
|
||||
[BotwV176V192]
|
||||
moduleMatches = 0xFD091F9F,0xD472D8A5
|
||||
|
||||
0x0249FDC0 = lfs f0, 0x100c5040@l(r10) ; faster arrow draw
|
||||
0x0249FDF8 = lfs f0, 0x100c5040@l(r10) ; faster arrow draw
|
@ -1,7 +1,4 @@
|
||||
BotW Cheats by C313571N and Xalphenos.
|
||||
|
||||
All cheats are enabled by default. To disable a cheat add a semicolon ";" to the front of the line.
|
||||
Example:
|
||||
;0x02D90CC0 = fmr f29, f1; Inf Stamina
|
||||
Burning of wooden items does not decrease durability, but measures for how long the item is burning and when it is long enough, item is instantly destroyed regardless of current durability.
|
||||
Throwing a weapon instantly destroys it.
|
6
Mods/BreathOfTheWild_Cheats_FasterArrowDraw/rules.txt
Normal file
6
Mods/BreathOfTheWild_Cheats_FasterArrowDraw/rules.txt
Normal file
@ -0,0 +1,6 @@
|
||||
[Definition]
|
||||
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
|
||||
name = Faster Arrow Draw
|
||||
path = "The Legend of Zelda: Breath of the Wild/Mods/Cheats/Faster Arrow Draw"
|
||||
description = BotW Cheats by C313571N and Xalphenos
|
||||
version = 3
|
9
Mods/BreathOfTheWild_Cheats_InfAmiibo/patches.txt
Normal file
9
Mods/BreathOfTheWild_Cheats_InfAmiibo/patches.txt
Normal file
@ -0,0 +1,9 @@
|
||||
[BotwV208]
|
||||
moduleMatches = 0x6267BFD0
|
||||
|
||||
0x029E949C = mr r29, r11; Inf Amiibo
|
||||
|
||||
[BotwV176V192]
|
||||
moduleMatches = 0xFD091F9F,0xD472D8A5
|
||||
|
||||
0x029E90F0 = mr r29, r11; Inf Amiibo
|
4
Mods/BreathOfTheWild_Cheats_InfAmiibo/readme.txt
Normal file
4
Mods/BreathOfTheWild_Cheats_InfAmiibo/readme.txt
Normal file
@ -0,0 +1,4 @@
|
||||
BotW Cheats by C313571N and Xalphenos.
|
||||
|
||||
Burning of wooden items does not decrease durability, but measures for how long the item is burning and when it is long enough, item is instantly destroyed regardless of current durability.
|
||||
Throwing a weapon instantly destroys it.
|
6
Mods/BreathOfTheWild_Cheats_InfAmiibo/rules.txt
Normal file
6
Mods/BreathOfTheWild_Cheats_InfAmiibo/rules.txt
Normal file
@ -0,0 +1,6 @@
|
||||
[Definition]
|
||||
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
|
||||
name = Infinite Amiibo
|
||||
path = "The Legend of Zelda: Breath of the Wild/Mods/Cheats/Infinite Amiibo"
|
||||
description = BotW Cheats by C313571N and Xalphenos
|
||||
version = 3
|
9
Mods/BreathOfTheWild_Cheats_InfArrows/patches.txt
Normal file
9
Mods/BreathOfTheWild_Cheats_InfArrows/patches.txt
Normal file
@ -0,0 +1,9 @@
|
||||
[BotwV208]
|
||||
moduleMatches = 0x6267BFD0
|
||||
|
||||
0x02EB6758 = nop; Inf Arrows
|
||||
|
||||
[BotwV176V192]
|
||||
moduleMatches = 0xFD091F9F,0xD472D8A5
|
||||
|
||||
0x02EB61BC = nop ;inf arrows
|
4
Mods/BreathOfTheWild_Cheats_InfArrows/readme.txt
Normal file
4
Mods/BreathOfTheWild_Cheats_InfArrows/readme.txt
Normal file
@ -0,0 +1,4 @@
|
||||
BotW Cheats by C313571N and Xalphenos.
|
||||
|
||||
Burning of wooden items does not decrease durability, but measures for how long the item is burning and when it is long enough, item is instantly destroyed regardless of current durability.
|
||||
Throwing a weapon instantly destroys it.
|
6
Mods/BreathOfTheWild_Cheats_InfArrows/rules.txt
Normal file
6
Mods/BreathOfTheWild_Cheats_InfArrows/rules.txt
Normal file
@ -0,0 +1,6 @@
|
||||
[Definition]
|
||||
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
|
||||
name = Infinite Arrows
|
||||
path = "The Legend of Zelda: Breath of the Wild/Mods/Cheats/Infinite Arrows"
|
||||
description = BotW Cheats by C313571N and Xalphenos
|
||||
version = 3
|
9
Mods/BreathOfTheWild_Cheats_InfDaruk/patches.txt
Normal file
9
Mods/BreathOfTheWild_Cheats_InfDaruk/patches.txt
Normal file
@ -0,0 +1,9 @@
|
||||
[BotwV208]
|
||||
moduleMatches = 0x6267BFD0
|
||||
|
||||
0x02D74498 = nop; Inf Daruk's Protection
|
||||
|
||||
[BotwV176V192]
|
||||
moduleMatches = 0xFD091F9F,0xD472D8A5
|
||||
|
||||
0x02D73EFC = nop; Inf Daruk's Protection
|
4
Mods/BreathOfTheWild_Cheats_InfDaruk/readme.txt
Normal file
4
Mods/BreathOfTheWild_Cheats_InfDaruk/readme.txt
Normal file
@ -0,0 +1,4 @@
|
||||
BotW Cheats by C313571N and Xalphenos.
|
||||
|
||||
Burning of wooden items does not decrease durability, but measures for how long the item is burning and when it is long enough, item is instantly destroyed regardless of current durability.
|
||||
Throwing a weapon instantly destroys it.
|
6
Mods/BreathOfTheWild_Cheats_InfDaruk/rules.txt
Normal file
6
Mods/BreathOfTheWild_Cheats_InfDaruk/rules.txt
Normal file
@ -0,0 +1,6 @@
|
||||
[Definition]
|
||||
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
|
||||
name = Infinite Daruk's Protection
|
||||
path = "The Legend of Zelda: Breath of the Wild/Mods/Cheats/Infinite Daruk's Protection"
|
||||
description = BotW Cheats by C313571N and Xalphenos
|
||||
version = 3
|
9
Mods/BreathOfTheWild_Cheats_InfHearts/patches.txt
Normal file
9
Mods/BreathOfTheWild_Cheats_InfHearts/patches.txt
Normal file
@ -0,0 +1,9 @@
|
||||
[BotwV208]
|
||||
moduleMatches = 0x6267BFD0
|
||||
|
||||
0x02D452A4 = nop; Inf Hearts
|
||||
|
||||
[BotwV176V192]
|
||||
moduleMatches = 0xFD091F9F,0xD472D8A5
|
||||
|
||||
0x02D44D44 = nop ;inf hearts
|
4
Mods/BreathOfTheWild_Cheats_InfHearts/readme.txt
Normal file
4
Mods/BreathOfTheWild_Cheats_InfHearts/readme.txt
Normal file
@ -0,0 +1,4 @@
|
||||
BotW Cheats by C313571N and Xalphenos.
|
||||
|
||||
Burning of wooden items does not decrease durability, but measures for how long the item is burning and when it is long enough, item is instantly destroyed regardless of current durability.
|
||||
Throwing a weapon instantly destroys it.
|
6
Mods/BreathOfTheWild_Cheats_InfHearts/rules.txt
Normal file
6
Mods/BreathOfTheWild_Cheats_InfHearts/rules.txt
Normal file
@ -0,0 +1,6 @@
|
||||
[Definition]
|
||||
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
|
||||
name = Infinite Hearts
|
||||
path = "The Legend of Zelda: Breath of the Wild/Mods/Cheats/Infinite Hearts"
|
||||
description = BotW Cheats by C313571N and Xalphenos
|
||||
version = 3
|
9
Mods/BreathOfTheWild_Cheats_InfMipha/patches.txt
Normal file
9
Mods/BreathOfTheWild_Cheats_InfMipha/patches.txt
Normal file
@ -0,0 +1,9 @@
|
||||
[BotwV208]
|
||||
moduleMatches = 0x6267BFD0
|
||||
|
||||
0x02D91DBC = fmuls f0, f13, f12; Inf Mipha's Grace
|
||||
|
||||
[BotwV176V192]
|
||||
moduleMatches = 0xFD091F9F,0xD472D8A5
|
||||
|
||||
0x02D91820 = fmuls f0, f13, f12; Inf Mipha's Grace
|
4
Mods/BreathOfTheWild_Cheats_InfMipha/readme.txt
Normal file
4
Mods/BreathOfTheWild_Cheats_InfMipha/readme.txt
Normal file
@ -0,0 +1,4 @@
|
||||
BotW Cheats by C313571N and Xalphenos.
|
||||
|
||||
Burning of wooden items does not decrease durability, but measures for how long the item is burning and when it is long enough, item is instantly destroyed regardless of current durability.
|
||||
Throwing a weapon instantly destroys it.
|
6
Mods/BreathOfTheWild_Cheats_InfMipha/rules.txt
Normal file
6
Mods/BreathOfTheWild_Cheats_InfMipha/rules.txt
Normal file
@ -0,0 +1,6 @@
|
||||
[Definition]
|
||||
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
|
||||
name = Infinite Mipha's Grace
|
||||
path = "The Legend of Zelda: Breath of the Wild/Mods/Cheats/Infinite Mipha's Grace"
|
||||
description = BotW Cheats by C313571N and Xalphenos
|
||||
version = 3
|
9
Mods/BreathOfTheWild_Cheats_InfMotorcycle/patches.txt
Normal file
9
Mods/BreathOfTheWild_Cheats_InfMotorcycle/patches.txt
Normal file
@ -0,0 +1,9 @@
|
||||
[BotwV208]
|
||||
moduleMatches = 0x6267BFD0
|
||||
|
||||
0x020957DC = fmr f12, f0; Inf Motorcycle Energy
|
||||
|
||||
[BotwV176V192]
|
||||
moduleMatches = 0xFD091F9F,0xD472D8A5
|
||||
|
||||
0x0209583C = fmr f12, f0; Inf Motorcycle Energy
|
4
Mods/BreathOfTheWild_Cheats_InfMotorcycle/readme.txt
Normal file
4
Mods/BreathOfTheWild_Cheats_InfMotorcycle/readme.txt
Normal file
@ -0,0 +1,4 @@
|
||||
BotW Cheats by C313571N and Xalphenos.
|
||||
|
||||
Burning of wooden items does not decrease durability, but measures for how long the item is burning and when it is long enough, item is instantly destroyed regardless of current durability.
|
||||
Throwing a weapon instantly destroys it.
|
6
Mods/BreathOfTheWild_Cheats_InfMotorcycle/rules.txt
Normal file
6
Mods/BreathOfTheWild_Cheats_InfMotorcycle/rules.txt
Normal file
@ -0,0 +1,6 @@
|
||||
[Definition]
|
||||
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
|
||||
name = Infinite Motorcycle Energy
|
||||
path = "The Legend of Zelda: Breath of the Wild/Mods/Cheats/Infinite Motorcycle Energy"
|
||||
description = BotW Cheats by C313571N and Xalphenos
|
||||
version = 3
|
9
Mods/BreathOfTheWild_Cheats_InfRevali/patches.txt
Normal file
9
Mods/BreathOfTheWild_Cheats_InfRevali/patches.txt
Normal file
@ -0,0 +1,9 @@
|
||||
[BotwV208]
|
||||
moduleMatches = 0x6267BFD0
|
||||
|
||||
0x02CE0328 = nop; Inf Revali's Gale
|
||||
|
||||
[BotwV176V192]
|
||||
moduleMatches = 0xFD091F9F,0xD472D8A5
|
||||
|
||||
0x02CDFE0C = nop; Inf Revali's Gale
|
4
Mods/BreathOfTheWild_Cheats_InfRevali/readme.txt
Normal file
4
Mods/BreathOfTheWild_Cheats_InfRevali/readme.txt
Normal file
@ -0,0 +1,4 @@
|
||||
BotW Cheats by C313571N and Xalphenos.
|
||||
|
||||
Burning of wooden items does not decrease durability, but measures for how long the item is burning and when it is long enough, item is instantly destroyed regardless of current durability.
|
||||
Throwing a weapon instantly destroys it.
|
6
Mods/BreathOfTheWild_Cheats_InfRevali/rules.txt
Normal file
6
Mods/BreathOfTheWild_Cheats_InfRevali/rules.txt
Normal file
@ -0,0 +1,6 @@
|
||||
[Definition]
|
||||
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
|
||||
name = Infinite Revali's Gale
|
||||
path = "The Legend of Zelda: Breath of the Wild/Mods/Cheats/Infinite Revali's Gale"
|
||||
description = BotW Cheats by C313571N and Xalphenos
|
||||
version = 3
|
9
Mods/BreathOfTheWild_Cheats_InfStamina/patches.txt
Normal file
9
Mods/BreathOfTheWild_Cheats_InfStamina/patches.txt
Normal file
@ -0,0 +1,9 @@
|
||||
[BotwV208]
|
||||
moduleMatches = 0x6267BFD0
|
||||
|
||||
0x02D90CC0 = fmr f29, f1; Inf Stamina
|
||||
|
||||
[BotwV176V192]
|
||||
moduleMatches = 0xFD091F9F,0xD472D8A5
|
||||
|
||||
0x02D90724 = fmr f29, f1 ;inf stamina
|
4
Mods/BreathOfTheWild_Cheats_InfStamina/readme.txt
Normal file
4
Mods/BreathOfTheWild_Cheats_InfStamina/readme.txt
Normal file
@ -0,0 +1,4 @@
|
||||
BotW Cheats by C313571N and Xalphenos.
|
||||
|
||||
Burning of wooden items does not decrease durability, but measures for how long the item is burning and when it is long enough, item is instantly destroyed regardless of current durability.
|
||||
Throwing a weapon instantly destroys it.
|
6
Mods/BreathOfTheWild_Cheats_InfStamina/rules.txt
Normal file
6
Mods/BreathOfTheWild_Cheats_InfStamina/rules.txt
Normal file
@ -0,0 +1,6 @@
|
||||
[Definition]
|
||||
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
|
||||
name = Infinite Stamina
|
||||
path = "The Legend of Zelda: Breath of the Wild/Mods/Cheats/Infinite Stamina"
|
||||
description = BotW Cheats by C313571N and Xalphenos
|
||||
version = 3
|
9
Mods/BreathOfTheWild_Cheats_InfUrbosa/patches.txt
Normal file
9
Mods/BreathOfTheWild_Cheats_InfUrbosa/patches.txt
Normal file
@ -0,0 +1,9 @@
|
||||
[BotwV208]
|
||||
moduleMatches = 0x6267BFD0
|
||||
|
||||
0x02D741C8 = nop; Inf Urbosa's Fury
|
||||
|
||||
[BotwV176V192]
|
||||
moduleMatches = 0xFD091F9F,0xD472D8A5
|
||||
|
||||
0x02D73C2C = nop; Inf Urbosa's Fury
|
4
Mods/BreathOfTheWild_Cheats_InfUrbosa/readme.txt
Normal file
4
Mods/BreathOfTheWild_Cheats_InfUrbosa/readme.txt
Normal file
@ -0,0 +1,4 @@
|
||||
BotW Cheats by C313571N and Xalphenos.
|
||||
|
||||
Burning of wooden items does not decrease durability, but measures for how long the item is burning and when it is long enough, item is instantly destroyed regardless of current durability.
|
||||
Throwing a weapon instantly destroys it.
|
6
Mods/BreathOfTheWild_Cheats_InfUrbosa/rules.txt
Normal file
6
Mods/BreathOfTheWild_Cheats_InfUrbosa/rules.txt
Normal file
@ -0,0 +1,6 @@
|
||||
[Definition]
|
||||
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
|
||||
name = Infinite Urbosa's Fury
|
||||
path = "The Legend of Zelda: Breath of the Wild/Mods/Cheats/Infinite Urbosa's Fury"
|
||||
description = BotW Cheats by C313571N and Xalphenos
|
||||
version = 3
|
9
Mods/BreathOfTheWild_Cheats_InfWeapons/patches.txt
Normal file
9
Mods/BreathOfTheWild_Cheats_InfWeapons/patches.txt
Normal file
@ -0,0 +1,9 @@
|
||||
[BotwV208]
|
||||
moduleMatches = 0x6267BFD0
|
||||
|
||||
0x024ACBF4 = fsub f31, f31, f31; Inf Weapons, Bows and Shields (except burn damage and throwing weapon)
|
||||
|
||||
[BotwV176V192]
|
||||
moduleMatches = 0xFD091F9F,0xD472D8A5
|
||||
|
||||
0x024AC850 = fsub f31, f31, f31; Inf Weapons, Bows and Shields (except burn damage and throwing weapon)
|
4
Mods/BreathOfTheWild_Cheats_InfWeapons/readme.txt
Normal file
4
Mods/BreathOfTheWild_Cheats_InfWeapons/readme.txt
Normal file
@ -0,0 +1,4 @@
|
||||
BotW Cheats by C313571N and Xalphenos.
|
||||
|
||||
Burning of wooden items does not decrease durability, but measures for how long the item is burning and when it is long enough, item is instantly destroyed regardless of current durability.
|
||||
Throwing a weapon instantly destroys it.
|
6
Mods/BreathOfTheWild_Cheats_InfWeapons/rules.txt
Normal file
6
Mods/BreathOfTheWild_Cheats_InfWeapons/rules.txt
Normal file
@ -0,0 +1,6 @@
|
||||
[Definition]
|
||||
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
|
||||
name = Infinite Weapons, Bows and Shields
|
||||
path = "The Legend of Zelda: Breath of the Wild/Mods/Cheats/Infinite Weapons, Bows and Shields"
|
||||
description = (except burn damage and throwing weapon) BotW Cheats by C313571N and Xalphenos
|
||||
version = 3
|
@ -0,0 +1,4 @@
|
||||
[BotwV208]
|
||||
moduleMatches = 0x6267BFD0
|
||||
|
||||
0x024ACBF4 = fsub f31, f31, f31; Inf Weapons, Bows and Shields (except burn damage and throwing weapon)
|
@ -0,0 +1,4 @@
|
||||
BotW Cheats by C313571N and Xalphenos.
|
||||
|
||||
Burning of wooden items does not decrease durability, but measures for how long the item is burning and when it is long enough, item is instantly destroyed regardless of current durability.
|
||||
Throwing a weapon instantly destroys it.
|
6
Mods/BreathOfTheWild_Cheats_MotorcycleAnywhere/rules.txt
Normal file
6
Mods/BreathOfTheWild_Cheats_MotorcycleAnywhere/rules.txt
Normal file
@ -0,0 +1,6 @@
|
||||
[Definition]
|
||||
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
|
||||
name = Spawn Motorcycle Anywhere
|
||||
path = "The Legend of Zelda: Breath of the Wild/Mods/Cheats/Spawn Motorcycle Anywhere"
|
||||
description = v208 only! Credits to Zeikken (converting to patches) and leoetlino (finding the value). BotW Cheats by C313571N and Xalphenos
|
||||
version = 3
|
Loading…
Reference in New Issue
Block a user