|
%!s(int64=5) %!d(string=hai) anos | |
---|---|---|
SongBrowserPlugin | %!s(int64=5) %!d(string=hai) anos | |
scripts | %!s(int64=6) %!d(string=hai) anos | |
.gitignore | %!s(int64=6) %!d(string=hai) anos | |
LICENSE | %!s(int64=6) %!d(string=hai) anos | |
README.md | %!s(int64=5) %!d(string=hai) anos | |
Screenshot.png | %!s(int64=5) %!d(string=hai) anos |
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.