Recent content by Neobeo

  1. N

    ROM Hack [WIP] Daigasso! Band Brothers P Fan Translation

    I'm going by the official stylization based on http://vocaloid.wikia.com/wiki/Camui_Gackpo.
  2. N

    Gaming Daigasso! Band Brothers P

    Thanks gnc140. For those who really love the game and want to take it to the next level I really recommend you check out our translation discord server, particularly if you're interested in helping to translate/localise the game and/or some songs. It has "translation" in the name, but there's...
  3. N

    ROM Hack Hosting an out-of-region local multiplayer game

    From my experience, the updates don't really affect anything. If I had to guess why your Terraria updates worked without the updates, it would be either than the download play child (for the base game) was already region patched, or that the base game didn't have a download play option at all...
  4. N

    Gaming Daigasso! Band Brothers P

    For those interested, I've fixed this issue of hosting a local multiplayer game, which was caused by having an out-of-region Download Play child. It will require a custom build of Luma which disables DLP region check (see pull request). The desperate things people do when they purchase a second...
  5. N

    ROM Hack Hosting an out-of-region local multiplayer game

    After some research, it appears that DLPSRVR:Initialize is failing due to the region mismatch. Of course we don't have any control over how/when it fails. I figured Luma was somehow modifying Cfg:SecureInfoGetRegion for the locales patch, and was hoping we might adapt their patch to our...
  6. N

    ROM Hack Hosting an out-of-region local multiplayer game

    So it is well-established that certain games will not allow you to host a local multiplayer game if you are using the wrong region. I've quoted a couple of them here: This is with Luma v6.6, regardless of the locale settings. Things like playing online always work fine. I believe joining a...
  7. N

    ROM Hack [WIP] Daigasso! Band Brothers P Fan Translation

    At this stage, we're looking for translators. There's about 3000 strings to translate, give or take, though a good half of them are single words or short phrases. A preliminary translation spreadsheet is available here on https://goo.gl/Z4D2uN which is largely mass-google-translated. Let me know...
  8. N

    Gaming Daigasso! Band Brothers P

    Just to quote from my other post in the other thread in case more people are subscribed to this thread. This patch basically allows you to redirect extdata access to the sd card, meaning you can just apply Degausser (pc version) directly on sd:/saltysd/daigasso/jb/mgr.bin. Of course, you'll need...
  9. N

    ROM Hack [WIP] Daigasso! Band Brothers P Fan Translation

    So I made an SaltySD thing for Daigasso. It's still a proof-of-concept in that it works as intended so far, but I don't really know if it might crash randomly. What it does is basically redirect any file access (whether it be from the base romfs, the update patch, or extdata) onto the sd card...
  10. N

    Gaming Daigasso! Band Brothers P

    After finally studying the mgr2.bin format (motivated by the presence of 40 new MVs), I'm convinced we can have up to 5200 songs in total (3700+1500). The songs in mgr2.bin can have some extra information I haven't fully figured out, but mainly videos and images I think. It's still just...
  11. N

    Gaming Daigasso! Band Brothers P

    That's huge indeed! For a start it should be possible to write a quick script to extract the details from http://wikiwiki.jp/bandbrosp/. Not that they even have 9399 songs on there yet!
  12. N

    Gaming Daigasso! Band Brothers P

    Thanks for the updates. That's actually quite interesting. It's been a while since I've worked on these, but from memory you have to actually "duplicate" the song into the custom songs area... which is what Degausser does. minidegausser will still install it into "official songs", but that...
  13. N

    Gaming Daigasso! Band Brothers P

    As mentioned, the homebrew doesn't import custom songs. In theory, this isn't actually difficult to do; I just got lazy because it required having to decompress the song and then recompress it. Feel free to make changes and make a pull request on github though, if you're up for it. I am...
  14. N

    Gaming Daigasso! Band Brothers P

    Well, I haven't done any Degausser development in a while (indeed, I haven't touched my 3ds in weeks), but I'm still kind of curious about the error. Off the top of my head, here's a number of things I can think of: Degausser modifies only the extdata rather than the save, so in theory it...
  15. N

    Gaming Daigasso! Band Brothers P

    So I've been working with tikuwa6372, who has figured out how to obtain all the correct metadata from the Gateway memory dump. He's also identified a bug with Degausser v2.1b zeroing bytes 0x204-0x207 of the uncompressed pack data. As far as I can tell, this has not affected any currently shared...