components-archive/archive_later/supermodel/component_manifest.json

52 lines
1.6 KiB
JSON
Raw Normal View History

2026-09-01 14:56:07 +00:00
{
"supermodel": {
"name": "Supermodel",
"core_framework_compatibility": "1",
"component_version": "1.0.0",
"capabilities": [
"reset",
"open"
],
"url_rdwiki": "https://retrodeck.readthedocs.io/en/latest/wiki_emulator_guides/supermodel3/supermodel3-guide/",
"url_webpage": "https://www.supermodel3.com/",
"url_donation_purchase": "",
"url_source": "https://github.com/trzy/Supermodel",
"description": "SEGA Model 3 arcade emulator for playing Model 3 arcade games.",
"system_friendly_name": "Sega Model 3",
"system": "model3",
"es_de_config": {
"es_find_rules": {
"emulators": [
{
"name": "SUPERMODEL",
"description": "Sega Model 3 emulator Supermodel",
"rules": [
{
"type": "staticpath",
"entries": [
"%COMPONENT_PATH%/component_launcher.sh"
]
}
]
}
]
},
"es_systems": [
{
"name": "model3",
"fullname": "model3",
"path": "%ROMPATH%/model3",
"extension": ".7z .zip",
"commands": [
{
"label": "Supermodel (Standalone)",
"command": "%STARTDIR%=%GAMEDIR% %EMULATOR_SUPERMODEL% -fullscreen -game-xml-file=%GAMEDIR%/Config/Games.xml -log-output=%GAMEDIR%/Config/Supermodel.log -force-feedback %INJECT%=%BASENAME%.commands %ROM%"
}
],
"platform": "arcade",
"theme": "model3"
}
]
}
}
}