Search results

  1. Z

    ROM Hack Question Is the a way to get game text of these Japanese mahjong games

    Thank you very much, I will give all this a try Edit: I was able to get dump files now: (dump.cs and dummydlls) by adding the following in the Il2CppDumperGUI: sadly I am stuck again since there is still no text in these files :( but I figure it wouldn't hurt to post an update
  2. Z

    ROM Hack Question Is the a way to get game text of these Japanese mahjong games

    I hate to be a bother but could you clarify a bit more? I extracted "unnamed asset-resources.assets-385.dat" from a monobehaviour file (those from the last screenshot I added earlier). I chose that ".dat" file because it was the largest file of "monobehaviour" type. then I should place that...
  3. Z

    ROM Hack Question Is the a way to get game text of these Japanese mahjong games

    Oh yes, it seems that you are right. I unpacked resources.assets files (one for each games) and there is a lot of content in there. I feel I am very close but the problem is, still have not found the text. Here is what the file looks like I assume some of it should be embedded in img (or png...
  4. Z

    ROM Hack Discussion Dies Irae possible translation

    Any chance someone could help me getting to the text of these Japanese games ? https://gbatemp.net/threads/is-the-a-way-to-get-game-text-of-these-japanese-mahjong-games.557399/ I dumped the files but now I'm at a dead end
  5. Z

    ROM Hack Question Is the a way to get game text of these Japanese mahjong games

    I have the files unpacked for these two mahjong eshop games (Japanese games for the switch): Touhou Genso Mahjong Saikyo no Mahjong 〜100 Mannin no Tame no Mahjong Dojo〜 Example of the extracted files : It looks like there are unity bundle files in the RomFS folders but I am not sure how to...
  6. Z

    ROM Hack [Translation] THE麻雀 - Help finding the actual text

    Anyone ever looked at the files for this game yet? https://www.d3p.co.jp/switch/mahjong/ I am hoping to do a google translate pass (+ some manual tweaks) on the Japanese text and then repackage it. See if I can get something descent for an "English patch". So far I am not sure what to do...
  7. Z

    ROM Hack Cheat Codes AMS and Sx Os, Add and Request

    thank you! no pressure of course, I am still trying to do permanent "infinite health" code myself. so far here is what i did: - scanned on sx os and found an address that changed health as I wanted. But these addresses change after each levels / reboot. (scan takes a long time too) - scanned...
  8. Z

    ROM Hack Cheat Codes AMS and Sx Os, Add and Request

    @merlin555 wow, any chance you could help getting codes for caveblazers 1.4.3 ? im struggling with finding a permanent solution. for now i have to find the hp value all over again, every time I enter new levels. not to mention the "no items loss upon death" code ill probably never find by myself.
  9. Z

    ROM Hack Cheat Codes AMS and Sx Os, Add and Request

    Anyone managed to do infinite health for caveblazers 1.4.3 ? I was hoping for "no item loss" cheat too but I guess I'm dreaming haha
  10. Z

    Homebrew RELEASE Noexs Remote Debugger

    What a nice thread, thanks a lot for this app & and all the info! I was finally able to connect after reading the posts here. Anyone tried caveblazers 1.4.0 with this yet ? For me the game freezes after 2 or 3 search. I was hoping to find an infinite health address
  11. Z

    ROM Hack Cheat Bounty Requests Thead

    Name of the game: Caveblazers Version of the game: 1.4.3 Title: 01001A100C0E8000 Build: 07C10A1283C6F61F Region of the game: US/Eur Desired codes: infinite health, don't loose items upon death Bounty: $20 per cheat / e-transfer
  12. Z

    ROM Hack Cheat Codes AMS and Sx Os, Add and Request

    I managed to give myself ~2M gold in Stardew Valley but mostly, I don't know what I am doing ... would be nice to have infinite Stamina / Pause the day codes
  13. Z

    Homebrew RELEASE pSNES: Switch Snes9x port

    thanks for the info, i'll try without the tv and keep an eye out for sx os updates then
  14. Z

    Hacking [Release]BootNTR Selector

    i don't get a green screen either (11.2) :( trying to load pokemon ultra moon plugin. i checked the titleid and i have ntr.bin also
  15. Z

    Homebrew RELEASE pSNES: Switch Snes9x port

    same here, playing mario world for 10 mins ends up crashing while the switch is hooked to the tv
  16. Z

    Hacking [RCM Payload] Hekate - CTCaer mod

    Just to make sure I understood your phrasing properly, when you said: "U1/3 is the minimum performance level of the UHS-I/II bus." This means UHS-I/II would be the better choice? If so, do these sdcards work with the latest release?
  17. Z

    Hacking Porting C# games / Apps to the switch

    Thanks for the pointers, just in case anyone wonders, I finished setting up and it works so far. I've succefully built a small test project (snake game). I needed the "standalone" sdk files and switch support SDK files (unity "addon" exe) . Once these 2 things were installed, I could output a...
  18. Z

    Hacking Porting C# games / Apps to the switch

    Well I made a bit of progress... I got the SDK support for Unity installed. I may end up using a devkit since I have access to one but it is not mine so, I'd rather be able to do this on my own switch if possible. imgur.com/a/AKnZicF
  19. Z

    Hacking Porting C# games / Apps to the switch

    Yes that is exactly the kind of info I was looking for, so far I could not find much indeed. I will keep digging though
  20. Z

    Hacking Porting C# games / Apps to the switch

    Now that HBL is available, I am wondering if there is any documentations, tool list or "how to" about how to build my C# projects so that they can work with HBL. I am currently developing games in unity and I would love to try it out on the switch, I would also like to try out some apps that I...