|
5 anni fa | |
---|---|---|
SongBrowserPlugin | 5 anni fa | |
scripts | 6 anni fa | |
.gitignore | 6 anni fa | |
LICENSE | 6 anni fa | |
README.md | 5 anni fa | |
Screenshot.png | 5 anni fa |
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.