|
5 년 전 | |
---|---|---|
SongBrowserPlugin | 5 년 전 | |
scripts | 6 년 전 | |
.gitignore | 6 년 전 | |
LICENSE | 6 년 전 | |
README.md | 5 년 전 | |
Screenshot.png | 6 년 전 |
A plugin for customizing the in-game song browser.
This mod works on both the Steam and Oculus Store versions.
F1-F3
correspond to the filter selection\
` key (~) will cycle the sort functions.Delete
key.{
"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.