|
6 years ago | |
---|---|---|
SongBrowserPlugin | 6 years ago | |
SongBrowserPluginTest | 6 years ago | |
SongBrowserUnitTests | 6 years ago | |
scripts | 6 years ago | |
.gitignore | 6 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago | |
Screenshot.png | 6 years ago |
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": [
{
"songName": "SomeCoolSong",
"key": "0000-0000"
},
{
"songName": "AnotherCoolSong",
"key": "0000-0000"
}
]
}
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.