Recent content by ratnapatka

  1. ratnapatka

    Tutorial ROM Hack Add custom songs to Let's Sing! (2022) from UltraStar

    That would be best, maybe upload to mega and dm me the link.
  2. ratnapatka

    Tutorial ROM Hack Add custom songs to Let's Sing! (2022) from UltraStar

    Could you somehow dm me the list of the additional songs you're getting the crash on? I wanna see if I can replicate this.
  3. ratnapatka

    ROM Hack Project Let's Sing Custom Songs (any version) and Deluxe Mod

    Hello everyone, using these tools you can easily add custom songs to your Let's Sing game. Let's Sing UltraStar Converter - used to convert UltraStar karaoke files into the Let's Sing DLC format Let's Sing Deluxe Mod (made by @Omnia) - used to extract the official songs from all previous Let's...
  4. ratnapatka

    Tutorial ROM Hack Add custom songs to Let's Sing! (2022) from UltraStar

    Maybe don't run it just yet.., I'm not sure renaming the contained files was the right approach, I'm probably going to revert back this logic and make a new release. Give me 15ish minutes. 1779542588 OK, you can download the 1.0.2 version now. You can just try creating a new output folder for...
  5. ratnapatka

    Tutorial ROM Hack Add custom songs to Let's Sing! (2022) from UltraStar

    Weird, I've added around 500 songs to my game and haven't come across this issue. Looking around for discussions on this error... What version of Atmosphere are you running? What format is your SD card (exfat vs fat32)? 1779530877 I've released a new version of the converter on my github btw...
  6. ratnapatka

    Tutorial ROM Hack Add custom songs to Let's Sing! (2022) from UltraStar

    Thanks :) I've got some improvements coming soon as well. I'm not sure what you mean by feat, do you mean the support for duet files? This site hosts many more txt files than the Spanish one, but it's a bit more faff getting and organizing the other files manually from the included yt links...
  7. ratnapatka

    Tutorial ROM Hack Add custom songs to Let's Sing! (2022) from UltraStar

    If you take a look at the files in the generated _Patch folder you will see the songs_XX.json file, this file is basically the list of all the songs included in the dlc. The converter does its thing with all the files and then lists all the songs by name in this file. If you want to add more...
  8. ratnapatka

    Tutorial ROM Hack Add custom songs to Let's Sing! (2022) from UltraStar

    Yeah, rad takes a while on my pc as well. You can kind of keep track how many songs are left by the blue icons next to the ticks/crosses as they fill in once the files are converted. But a timer would be more practical, I agree. I will try adding it for the next release. This is strange, do the...
  9. ratnapatka

    Tutorial ROM Hack Add custom songs to Let's Sing! (2022) from UltraStar

    I would recommend you use 2025 or 2026 because they have a much better song selection screen with filters. Instead of going through all songs in order like in 2022, you can input the artist or song name and find the song you want much faster. You won't have to dump any files from your game...
  10. ratnapatka

    Tutorial ROM Hack Add custom songs to Let's Sing! (2022) from UltraStar

    OK, I've found what the issue is. It seems that for version 2022 you will have to enable the "Conversion tweaks" and use the option "Include the songs from the DLC". Just provide the converter with the files from your installation. Not sure what the optimal approach for dumping these files is...
  11. ratnapatka

    Tutorial ROM Hack Add custom songs to Let's Sing! (2022) from UltraStar

    Which version of the game and dlc are you using? When is it crashing, the moment you run it? On song selection screen or after selecting a song?
  12. ratnapatka

    Tutorial ROM Hack Add custom songs to Let's Sing! (2022) from UltraStar

    It's been a while, but the GUI is finally out! I've compiled it into an executable so Python is no longer required to run the converter. Check out my github to see the updated instructions and download the shiny new converter on the right under 'Releases'. I will make a new post here on GBA to...
  13. ratnapatka

    Tutorial ROM Hack Add custom songs to Let's Sing! (2022) from UltraStar

    In short, I'm: constructing the potential url by using the artist and song names from the ultrastar files and appending '-lyrics' (Muse - Plug In Baby.txt -> genius . com/muse-plug-in-baby-lyrics, I looked at how urls for songs from Linkin Park's Reanimation album are formatted to cover some...
  14. ratnapatka

    Tutorial ROM Hack Add custom songs to Let's Sing! (2022) from UltraStar

    I've been busy working on improving the chorus recognition. It's looking pretty good from my tests on 10 songs (haven't tested in game, but the vxla looks good). I've opened a pull request if you want to check it out @Omnia and maybe test it yourself too before we merge it. At first, I tried...