Skip to content

Commit

Permalink
hyper-dbz: add version 5.0d
Browse files Browse the repository at this point in the history
  • Loading branch information
babo4d committed Sep 2, 2024
1 parent 49d0e0f commit 04bbfe5
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions bucket/hyper-dbz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": "5.0d",
"description": "Hyper Dragon Ball Z is a FREE fighting fangame based on the Mugen engine",
"homepage": "https://network.mugenguild.com/balthazar/hyperdbz/",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://xgargoyle.mugenguild.com/HyperDBZIndigo.rar",
"hash": "7f6869c3898bbf97467e9f83a664b4c99eba6c65a1807458601713da449260ce"
}
},
"pre_install":[
"Move-Item \"$dir\\HDBZ information & movelist READ\" \"$dir\\documentation\"",
"Move-Item \"$dir\\Hyper DBZ 5.0d\\*\" \"$dir\\\"",
"Remove-Item \"$dir\\Hyper DBZ 5.0d\\\" -Recurse"
],
"extract_dir": "HyperDBZIndigo",
"shortcuts": [
[
"Hyper DBZ.exe",
"Hyper DBZ"
]
],
"persist": [
"data/mugen.cfg"
],
"checkver": {
"url": "https://network.mugenguild.com/balthazar/hyperdbz/",
"regex": "Full Game version: (?<version>[\\w.]+)"
}
}

0 comments on commit 04bbfe5

Please sign in to comment.