Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - onefourthree

Pages: [1]
1
I ported some of these mods to the nintendo switch.

Damage.dll -> ff8-break-damage-limit
HP.dll -> ff8-break-hp-limit-gf and ff8-break-hp-limit-party
Magic.dll -> ff8-limitless-magic-battle

Thanks to gaaasstly's post earlier in this thread for the hard work he did finding the offsets on PC: https://forums.qhimm.com/index.php?topic=15354.msg250751#msg250751

Download: https://github.com/onefourthreeNX/ff8-mods/tree/master/switch

Grab the folder for the patch you want and copy it to /atmosphere/nro_patches/ to install on the switch.

Note: this requires a hacked switch running atmosphere 0.8.9 or greater


2
Maki,

Your switch patches don't work. I re-wrote them, (you were super close!) and these are what needed to be changed:

Switch version 1.0.0
Spoiler: show

Code: [Select]
1.0.0
----
E04E38 02 00 80 52
E04E58 02 00 80 52

E04E98 02 00 80 52
E04EB8 02 00 80 52

E04EFC 03 00 80 52
E04F1C 03 00 80 52

E04F5C 02 00 80 52
E04F7C 02 00 80 52

E04FC0 02 00 80 52
E04FE0 02 00 80 52

E05008 02 00 80 52
E05028 02 00 80 52


Switch Version 1.0.1
Spoiler: show

Code: [Select]
1.0.1
----
E04278 02 00 80 52
E04298 02 00 80 52

E042D8 02 00 80 52
E042F8 02 00 80 52

E0433C 03 00 80 52
E0435C 03 00 80 52

E0439C 02 00 80 52
E043BC 02 00 80 52

E04400 02 00 80 52
E04420 02 00 80 52

E04448 02 00 80 52
E04448 02 00 80 52


Comparison:


Download:

https://github.com/onefourthreeNX/ff8-mods/tree/master/switch
Grab the ff8-uv-patch folder and copy it to /atmosphere/nro_patches/ to install on the switch.

Note: this requires a hacked switch running atmosphere 0.8.9 or greater

3
I've been doing some research on these, and I'm fairly certain that the HEXT for damage/hp is wrong.

I have edited it to fix the mistakes I found:
https://raw.githubusercontent.com/onefourthreeNX/ff8-mods/master/pc/2013/FF8_CapBreak_EN.txt

Pages: [1]