scoop-games/bucket/doomsday.json

32 lines
968 B
JSON
Raw Normal View History

2019-03-07 18:44:25 -08:00
{
"homepage": "http://dengine.net/",
"description": "Modern source port for Doom, Heretic, Hexen and more",
"version": "2.1.0",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://files.dengine.net/archive/doomsday_2.1.0_x64.zip",
"hash": "137d82eb463b54eeef110fc0b4fd516aec48902c3fe8d9757ce37231511860d5",
"extract_dir": "doomsday_2.1.0_x64"
},
"32bit": {
"url": "https://files.dengine.net/archive/doomsday_2.1.0_x86.zip",
"hash": "aeb559c74431ff20e99ef80a86935de296e340cdb9a6dc8828fb083a3e093aee",
"extract_dir": "doomsday_2.1.0_x86"
}
},
2019-03-07 18:44:57 -08:00
"bin": "bin\\Doomsday.exe",
2019-03-07 18:44:25 -08:00
"shortcuts": [
[
"bin\\Doomsday.exe",
"Doomsday Engine"
]
],
2019-03-07 18:44:57 -08:00
"persist": "data",
2019-03-07 18:44:25 -08:00
"notes": [
"Place WAD files (game data) in:",
"",
2019-03-07 18:44:57 -08:00
" $persist_dir\\data"
2019-03-07 18:44:25 -08:00
]
}