Recent content by lasyan3

  1. lasyan3

    Xenoblade Chronicles X Definitive Edition - Emulator Mods/Cheats Discussion

    A bit late, but did you try looting armor with 3 augs and 3 free slots? With this setting I only get 1 aug in the end (that's why I didn't set 3 free slots in the end).
  2. lasyan3

    Xenoblade Chronicles X cheats and mods

    Well, you'll think I'm crazy, but I've done it with 2 instances of IDA (one for Wii U and other for Switch). I check the code for the Wii U and if I'm lucky I find a string in code near the part modified by the mod. Then I search the same string in the "Switch IDA" and if I'm lucky again I find...
  3. lasyan3

    Xenoblade Chronicles X cheats and mods

    yes, try this version : You can tweak by replacing the value 00000015 in the last line (bigger increases the radius).
  4. lasyan3

    Xenoblade Chronicles X Definitive Edition - Emulator Mods/Cheats Discussion

    Yes I ported them from Cemu (I miss so much this emu with asm code cave support and debugger ^^). And I don't know if Monolith patched the equipments but in the menu we cannot see more than 4 slots max, there is no space left. Anyway, v0.2 with both presets for gold treasure (forced and unforced)
  5. lasyan3

    Xenoblade Chronicles X Definitive Edition - Emulator Mods/Cheats Discussion

    Loot Mods for Citron (should work with Ryujinx but not tested) Work in progress! LootEquipmentsBestQuality : force primordial equipment with 3 augments (and only 1 free slot as the game does not seem to allow cheat equipment with 3 augments and 3 free slots) LootEquipmentsForceCount : force 3...
  6. lasyan3

    Xenoblade Chronicles X cheats and mods

    Loot Mods for Citron (should work with Ryujinx but not tested) Work in progress! LootEquipmentsBestQuality : force primordial equipment with 3 augments (and only 1 free slot as the game does not seem to allow cheat equipment with 3 augments and 3 free slots) LootEquipmentsForceCount : force 3...
  7. lasyan3

    Xenoblade Chronicles X cheats and mods

    Try this one (found previously on this topic but don't remember where 😅) you can increase or decrease the range with the last value (currently 00000015) :
  8. lasyan3

    Xenoblade Chronicles X cheats and mods

    Work in progress ;)
  9. lasyan3

    Xenoblade Chronicles X cheats and mods

    Ok finally I begin to figure it out how to port some mods from the Wii U to Switch (at least some easy ones). First try: force gold treasure loot (to be tested!):
  10. lasyan3

    Xenoblade Chronicles X cheats and mods

    Hello, I'd like to make a cheat which increases just a bit the catch for collectibles (the "auto pickup collectibles" cheat has a too big radius for me) but I don't really get how the cheats are created (so far I suppose the 2ne 8 byte value is the memory address and the last 8 byte value is the...
  11. lasyan3

    Gaming Emulation Misc Xenoblade Chronicles 3 - Emulator/Etc Discussion

    Hello, Whoever made this mod, you have my eternal gratitude! Also GG for the other mods of course, but the one disabling the pause menu BGM is imo a must-have! Simply can't play without it. Cheers!
  12. lasyan3

    ROM Hack Emulation Modding Xenoblade 3 - Disassembly - Missing symbols

    Snif what a pity, so I guess that means no advanced mods possible for this game (at least until we have a cheat engine included in the emulators) Anyway thanks for your answers! Edit: ok with Cheat Engine and MEM_MAPPED setting on it's possible to find interesting things (like unlimited nopon...
  13. lasyan3

    ROM Hack Emulation Modding Xenoblade 3 - Disassembly - Missing symbols

    Hey there, I'm trying to make mods for Xenoblade 3 (and yuzu) by using IDA disassembler (I already made mods for Xenoblade DE and Xenoblade 2) but I encounter a problem : the list of functions is not decoded, instead all have a name like "sub_7100***". I believe the symbols are missing in the...