Skip to content
Merged
Next Next commit
added Wildlife Park 2 (PhoenicisOrg#517)
  • Loading branch information
Zemogiter authored and plata committed Mar 24, 2018
commit e8d2d43ee399121e61eb9b91bb3c5e84427f8fba
17 changes: 17 additions & 0 deletions Applications/Games/Wildlife Park 2/Local/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
include(["Engines", "Wine", "QuickScript", "LocalInstallerScript"]);
include(["Engines", "Wine", "Verbs", "quartz"]);

new LocalInstallerScript()
.name("Wildlife Park 2")
.editor("B-Alive")
.applicationHomepage("www.wildlifepark2.com")
.author("Zemogiter")
.category("Games")
.executable("WLP2.exe")
.preInstall(function(wine,wizzard) {
wizard.message(tr("On first run the game might not go into full screen. If that happens go to options and set the resolution to 1280x960. You will be asked to close the game in order to apply the new settings. Click Yes. Once you start the game again you should see a window where you can set your game resolution to match your screen."));
wine.quartz();
var screenSize = java.awt.Toolkit.getDefaultToolkit().getScreenSize();
wine.setVirtualDesktop(screenSize.width, screenSize.height);
})
.go();
7 changes: 7 additions & 0 deletions Applications/Games/Wildlife Park 2/Local/script.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"scriptName": "Local",
"compatibleOperatingSystems": ["MACOSX", "LINUX"],
"testingOperatingSystems": [],
"free": false,
"requiresPatch": false
}
18 changes: 18 additions & 0 deletions Applications/Games/Wildlife Park 2/Steam/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
include(["Engines", "Wine", "QuickScript", "SteamScript"]);
include(["Engines", "Wine", "Verbs", "quartz"]);

new SteamScript()
.name("Wildlife Park 2")
.editor("B-Alive")
.applicationHomepage("www.wildlifepark2.com")
.author("Zemogiter")
.appId(264710)
.preInstall(function(wine, wizard) {
wizard.message(tr("On first run the game might not go into full screen. If that happens go to options and set the resolution to 1280x960. You will be asked to close the game in order to apply the new settings. Click Yes. Once you start the game again you should see a window where you can set your game resolution to match your screen."));
wine.quartz();
var screenSize = java.awt.Toolkit.getDefaultToolkit().getScreenSize();
wine.setVirtualDesktop(screenSize.width, screenSize.height);
})
.gameOverlay(false)
.go();

7 changes: 7 additions & 0 deletions Applications/Games/Wildlife Park 2/Steam/script.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"scriptName": "Steam",
"compatibleOperatingSystems": ["MACOSX", "LINUX"],
"testingOperatingSystems": [],
"free": false,
"requiresPatch": false
}
4 changes: 4 additions & 0 deletions Applications/Games/Wildlife Park 2/application.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Wildlife Park 2",
"description": "Become a zoo manager and take good care of your animals. Wildlife Park 2 brings you into up close and personal contact with more than 50 different animal species. Observe the lovingly animated interaction of the animals - with other animals, the landscape, the play equipment, or the visitors to the park! Just like in a real zoo, the animals must receive all-round care. This is as easy as winking in Wildlife Park 2: With a click of the mouse you can feed, doctor, pet, or even relocate animals, or get them moving. You will guide a team of landscape architects, gardeners, keepers, veterinarians, and scientists. If you manage your zoo carefully, you will soon be able to celebrate the birth of new animals! Construct your zoo using more than 100 animal houses, visitor facilities, staff buildings, decorative park elements, and enclosure equipment. Wildlife Park 2 is an ideal playground for amateur architects, too! Use the extensive terraforming options to create your own imaginative landscapes. Plenty of established plant species and botanical rarities such us underwater plants or cacti will thrive under your loving care, and all this is lavishly displayed by a dynamic plant system. Another specialty is the realistically simulated flow of water. By easily placing a water source, you can create thunderous waterfalls and rambling water worlds. Visitors to your zoo will expect a few treats, too - build restaurants and ice-cream parlors and provide spectacular entertainment. Employ advertising and marketing to attract new visitors. But don't forget to keep an eye on your zoo's budget at all times!"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.