From 4501cb363d6e7d1758d9b553aa650cb4d62ab60f Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 8 May 2018 20:02:57 +0200 Subject: [PATCH] Add DarkPlaces --- darkplaces.json | 50 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 darkplaces.json diff --git a/darkplaces.json b/darkplaces.json new file mode 100644 index 00000000..5f91c72a --- /dev/null +++ b/darkplaces.json @@ -0,0 +1,50 @@ +{ + "homepage": "https://icculus.org/twilight/darkplaces/", + "version": "autobuild", + "license": "GPL-2.0-or-later", + "architecture": { + "64bit": { + "url": "https://icculus.org/twilight/darkplaces/files/darkplacesenginewindows64onlyautobuild.zip", + "hash": "89b7b47a5699bd9ff46a74086b23b2334a372d19b9bec26063bdcdeadd8645a7" + }, + "32bit": { + "url": "https://icculus.org/twilight/darkplaces/files/darkplacesenginewindowsonlyautobuild.zip", + "hash": "9a7ce78c72e13902ec38c0e444ac345d05d9a246b73b0cdbbc5565fed25742c4" + } + }, + "shortcuts": [ + [ + "darkplaces.exe", + "DarkPlaces (Quake)", + "-game id1" + ], + [ + "darkplaces.exe", + "DarkPlaces (Quake - Scourge of Armagon)", + "-game hipnotic" + ], + [ + "darkplaces.exe", + "DarkPlaces (Quake - Dissolution of Eternity)", + "-game rogue" + ], + [ + "darkplaces.exe", + "DarkPlaces (Quake - Abyss of Pandemonium)", + "-game abyss" + ] + ], + "persist": [ + "id1", + "hipnotic", + "rogue", + "abyss" + ], + "notes": [ + "Place game data files (such as pak0.pak and pak1.pak) into:", + "- Quake (official campaign) $persist_dir\\id1\\", + "- Quake Mission Pack 1: Scourge of Armagon $persist_dir\\hipnotic\\", + "- Quake Mission Pack 2: Dissolution of Eternity $persist_dir\\rogue\\", + "- Quake Mission Pack 3: Abyss of Pandemonium $persist_dir\\abyss\\" + ] +}