|
před 5 roky | |
---|---|---|
SongBrowserPlugin | před 5 roky | |
scripts | před 6 roky | |
.gitignore | před 6 roky | |
LICENSE | před 6 roky | |
README.md | před 5 roky | |
Screenshot.png | před 5 roky |
A plugin for customizing the in-game song browser.
This mod works on both the Steam and Oculus Store versions.
{
"playlistTitle": "My Songs",
"playlistAuthor": "Me",
"image": "",
"customArchiveUrl": "",
"customDetailUrl": "",
"songs": [
{
"key": "0000",
"songName": "SomeCoolSong",
"hash": "00000000000000000000000000000000"
},
{
"key": "0000",
"songName": "AnotherCoolSong",
"hash": "00000000000000000000000000000000"
}
]
}
image
(optional): Base64 JPEG or PNGcustomArchiveUrl
(optional): Expects a URL directly to an archive with a wildcard [KEY] which is replace with the song key.
"customArchiveUrl": "http://website/dlsongs/[KEY].zip"
customDetailUrl
(optional): Expects a response equivalent to BeatSaver.com API.