opengoal-launcher/fixtures/mock-mods.json
Tyler Wilding b0717561c9
Add mod support to the launcher (#476)
This feature is being added dark, there's no point in exposing it to
users yet because mods need to migrate to the latest (and upcoming
changes) to the `extractor` and `gk`.

Once a handful of mods are done, the remaining polish can be completed
and it can be enabled by default. These items are summarized at the top
of `ModSelection.svelte`

---------

Co-authored-by: dallmeyer <2515356+dallmeyer@users.noreply.github.com>
2024-04-28 15:27:34 -04:00

96 lines
3.2 KiB
JSON

{
"schemaVersion": "1.0.0",
"sourceName": "Fixture Source",
"lastUpdated": "2024-04-18T12:30:00Z",
"mods": {
"test": {
"displayName": "Awesome Mod",
"description": "test description",
"authors": ["test author"],
"tags": ["custom-level"],
"supportedGames": ["jak1"],
"websiteUrl": "https://example.com",
"coverArtUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQuKmzjYulECD9I4ERduqu7FQ9b9l0_N1Ib2ocC1tCsGQ&s",
"thumbnailArtUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQuKmzjYulECD9I4ERduqu7FQ9b9l0_N1Ib2ocC1tCsGQ&s",
"versions": [
{
"version": "0.0.2",
"publishedDate": "2020-01-01",
"settings": {
"decompConfigOverride": "",
"shareVanillaSaves": false
},
"assets": {
"windows": "https://example.com",
"linux": "https://example.com",
"macos": "https://example.com"
}
},
{
"version": "0.0.1",
"publishedDate": "2019-01-01",
"settings": {
"decompConfigOverride": "",
"shareVanillaSaves": false
},
"assets": {
"windows": "https://example.com",
"linux": "https://example.com",
"macos": "https://example.com"
}
}
]
},
"test2": {
"displayName": "Bad Mod",
"description": "test description",
"authors": ["test author"],
"tags": ["beta"],
"supportedGames": ["jak1", "jak2"],
"websiteUrl": "https://example.com",
"coverArtUrl": "https://cdn.pixabay.com/photo/2016/05/05/02/37/sunset-1373171_1280.jpg",
"thumbnailArtUrl": "https://cdn.pixabay.com/photo/2016/05/05/02/37/sunset-1373171_1280.jpg",
"versions": [
{
"version": "1.0.1",
"publishedDate": "2020-01-01",
"settings": {
"decompConfigOverride": "",
"shareVanillaSaves": false
},
"assets": {
"linux": "https://example.com",
"macos": "https://example.com"
}
}
]
}
},
"texturePacks": {
"snowy": {
"displayName": "Snowy Legacy",
"description": "test description",
"authors": ["test author"],
"tags": ["texture-pack"],
"supportedGames": ["jak1", "jak2"],
"websiteUrl": "https://example.com",
"coverArtUrl": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/12/CargoNet_Di_12_Euro_4000_L%C3%B8nsdal_-_Bolna.jpg/800px-CargoNet_Di_12_Euro_4000_L%C3%B8nsdal_-_Bolna.jpg",
"thumbnailArtUrl": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/12/CargoNet_Di_12_Euro_4000_L%C3%B8nsdal_-_Bolna.jpg/800px-CargoNet_Di_12_Euro_4000_L%C3%B8nsdal_-_Bolna.jpg",
"versions": [
{
"version": "1.0.0",
"publishedDate": "2020-01-01",
"settings": {
"decompConfigOverride": ""
},
"assets": {
"windows": "https://example.com",
"linux": "https://example.com",
"macos": "https://example.com"
}
}
]
}
}
}