Stronghold

Informatie

Creator Bericht
ManuelV Anonymous

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 30719
Wine: 1.4.1

Feedbacks

Omschrijving

Stronghold is a real time strategy game. Its basically about building a castle, defending it against enemies and invading other castles. It also contains some non-combat missions.

Broncode

#!/bin/bash
# Date : (2013-05-09 18-45)
# Last revision : (2013-05-09 20-45)
# Distribution used to test : Ubuntu 12.10 using Unity and Gnome
# Author : Manuel Vögele
# Script licence : GPLv3

# Installed on Ubuntu 12.10 using Unity and Gnome. Played through the military campaign and some scenarios.
#
# I couldn't get the multiplayer mode to work and there were minor graphical glitches in the mission overview. Apart from that everything worked fine.
#
# I didn't test the map editor and playing custom maps.

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
POL_SetupWindow_Init

TITLE="Stronghold"
WORKING_WINE_VERSION="1.4.1"
PREFIX="Stronghold"
CD_FILE_TO_CHECK="disk1/Stronghold.exe"
CD_INSTALL_FILE="disk1/Setup.exe"

POL_SetupWindow_presentation "Stronghold" "Firefly Studios" "http://www.fireflyworlds.com/" "Manuel Vögele" "$TITLE"

POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "$CD_FILE_TO_CHECK"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

# Check the disc again since the user could have removed it at this point
POL_SetupWindow_check_cdrom "$CD_FILE_TO_CHECK"
POL_Wine start /unix "$CDROM/$CD_INSTALL_FILE"
POL_Wine_WaitExit

POL_Shortcut "Stronghold.exe" "Stronghold"

POL_SetupWindow_Close
exit

Contributions

Filters:

Contribute
Member Bericht
msoftwaredoctor Woensdag 27 April 2016 om 8:31
msoftwaredoctor Anonymous

Bericht

Runs next to prefect thank you!

Antwoorden

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com