Skip to content

Commit 583b762

Browse files
authored
Merge pull request #1891 from ebkr/add-pad-and-mfo
Add games: "Pair A Dice" and "Maltese's Fluffy Onsen"
2 parents bcf1a9f + 18946cd commit 583b762

File tree

3 files changed

+310
-2
lines changed

3 files changed

+310
-2
lines changed

src/assets/data/ecosystem.json

Lines changed: 310 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10868,20 +10868,33 @@
1086810868
},
1086910869
"accolades": {
1087010870
"label": "Accolades"
10871+
},
10872+
"asset-replacements": {
10873+
"label": "Asset Replacements"
1087110874
}
1087210875
},
1087310876
"sections": {
1087410877
"mods": {
1087510878
"name": "Mods",
1087610879
"excludeCategories": [
10877-
"modpacks"
10880+
"modpacks",
10881+
"asset-replacements"
1087810882
]
1087910883
},
1088010884
"modpacks": {
1088110885
"name": "Modpacks",
1088210886
"requireCategories": [
1088310887
"modpacks"
1088410888
]
10889+
},
10890+
"asset-replacements": {
10891+
"name": "Asset Replacements",
10892+
"requireCategories": [
10893+
"asset-replacements"
10894+
],
10895+
"excludeCategories": [
10896+
"modpacks"
10897+
]
1088510898
}
1088610899
},
1088710900
"discordUrl": "https://discord.gg/SAw86z24rB",
@@ -19802,6 +19815,126 @@
1980219815
]
1980319816
}
1980419817
},
19818+
"malteses-fluffy-onsen": {
19819+
"uuid": "5ebb5fe3-e1fc-43e7-9598-063b0e3733f3",
19820+
"label": "malteses-fluffy-onsen",
19821+
"meta": {
19822+
"displayName": "Maltese's Fluffy Onsen",
19823+
"iconUrl": "malteses-fluffy-onsen.webp"
19824+
},
19825+
"distributions": [],
19826+
"r2modman": [
19827+
{
19828+
"gameInstanceType": "game",
19829+
"distributions": [
19830+
{
19831+
"platform": "steam",
19832+
"identifier": "3404470"
19833+
}
19834+
],
19835+
"steamFolderName": "Animal Spa",
19836+
"dataFolderName": "AnimalSpa_Data",
19837+
"exeNames": [
19838+
"AnimalSpa.exe"
19839+
],
19840+
"packageLoader": "bepinex",
19841+
"meta": {
19842+
"displayName": "Maltese's Fluffy Onsen",
19843+
"iconUrl": "malteses-fluffy-onsen.webp"
19844+
},
19845+
"settingsIdentifier": "MaltesesFluffyOnsen",
19846+
"internalFolderName": "MaltesesFluffyOnsen",
19847+
"packageIndex": "https://thunderstore.io/c/malteses-fluffy-onsen/api/v1/package-listing-index/",
19848+
"gameSelectionDisplayMode": "visible",
19849+
"additionalSearchStrings": [
19850+
"mfo"
19851+
],
19852+
"installRules": [
19853+
{
19854+
"route": "BepInEx/plugins",
19855+
"isDefaultLocation": true,
19856+
"defaultFileExtensions": [
19857+
".dll"
19858+
],
19859+
"trackingMethod": "subdir",
19860+
"subRoutes": []
19861+
},
19862+
{
19863+
"route": "BepInEx/core",
19864+
"isDefaultLocation": false,
19865+
"defaultFileExtensions": [],
19866+
"trackingMethod": "subdir",
19867+
"subRoutes": []
19868+
},
19869+
{
19870+
"route": "BepInEx/patchers",
19871+
"isDefaultLocation": false,
19872+
"defaultFileExtensions": [],
19873+
"trackingMethod": "subdir",
19874+
"subRoutes": []
19875+
},
19876+
{
19877+
"route": "BepInEx/monomod",
19878+
"isDefaultLocation": false,
19879+
"defaultFileExtensions": [
19880+
".mm.dll"
19881+
],
19882+
"trackingMethod": "subdir",
19883+
"subRoutes": []
19884+
},
19885+
{
19886+
"route": "BepInEx/config",
19887+
"isDefaultLocation": false,
19888+
"defaultFileExtensions": [],
19889+
"trackingMethod": "none",
19890+
"subRoutes": []
19891+
}
19892+
],
19893+
"relativeFileExclusions": null
19894+
}
19895+
],
19896+
"thunderstore": {
19897+
"displayName": "Maltese's Fluffy Onsen",
19898+
"categories": {
19899+
"mods": {
19900+
"label": "Mods"
19901+
},
19902+
"modpacks": {
19903+
"label": "Modpacks"
19904+
},
19905+
"tools": {
19906+
"label": "Tools"
19907+
},
19908+
"libraries": {
19909+
"label": "Libraries"
19910+
},
19911+
"misc": {
19912+
"label": "Misc"
19913+
},
19914+
"audio": {
19915+
"label": "Audio"
19916+
}
19917+
},
19918+
"sections": {
19919+
"mods": {
19920+
"name": "Mods",
19921+
"excludeCategories": [
19922+
"modpacks"
19923+
]
19924+
},
19925+
"modpacks": {
19926+
"name": "Modpacks",
19927+
"requireCategories": [
19928+
"modpacks"
19929+
]
19930+
}
19931+
},
19932+
"wikiUrl": "https://gldym.github.io/posts/Animal-Spa-En/",
19933+
"autolistPackageIds": [
19934+
"BepInEx-BepInExPack"
19935+
]
19936+
}
19937+
},
1980519938
"mirrors-edge": {
1980619939
"uuid": "bd2699ab-0ebf-4411-aab3-2132063361b0",
1980719940
"label": "mirrors-edge",
@@ -20226,6 +20359,86 @@
2022620359
]
2022720360
}
2022820361
},
20362+
"pair-a-dice": {
20363+
"uuid": "ba399eee-df9f-44e9-93a4-d9d181b9bf99",
20364+
"label": "pair-a-dice",
20365+
"meta": {
20366+
"displayName": "Pair A Dice",
20367+
"iconUrl": "pair-a-dice.webp"
20368+
},
20369+
"distributions": [],
20370+
"r2modman": [
20371+
{
20372+
"gameInstanceType": "game",
20373+
"distributions": [
20374+
{
20375+
"platform": "steam",
20376+
"identifier": "2842150"
20377+
}
20378+
],
20379+
"steamFolderName": "PairADice",
20380+
"dataFolderName": "",
20381+
"exeNames": [
20382+
"PairADice.exe"
20383+
],
20384+
"packageLoader": "godotml",
20385+
"meta": {
20386+
"displayName": "Pair A Dice",
20387+
"iconUrl": "pair-a-dice.webp"
20388+
},
20389+
"settingsIdentifier": "PairADice",
20390+
"internalFolderName": "PairADice",
20391+
"packageIndex": "https://thunderstore.io/c/pair-a-dice/api/v1/package-listing-index/",
20392+
"gameSelectionDisplayMode": "visible",
20393+
"additionalSearchStrings": [
20394+
"pad"
20395+
],
20396+
"installRules": [],
20397+
"relativeFileExclusions": null
20398+
}
20399+
],
20400+
"thunderstore": {
20401+
"displayName": "Pair A Dice",
20402+
"categories": {
20403+
"mods": {
20404+
"label": "Mods"
20405+
},
20406+
"modpacks": {
20407+
"label": "Modpacks"
20408+
},
20409+
"tools": {
20410+
"label": "Tools"
20411+
},
20412+
"libraries": {
20413+
"label": "Libraries"
20414+
},
20415+
"misc": {
20416+
"label": "Misc"
20417+
},
20418+
"audio": {
20419+
"label": "Audio"
20420+
}
20421+
},
20422+
"sections": {
20423+
"mods": {
20424+
"name": "Mods",
20425+
"excludeCategories": [
20426+
"modpacks"
20427+
]
20428+
},
20429+
"modpacks": {
20430+
"name": "Modpacks",
20431+
"requireCategories": [
20432+
"modpacks"
20433+
]
20434+
}
20435+
},
20436+
"discordUrl": "https://discord.gg/sNHt43Fjs3",
20437+
"autolistPackageIds": [
20438+
"GodotModding-GodotModLoader"
20439+
]
20440+
}
20441+
},
2022920442
"paper-animal-adventure": {
2023020443
"uuid": "c0935537-9ac9-43f6-9c30-64c4dd5945d1",
2023120444
"label": "paper-animal-adventure",
@@ -24085,20 +24298,33 @@
2408524298
},
2408624299
"accolades": {
2408724300
"label": "Accolades"
24301+
},
24302+
"asset-replacements": {
24303+
"label": "Asset Replacements"
2408824304
}
2408924305
},
2409024306
"sections": {
2409124307
"mods": {
2409224308
"name": "Mods",
2409324309
"excludeCategories": [
24094-
"modpacks"
24310+
"modpacks",
24311+
"asset-replacements"
2409524312
]
2409624313
},
2409724314
"modpacks": {
2409824315
"name": "Modpacks",
2409924316
"requireCategories": [
2410024317
"modpacks"
2410124318
]
24319+
},
24320+
"asset-replacements": {
24321+
"name": "Asset Replacements",
24322+
"requireCategories": [
24323+
"asset-replacements"
24324+
],
24325+
"excludeCategories": [
24326+
"modpacks"
24327+
]
2410224328
}
2410324329
},
2410424330
"discordUrl": "https://discord.gg/SAw86z24rB",
@@ -26874,6 +27100,47 @@
2687427100
"BepInEx-BepInExPack"
2687527101
]
2687627102
},
27103+
"malteses-fluffy-onsen": {
27104+
"displayName": "Maltese's Fluffy Onsen",
27105+
"categories": {
27106+
"mods": {
27107+
"label": "Mods"
27108+
},
27109+
"modpacks": {
27110+
"label": "Modpacks"
27111+
},
27112+
"tools": {
27113+
"label": "Tools"
27114+
},
27115+
"libraries": {
27116+
"label": "Libraries"
27117+
},
27118+
"misc": {
27119+
"label": "Misc"
27120+
},
27121+
"audio": {
27122+
"label": "Audio"
27123+
}
27124+
},
27125+
"sections": {
27126+
"mods": {
27127+
"name": "Mods",
27128+
"excludeCategories": [
27129+
"modpacks"
27130+
]
27131+
},
27132+
"modpacks": {
27133+
"name": "Modpacks",
27134+
"requireCategories": [
27135+
"modpacks"
27136+
]
27137+
}
27138+
},
27139+
"wikiUrl": "https://gldym.github.io/posts/Animal-Spa-En/",
27140+
"autolistPackageIds": [
27141+
"BepInEx-BepInExPack"
27142+
]
27143+
},
2687727144
"mirrors-edge": {
2687827145
"displayName": "Mirror's Edge",
2687927146
"categories": {
@@ -27057,6 +27324,47 @@
2705727324
"BepInEx-BepInExPack_IL2CPP"
2705827325
]
2705927326
},
27327+
"pair-a-dice": {
27328+
"displayName": "Pair A Dice",
27329+
"categories": {
27330+
"mods": {
27331+
"label": "Mods"
27332+
},
27333+
"modpacks": {
27334+
"label": "Modpacks"
27335+
},
27336+
"tools": {
27337+
"label": "Tools"
27338+
},
27339+
"libraries": {
27340+
"label": "Libraries"
27341+
},
27342+
"misc": {
27343+
"label": "Misc"
27344+
},
27345+
"audio": {
27346+
"label": "Audio"
27347+
}
27348+
},
27349+
"sections": {
27350+
"mods": {
27351+
"name": "Mods",
27352+
"excludeCategories": [
27353+
"modpacks"
27354+
]
27355+
},
27356+
"modpacks": {
27357+
"name": "Modpacks",
27358+
"requireCategories": [
27359+
"modpacks"
27360+
]
27361+
}
27362+
},
27363+
"discordUrl": "https://discord.gg/sNHt43Fjs3",
27364+
"autolistPackageIds": [
27365+
"GodotModding-GodotModLoader"
27366+
]
27367+
},
2706027368
"paper-animal-adventure": {
2706127369
"displayName": "Paper Animal Adventure",
2706227370
"categories": {
17.4 KB
Loading
16.1 KB
Loading

0 commit comments

Comments
 (0)