Commit graph

5 commits

Author SHA1 Message Date
Intra
01efa057a8
[XCX] [MK8] [DKC] Add credit attribution to all packs (#690) 2025-03-25 08:59:51 +01:00
intra
07b232af2c
[Xenoblade X] New blade metal count mod + some other stuff (#583)
* Add files via upload

* Update rules.txt

* Rename src/XenobladeChroniclesX/Mods/GraphicsNpcInfoBubblesDistance/patch_bubbles.asm to src/XenobladeChroniclesX/Mods/HudNpcInfoBubblesDistance/patch_bubbles.asm

move file location

* Rename src/XenobladeChroniclesX/Mods/GraphicsNpcInfoBubblesDistance/rules.txt to src/XenobladeChroniclesX/Mods/HudNpcInfoBubblesDistance/rules.txt

move file location

* Rename src/XenobladeChroniclesX/Mods/HUDFreecam/patch_Freecam.asm to src/XenobladeChroniclesX/Mods/GraphicsFreecam/patch_Freecam.asm

move file location

* Rename src/XenobladeChroniclesX/Mods/HUDFreecam/rules.txt to src/XenobladeChroniclesX/Mods/GraphicsFreecam/rules.txt

move file location

* Rename src/XenobladeChroniclesX/Mods/HUDNoModelFade/patch_NoModelFade.asm to src/XenobladeChroniclesX/Mods/GraphicsNoModelFade/patch_NoModelFade.asm

move file location

* Rename src/XenobladeChroniclesX/Mods/HUDNoModelFade/rules.txt to src/XenobladeChroniclesX/Mods/GraphicsNoModelFade/rules.txt

move file location

* Rename src/XenobladeChroniclesX/Mods/HUDRemoveOverdriveBlur/patch_RemoveBlur.asm to src/XenobladeChroniclesX/Mods/GraphicsRemoveOverdriveBlur/patch_RemoveBlur.asm

move file location

* Rename src/XenobladeChroniclesX/Mods/HUDRemoveOverdriveBlur/rules.txt to src/XenobladeChroniclesX/Mods/GraphicsRemoveOverdriveBlur/rules.txt

Move file location

* Update rules.txt

* Add files via upload

fix for blade metal mod

* Update rules.txt

* Update patch_Metal.asm

same line that was added in nemesis offline. when ever you turn the mod off your -1 what your supposed to be, this new line fixes that. (being 9998 instead of 9999 though is barely noticeable but it can be fixed so its being fixed)

* Update rules.txt

* Update patch_Metal.asm

1.0.1E and 1.0.2U had the same address values

* Update patch_Metal.asm

added comments

* typo fix oops

put 'metal' instead of 'medal'

* typo fix oops

put 'metal' instead of 'medal'

* Add files via upload

makes the new infinite blade metal line optional

* and I just figured out how to make blade medals unneeded

ok, I think I'm actually done at this point

* fixed readablilty and made it easier to change

sorry for all the commits

* small typo fix

again sorry for all the commits

* changed addi to subi

makes the rules.txt look nicer

* Update patch_offline_nemesis.asm

* Add files via upload
2023-01-16 13:59:08 -08:00
intra
97c0d90901
[XCX] Port to most versions, added freecam mode and other changes
Thanks to @intra2 for the work!
2022-09-25 15:37:11 +02:00
lasyan3
b28960dde4 [XCX] Add some fixes from my repo 2021-01-23 09:02:18 +01:00
Crementif
b04550a2f3
[XCX] Add first version of V5 graphic packs
With some bug fixes (which should fix https://github.com/ActualMandM/cemu_graphic_packs/issues/494), this is basically the same as the previous V5 version. I decided that updating these in this state now (since people currently have to go out of their way to get "proper" V5 packs) would be better then having updating these in a few weeks with some small fixes.

So basically, a version 2 will follow, but I just want to get these out now!

Co-authored-by: lasyan3 <lasyan3@hotmail.com>
2021-01-23 01:49:39 +01:00