Search results

  1. ratnapatka

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

    I'm not sure as I've never tried hacking the Wii, I don't one one anymore either. But the Let's Sing games on the Wii would most likely require an older format for the lyrics files than the ones our converter produces. Some additional work would have to be done to support this. Maybe @Omnia has...
  2. 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.
  3. 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.
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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?
  13. 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...
  14. 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...
  15. 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...
  16. ratnapatka

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

    The /D switch itself works and would reduce the file size, but the ffmpeg encoding already limits files to 50 MB before RAD has had a chance to calculate the correct percentage. So this is what happens: file is 80MB ffmpef reduces it to 50MB a negligible percentage gets calculated RAD keeps...
  17. ratnapatka

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

    I hope you don't mind Omnia, but I've merged your changes to my github (hoping for a collab as well). I've also made the 2025 version be the default version when running the script. 1. Great work on discovering what was speeding up the videos at the starts of songs, and also fixing the video...
  18. ratnapatka

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

    Thanks for the kind words and for linking to my github, reading your response made my day! Yeah, the bink conversion nearly made me quit modding for the 2025 version. There is practically no Internet discourse regarding RAD video tools implementation, all I had to go on was their short FAQ and...
  19. ratnapatka

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

    I Don't know whether to curse you or thank you (mostly thank), but after using your script I couldn't help myself and slowly (very slowly) made some major modifications to both it and the original ultrastar2singit one. I might make a new post here as well with a new tutorial so this is not...