Recent content by HotdogWithMustard

  1. HotdogWithMustard

    Homebrew RELEASE Lithium: Lightweight Easy to Use Title Installer for 7.X

    Actually the latest version of Tinfoil doesn't work unless you use the 'custom kip', why even have the software ask If you're just going to lock everything down and refuse to work once the user hits 'no'? :wacko::rofl2: Also those "SXOS Exclusive Features" look suspiciously like the free...
  2. HotdogWithMustard

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

    The Legend of Zelda: Breath of the Wild (1.6.0) TID: 01007EF00011E000 BID: 8E9978D50BDD20B4 [Master Code (TOGGLE ON THEN OFF)] 580A0000 02C9FD70 580A1000 00000038 780A1000 00000064 580B0000 02D1EA00 580B1000 00000198 580B1000 00002D18 A8BA0000 [Moonjump ZL+X] 580A0000 02C9FD70 580A1000...
  3. HotdogWithMustard

    ROM Hack Dragon Quest Builders 2

    Here's the script I wrote to fix the text wrapping. The script goes through each line and splits the text into words then counts how many words till it hits >= 40 character mark and inserts a new line before or at the mark. It's written in AHK (AutoHotKey) so you'll need to install that...
  4. HotdogWithMustard

    ROM Hack Dragon Quest Builders 2

    I seen that, I wrote a script in AHK to automatically go through and add <br> in the appropriate places. (Beginning of dialog, after a set amount of words, etc) I'll post it here when I get off work.
  5. HotdogWithMustard

    ROM Hack Dragon Quest Builders 2

    I do not, sorry. :sad: That's normal. Excel tool prints that message when it is run and the batch script runs excel multiple times.
  6. HotdogWithMustard

    ROM Hack Dragon Quest Builders 2

    Not sure on that. A lot of the translations are inaccurate so could just be an extremely bad translation. I know there are some debug lines in there, if you use a tool to search the files for the word "Debug" you'll find a couple of different interesting lines.
  7. HotdogWithMustard

    ROM Hack Dragon Quest Builders 2

    My zip contains the dumped files, you just need to convert them back into .bin files and inject them. First you'll need LINKDATA.BIN and LINKDATA.IDX, you can get them by extracting romfs from the base game with hactool, you can find instructions on how to do this on the forum. (Sorry, can't...
  8. HotdogWithMustard

    ROM Hack Dragon Quest Builders 2

    Using @Falo's tools I went ahead and dumped all the files and wrote a script to remove the junk files and translate the valid ones. The whole process took about 8 hours but I've gotten mostly everything translated and cut the total file count down to about 3.4k. I've attached a zip with the...
  9. HotdogWithMustard

    Homebrew RELEASE WebUI - A web Interface for Lan-Play

    No, this is essentially a browser based GUI. If you want to host your own server you should check out the Lan-Play GitHub repo, it has instructions on how to do it in the README.
  10. HotdogWithMustard

    Homebrew RELEASE WebUI - A web Interface for Lan-Play

    Unfortunately no, the servers only report the total online count and the server version. :(
  11. HotdogWithMustard

    Homebrew RELEASE WebUI - A web Interface for Lan-Play

    Hello everyone, I'm here to share a project that I've been working on for a while, WebUI, a web interface for Lan-Play. Features: Ability to add custom servers. Ability to change port. (Defaults to 80) Ability to set a login. (Useful If running on an open port.) Smooth minimalist design...