Add Zandronum

master
Hugo Locurcio 2018-05-21 23:29:26 +02:00
parent 1fe4eff05d
commit ae0395c7ee
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
1 changed files with 27 additions and 0 deletions

27
zandronum.json Normal file
View File

@ -0,0 +1,27 @@
{
"homepage": "https://zandronum.com/",
"description": "Modern multiplayer-oriented source port for Doom",
"version": "3.0",
"license": "https://zdoom.org/wiki/license",
"url": "https://zandronum.com/downloads/zandronum3.0-win32-base.zip",
"hash": "c261ecbc6931bf5245d5447f4702e8aa8b59445c93a5b5cadebcb0fdc0747551",
"bin": [
"zandronum.exe"
],
"shortcuts": [
[
"zandronum.exe",
"Zandronum"
]
],
"persist": [
"iwad"
],
"env_set": {
"DOOMWADDIR": "$persist_dir\\iwad"
},
"notes": [
"Place WAD files (game data) in: $persist_dir\\iwad"
]
}