Recent content by Omnia

  1. O

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

    In the 2025 version you should still be able to play the feat mode without issues, it just wouldn't consider the ultrastar p1/p2 division as atm the script is ignoring it as mentioned You can pair the website above with usdb_syncer (search on github) to get everything needed
  2. O

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

    Not yet, but @ratnapatka is cooking a compiled GUI version. For now you would need to install python and dependencies mentioned in the guide
  3. O

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

    Hey everyone, if anyone is still keeping up with this thread, we have a couple more improvements in the scripts from github. I'm planning on creating a new thread later to perhaps make this more visible instead of buried in 4 pages, but I have a couple things still on my to-do, including a few...
  4. O

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

    Great, I will give it a test as soon as I can. Did you get around the genius API without a token? I ended creating a dev account because I thought it was needed. I'm just not a super fan of the medley tags, I found a couple songs where it was quite random and even for the ones that are right...
  5. O

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

    hmm that's odd, I couldn't replicate the issue, the logic is supposed to be like: - IF 2022, then check if size is lower than target, if it's true proceed with original bitrate, otherwise, use target bitrate - IF 2025, then create mp4 with original bitrate -> check if mp4 size is lower than...
  6. O

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

    Oh that's odd, it should definitely work from my previous tests, did you use any videos with size >50mb? If you have e.g 80mb mp4 it should reduce to ~50mb bk2 but if it's e.g. 15 mb it would keep the same size Cool, I know there's some tools out there like Ultrastar Play and Ultrasinger with...
  7. O

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

    You are missing the 2025 parameter, just type in literally convertfilesV3.py 2025
  8. O

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

    I don't have github but will try to look into it later next week or so You don't need to modify anything, last files I uploaded have everything you need, just run with convertfiles.py 2025. Look out for ratnapatka instructions here if needed
  9. O

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

    Ok, so I ended doing a couple more tweaks to the code, attached here. First I implemented the pitch review function I proposed after I encountered a couple songs that were supposed to be from Singstar but had a pitch range between -10 to 10. So what I did was a function to look into the...
  10. O

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

    Yeah, I was just going to mention I did some tests and the size limit didn't seem to be respected, it always gives roughly the same file size as the original mp4, I tested the same video with different quality and a 200Mb mp4 turned into a 200Mb bk2 while a 21Mb resulted in 21Mb bk2. I believe...
  11. O

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

    I love you man, I get back to this thread from time to time hoping someone still cares enough about this game and you certainly delivered 🙏 2025 version is a lot more stable like you mentioned, considering the UI is better than 2024 with the stupid giant avatars, I guess this is the best...
  12. O

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

    Did anyone try modding Let's Sing 2024 already? Looks like they changed a lot of things in the file formats, VXLA structure changed a lot, seems like they simplified "notes", "notes_golden" and "lyrics_cut" into a single "notes_full" string, there's some other small changes, a new "passages"...
  13. O

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

    You technically could, but as already mentioned the game was really not well optimized to handle too many files, in the past I spent weeks trying to get it to work with about 100 songs and it always crashes after 10-15min session.
  14. O

    ROM Hack RELEASE Add your own Songs to Let's Sing 2019

    Not sure about nsc builder, I've used nxdumptool. For the base game you won't find these files, only the streamingassets folder,but all the DLCs should have them in the root folder.
  15. O

    ROM Hack RELEASE Add your own Songs to Let's Sing 2019

    Alright, I just downloaded the 2022 version and I can confirm they changed some things, previous DLC definitely didn't have this "names" file and it's a breeze to add new songs now lol. Seems like there's some changes also with the meta XML, the VXLA and backgrounds, but looks like nothing...