Skip to content

Commit

Permalink
Create versioncheck entries for StarCraft and StarCraft: Brood War 1.…
Browse files Browse the repository at this point in the history
…18.0
  • Loading branch information
RElesgoe committed Jun 26, 2018
1 parent 9aa884e commit ddc84e8
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion conf/versioncheck.json.in
Expand Up @@ -868,6 +868,19 @@
},
"STAR": {
"IX86": {
"0xd6": {
"checkRevisionFile": "ver-IX86-1.mpq",
"equation": "A=2521522835 B=3428392135 C=218673704 4 A=A^S B=B-C C=C+A A=A-B",
"entries": [
{
"title": "StarCraft 1.18.0",
"version": "1.18.0.65",
"hash": "0x7ab2ce34",
"fileMetadata": "StarCraft.exe 10/20/17 01:12:49 8568296",
"versionTag": "STAR_1180"
}
]
},
"0xd5": {
"checkRevisionFile": "ver-IX86-1.mpq",
"equation": "A=2521522835 B=3428392135 C=218673704 4 A=A^S B=B-C C=C+A A=A-B",
Expand Down Expand Up @@ -1320,6 +1333,19 @@
},
"SEXP": {
"IX86": {
"0xd6": {
"checkRevisionFile": "ver-IX86-1.mpq",
"equation": "A=2521522835 B=3428392135 C=218673704 4 A=A^S B=B-C C=C+A A=A-B",
"entries": [
{
"title": "StarCraft: Brood War 1.18.0",
"version": "1.18.0.65",
"hash": "0x7ab2ce34",
"fileMetadata": "StarCraft.exe 10/20/17 01:12:49 8568296",
"versionTag": "SEXP_1180"
}
]
},
"0xd5": {
"checkRevisionFile": "ver-IX86-1.mpq",
"equation": "A=2521522835 B=3428392135 C=218673704 4 A=A^S B=B-C C=C+A A=A-B",
Expand Down Expand Up @@ -1885,4 +1911,4 @@
}
}
}
}
}

0 comments on commit ddc84e8

Please sign in to comment.