components-archive/archive_old/gzdoom/component_manifest.json

57 lines
1.5 KiB
JSON
Raw Normal View History

2026-08-15 20:25:12 +00:00
{
"gzdoom": {
"name": "GZDoom",
"core_framework_compatibility": "1",
"component_version": "1.0.0",
"url_rdwiki": "https://retrodeck.readthedocs.io/en/latest/wiki_emulator_guides/gzdoom/gzdoom-guide/",
"url_webpage": "https://zdoom.org/index",
"url_donation_purchase": "",
"url_source": "https://github.com/ZDoom/gzdoom",
"component_type": "Engine",
"description": "Modern, enhanced DOOM engine for playing classic DOOM and other DOOM engine games.",
"system_friendly_name": "Doom",
"system": "doom",
"es_de_config": {
"es_find_rules": {
"emulators": [
{
"name": "GZDOOM",
"description": "GZDoom Game Engine",
"rules": [
{
"type": "staticpath",
"entries": [
"%COMPONENT_PATH%/component_launcher.sh"
]
}
]
}
]
},
"es_systems": [
{
"name": "doom",
"fullname": "Doom",
"path": "%ROMPATH%/doom",
"extension": ".desktop .doom .ipk3 .iwad .pk3 .pk4 .pwad .sh .wad",
"commands": [
{
"label": "GZDoom (Standalone)",
"command": "%EMULATOR_GZDOOM% %ROM%",
"priority": 10
}
],
"platform": "pc, pcwindows",
"theme": "doom"
}
]
},
"helper_files": {
"doom_guide": {
"filename": "doom_guide.txt",
"location": "$roms_path/doom"
}
}
}
}