Recent content by fl4sh_

  1. fl4sh_

    ROM Hack Metroid Prime 4 Native Resolution mod

    Masa is focused on Switch, and the emulator mods are available in my github.
  2. fl4sh_

    Pokemon Legends ZA 60 FPS Patch for Emulator

    It's fixed already.
  3. fl4sh_

    Hacking 60FPS working everywhere Sonic Racing Crossworlds + Graphics Mod + Graphic Patches

    yeah, fixed it already, i sent a version i was testing the 120FPS mod, but forgot to remove it from the 1P gamemode, uploaded the correct version already, its on my github...
  4. fl4sh_

    Hacking Graphics patches Sonic Racing Crossworlds

    https://www.reddit.com/r/yuzu/comments/1ntb8aw/sonic_racing_crossworlds_01006e001823c000_mods - 60 FPS Working in all game modes
  5. fl4sh_

    Xenoblade Chronicles X Definitive Edition - Emulator Mods/Cheats Discussion

    The main issue is how poorly the cutscenes are coded in this game. Changing anything causes problems. I chose the most stable approach, which results in only a few visual glitches. Tuning it to 30 FPS is easy, but it would affect most of the cutscenes, even the ones without camera issues. Also...
  6. fl4sh_

    Xenoblade Chronicles X Definitive Edition - Emulator Mods/Cheats Discussion

    Updated the logic already: https://github.com/Fl4sh9174/Switch-Ultrawide-Mods/blob/main/Xenoblade Chronicles X Definitive Edition [0100453019AA8000][mods].zip Added a function that controls camera speed in all mods. The Camera Speed Fix is no longer necessary. This new mod dynamically adjusts...
  7. fl4sh_

    Xenoblade Chronicles X Definitive Edition - Emulator Mods/Cheats Discussion

    Updated the static mods as well, link on my github, the speed of the camera i wont change because its the original default value, i didn't touch it, but the feeling is different, but measuring it ingame should give you same speed in the end, you can just delete the lines i told ya.
  8. fl4sh_

    Xenoblade Chronicles X Definitive Edition - Emulator Mods/Cheats Discussion

    Its defaulting to average speed setting, if you want to use the orignal camera sensitivity you can remove the offsets from the pchtxt: 000ab510 7e925d14 0180ff08 12000090 0180ff0c 5EBA4EBD 0180ff10 48224FBD 0180ff14 08193E1E 0180ff18 48260FBD 0180ff1c 7f6da217 0180ff20 4f77d63f 1746076764...
  9. fl4sh_

    Xenoblade Chronicles X Definitive Edition - Emulator Mods/Cheats Discussion

    Default camera sensitivity is 0.05585053563 at 30FPS, so for 60FPS i changed it to 0.027925267815, for the dynamic mod the code calculates the current FPS and adjust the value of everything based on that. Title screen is hardcoded to 120FPS in the Dynamic mod, so at 60FPS its half speed because...
  10. fl4sh_

    Xenoblade Chronicles X Definitive Edition - Emulator Mods/Cheats Discussion

    Im porting all the mods for Ryujinx/Switch, but due to the power outage, it'll be delayed a bit.
  11. fl4sh_

    Xenoblade Chronicles X Definitive Edition - Emulator Mods/Cheats Discussion

    https://www.reddit.com/r/yuzu/comments/1k9rown/dynamic_fps_mod_for_xenoblade_chronicles_x/ Dynamic FPS mod for Citron/Sudachi v1.0.1 Ported all the old mods to Ryujinx/Switch
  12. fl4sh_

    Xenoblade Chronicles X Definitive Edition - Emulator Mods/Cheats Discussion

    I recommend sticking to v1.0.1 till i solve the remaining issues.
  13. fl4sh_

    Xenoblade Chronicles X Definitive Edition - Emulator Mods/Cheats Discussion

    The only solution in your case is the dynamic FPS mod, theres 2 versions of the dynamic mod already, one in pure ASM other one in exlaunch, ill see if i can release the beta version of the ASM soon.
  14. fl4sh_

    Xenoblade Chronicles X Definitive Edition - Emulator Mods/Cheats Discussion

    Fixed the issue with target reticle Fixed the crash on Ryujinx https://github.com/Fl4sh9174/Switch-Ultrawide-Mods/blob/main/Xenoblade Chronicles X Definitive Edition [0100453019AA8000][mods].zip
  15. fl4sh_

    Xenoblade Chronicles X Definitive Edition - Emulator Mods/Cheats Discussion

    Regarding the Ultrawide mod, if you want to test the offset that changes the HUD: Just place this line before the @Stop in the ultrawide mod: 0096e8cc 14E08152 you can see the misalignment there. @NeoMatrix2525 @Gangrel