Ultrastar is a open source Singstar-like Karaoke game. There are multiple different games available, such as Ultrastar CMD, Ultrastar World Party, Ultrastar Deluxe, etc. You may find yourself wanting to switch from one game to another and would like to import the scores from your previous game to your current game. This little tool may help you with it. It is a small command line program developed in Java.
- Java 17
- Copy the jar somewhere and open its location in a command prompt
- Run the jar like so:
java -jar UltrastarScoreImporter-0.2.jar
It requires two parameters: 1. the path to the Ultrastar.db of your source game and 2. the path to the Ultrastar.db of your target game.
Example
java -jar UltrastarScoreImporter-0.2.jar "C:\Program Files (x86)\UltraStar WorldParty" "C:\Program Files (x86)\UltraStar Deluxe"
If this helped you, feel free to buy me a coffee. Thank you!