Recent content by Tolin

  1. T

    ROM Hack Translation Xenoblade X DE - Retranslation & Uncensor Patch

    If they're modifying the same target file(s) then you'll run into conflicts where things may either partially work or not work at all, depending on what they've changed. It's whole-file replacement/redirection and doesn't do some kind of 'look in each file for differences and apply those...
  2. T

    ROM Hack Translation Xenoblade X DE - Retranslation & Uncensor Patch

    Not a 'simple' way... you'd basically need to do what this patch is doing, but for Spanish instead, separately. Whether that be retranslating/relocalizing from JP -> ESP or using this patch's revised scripts to go EN->ESP it'd still be a LOT of work to do to take this over into Spanish... and...
  3. T

    ROM Hack Translation Xenoblade X DE - Retranslation & Uncensor Patch

    Are you asking about some kind of menu-based slider thing that would be part of the character customization windows like in the JP version of the WiiU release which controlled some of the body and bust proportions? If so, I don't think that'll happen.. as I understand it, XCXDE was based on the...
  4. T

    ROM Hack Translation Xenoblade 2 - Delocalization & Retranslation Patch

    Not my mod, so no idea... but I'd venture to guess it's outside the scope of what this is aiming to do. Not sure what exactly you're expecting of a project that is aimed at 'retranslation' to do in that regard, or what exactly you'd like to see restored... but if it matters that much to you...
  5. T

    ROM Hack Translation Xenoblade 2 - Delocalization & Retranslation Patch

    First post answers this... but to TLDR it, you need the US English version of the game updated to the latest patch and select to play the game in Japanese at the start of the game (so, any DLC required to accomplish that will also be necessary)... this isn't really gonna change any visual...
  6. T

    ROM Hack Translation Xenoblade 3 Re-translation Patch

    I'd 'argue' that anyone looking to bring a more 'authentic' translation into their gameplay experience and prefers to play in JP will very likely already understand the wordplay at work there with the Segiri/Nagiri naming convention. I thought it was reasonably clever what they did with it in...
  7. T

    ROM Hack Translation Xenoblade X DE - Retranslation & Uncensor Patch

    A couple things complicate this; the changes to the file system, where they moved over to a hashed list system... and the packaging. Getting the files unpacked is pretty straightforward, IIRC - masagrator wrote a python script for extraction found in a post on the first page here...
  8. T

    ROM Hack Translation Xenoblade X DE - Retranslation & Uncensor Patch

    The cooking scenes are in the xs99100100 through xs99110150 bdats. (7 bdat files in total). Referencing the word 'yogurt' to search the json files (the only place in the game that word appears) that is the only place it appears, so - to my eye - it appears isolated to just those files.
  9. T

    ROM Hack Translation Xenoblade DE Name Delocalization Patch

    Lion, you could likely just use the BDAT translation tool and the converter tool to take the patched bdats, do a batch replacement on 'Fiorung' in the generated json files to make each instance 'Fiora' then and repack all of the files using the converter again. That should - in theory - do what...
  10. T

    Xenoblade Chronicles X cheats and mods

    Ah... that was me forgetting/mistyping FR... for Fearless Revolution, IIRC... https://fearlessrevolution.com/viewtopic.php?f=4&t=34341 The CT file is on the first page of the forum posts, which I used on the latest CE version alongside the current canary build of Ryu...
  11. T

    Xenoblade Chronicles X cheats and mods

    I ran into the same issue after accidentally leaving the code on when browsing the inventory menu... ended up using Cheat Engine and the XCXDE tables that are on CR to correct it. Takes forever to run the script, but it does work as after setting the leg to '1' the quest was able to be taken...
  12. T

    Xenoblade Chronicles X cheats and mods

    Obviously the offsets are going to be different, but I had success changing the weather in real time targeting these after tracking the reported weather type and referencing it against the weather list. Dunno if this'll help much, but I know some people were asking about weather... I don't have...
  13. T

    ROM Hack Translation Xenoblade X DE - Retranslation & Uncensor Patch

    A revisit on Chapter titles might be warranted... some of these are pretty significantly altered from what I'm seeing comparing the JP and EN.
  14. T

    Misc Project Xenoblade Easy Extract / Pack BDAT + Translation Tool

    Might work, but it's hard to say without an in-game 'success' story... the tool exports a bdat... though in the case of the edit I made to the XCXDE's common_ms it exported as 2mb smaller than the source bdat before running the json conversion. In-engine, I made a single conversation edit with...
  15. T

    Xenoblade X Definitive Edition- need help extracting the arh/ard files

    Very nice... and the python tools released with the recent XC2 re-translation efforts in the forum seem to read the extracted bdat data... so, that's nice too. :D