mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-09-22 22:57:56 +03:00
Add support for Pop'n music Omnimix v2
This commit is contained in:
committed by
Jennifer Taylor
parent
1c54a329fe
commit
7cfe788dee
@@ -437,6 +437,18 @@ command once for every version, giving the correct DLL file:
|
||||
./read --config config/server.yaml --series pnm --version 22 --bin popn22.dll
|
||||
```
|
||||
|
||||
For add songs of a XML from omnimix v2, run a command like this:
|
||||
|
||||
```
|
||||
./read --config config/server.yaml --series pnm --version 22 --bin popn22.dll --xml your_songs_db.xml
|
||||
```
|
||||
|
||||
If you have more than one XML you want to add, you can run this command with a folder with all your XML files:
|
||||
|
||||
```
|
||||
./read --config config/server.yaml --series pnm --version 22 --bin popn22.dll --folder my_path_with_xmls
|
||||
```
|
||||
|
||||
### Jubeat
|
||||
|
||||
For Jubeat, get the music XML out of the data directory of the mix you are importing,
|
||||
|
||||
Reference in New Issue
Block a user