Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added Oldwares #466

Merged
merged 1 commit into from
Dec 14, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions Applications/Games/Prehistorik/Online/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
include(["Engines", "Wine", "QuickScript", "ZipScript"]);

new ZipScript()
.name("Prehistorik")
.editor("Titus")
.applicationHomepage("")
.author("Quentin PÂRIS")
.url("http://repository.playonlinux.com/divers/oldware/historik.zip")
.checksum("62a21d0dfcd68ae61646e1bc5b1c4a03b3e1091f")
.category("Games")
.wineVersion("1.8.6-dos_support")
.executable("HISTORIK.EXE")
.go();
7 changes: 7 additions & 0 deletions Applications/Games/Prehistorik/Online/script.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"scriptName": "Online",
"compatibleOperatingSystems": ["MACOSX", "LINUX"],
"testingOperatingSystems": [],
"free": true,
"requiresPatch": false
}
4 changes: 4 additions & 0 deletions Applications/Games/Prehistorik/application.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Prehistorik",
"description": ""
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions Applications/Games/Prince Of Persia: Original/Online/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
include(["Engines", "Wine", "QuickScript", "ZipScript"]);

new ZipScript()
.name("Prince Of Persia: Original")
.editor("Broderbund Softwared")
.applicationHomepage("")
.author("Quentin PÂRIS")
.url("http://repository.playonlinux.com/divers/oldware/prince.zip")
.checksum("6c4148233f840011715c351c399d35b0fc716ae7")
.category("Games")
.wineVersion("1.8.6-dos_support")
.executable("PRINCE.EXE")
.go();
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"scriptName": "Online",
"compatibleOperatingSystems": ["MACOSX", "LINUX"],
"testingOperatingSystems": [],
"free": true,
"requiresPatch": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Prince Of Persia: Original",
"description": ""
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions Applications/Games/Road Rash/Online/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
include(["Engines", "Wine", "QuickScript", "ZipScript"]);

new ZipScript()
.name("Road Rash")
.editor("")
.applicationHomepage("")
.author("Quentin PÂRIS")
.url("http://www.bestoldgames.net/download/bgames/road-rash.zip")
.checksum("82f99038b86bbd267c64f2d34f30b3209bbe4daa")
.category("Games")
.executable("RASHME.EXE")
.postInstall(function(wine, wizard) {
var registryFile = Bean("fileSearcher").search(wine.prefixDirectory, "RASH.REG")
wine.regedit().open(registryFile[0]);
})
.go();
7 changes: 7 additions & 0 deletions Applications/Games/Road Rash/Online/script.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"scriptName": "Online",
"compatibleOperatingSystems": [],
"testingOperatingSystems": [],
"free": true,
"requiresPatch": false
}
4 changes: 4 additions & 0 deletions Applications/Games/Road Rash/application.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Road Rash",
"description": ""
}
Binary file added Applications/Games/Road Rash/miniatures/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions Applications/Games/Xenon 2/Online/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
include(["Engines", "Wine", "QuickScript", "ZipScript"]);

new ZipScript()
.name("Xenon 2")
.editor("")
.applicationHomepage("")
.author("Quentin PÂRIS")
.url("http://repository.playonlinux.com/divers/oldware/Xenon2.zip")
.checksum("9b61e88cad02f663e76fe40a379319a4956546c2")
.category("Games")
.wineVersion("1.8.6-dos_support")
.executable("XENON2.EXE")
.go();
7 changes: 7 additions & 0 deletions Applications/Games/Xenon 2/Online/script.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"scriptName": "Online",
"compatibleOperatingSystems": ["MACOSX", "LINUX"],
"testingOperatingSystems": [],
"free": true,
"requiresPatch": false
}
4 changes: 4 additions & 0 deletions Applications/Games/Xenon 2/application.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Xenon 2",
"description": ""
}
Binary file added Applications/Games/Xenon 2/miniatures/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.