Tomb Raider: The Last Revelation
Informations
Creator | Message |
---|---|
tharvik
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 1 DescriptionTomb Raider: The Last Revelation is the fourth instalment in the Tomb Raider video game series. The story opens in Angkor Wat in 1984, when Lara Croft is 16. She and her mentor, Werner Von Croy, are exploring ancient ruins, searching for an ancient artefact called the Iris. They find it, but Lara finds inscriptions that warn of terrible retribution for any who disturb the artefact. Von Croy ignores the warnings and the temple begins to close. Lara is forced to run, leaving him trapped inside. In 1999, Lara and a local guide are searching for the Tomb of Seth, hoping to find the Amulet of Horus, a charm in the shape of an ankh, set with a ruby. Source code#!/bin/bash ##Informations # Date : (2012-08-25 14-57) # Last revision : see changelog # Wine version used : system # Distribution used to test : Ubuntu 12.04 LTS # Author : tharvik # # CHANGELOG # [tharvik] (2012-08-25) # First script. Wine 1.7.55. # [Dadu042] (2019-12-30) # Wine "1.5.11" -> system ## Configuration [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Tomb Raider: The Last Revelation" PREFIX="Tomb_Raider_The_Last_Revelation" ## Script # Welcome POL_SetupWindow_Init POL_Debug_Init # No website, dead (--> http://en.wikipedia.org/wiki/Core_Design) POL_SetupWindow_presentation "$TITLE" "Core Design" "" "tharvik" "$PREFIX" # Creating Prefix POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate Set_OS "win95" # Asking the mountpoint POL_SetupWindow_message "$(eval_gettext "Please insert the game media into your disk drive.")" "$TITLE" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "tomb4.exe" POL_SetupWindow_check_cdrom "audio/001_VonCroy2.wav" POL_SetupWindow_check_cdrom "audio/012_VonCroy11b.wav" POL_SetupWindow_check_cdrom "data/alexhub.tr4" POL_SetupWindow_check_cdrom "data/joby5a.tr4" # Installing POL_SetupWindow_wait "$(eval_gettext "Please wait while $TITLE is installed.")" "$TITLE" POL_Wine start /unix "$CDROM/autorun.exe" POL_Wine_WaitExit # Add Shortcut POL_Shortcut "tomb4.exe" "$TITLE" "" "" "Game;" # Cleaning POL_SetupWindow_message "$(eval_gettext "$TITLE has been successfully installed.")" "$TITLE" POL_SetupWindow_Close exit |
Contributions
Filters:
ContributeMember | Message |
Dadu042 | Tuesday 31 December 2019 at 14:06 |
Dadu042
|
InformationThis update has been approved by the team. Differences@@ -32,7 +32,7 @@ # Creating Prefix POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" -POL_Wine_PrefixCreate "" +POL_Wine_PrefixCreate Set_OS "win95" # Asking the mountpoint New source code#!/bin/bash ##Informations # Date : (2012-08-25 14-57) # Last revision : see changelog # Wine version used : system # Distribution used to test : Ubuntu 12.04 LTS # Author : tharvik # # CHANGELOG # [tharvik] (2012-08-25) # First script. Wine 1.7.55. # [Dadu042] (2019-12-30) # Wine "1.5.11" -> system ## Configuration [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Tomb Raider: The Last Revelation" PREFIX="Tomb_Raider_The_Last_Revelation" ## Script # Welcome POL_SetupWindow_Init POL_Debug_Init # No website, dead (--> http://en.wikipedia.org/wiki/Core_Design) POL_SetupWindow_presentation "$TITLE" "Core Design" "" "tharvik" "$PREFIX" # Creating Prefix POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate Set_OS "win95" # Asking the mountpoint POL_SetupWindow_message "$(eval_gettext "Please insert the game media into your disk drive.")" "$TITLE" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "tomb4.exe" POL_SetupWindow_check_cdrom "audio/001_VonCroy2.wav" POL_SetupWindow_check_cdrom "audio/012_VonCroy11b.wav" POL_SetupWindow_check_cdrom "data/alexhub.tr4" POL_SetupWindow_check_cdrom "data/joby5a.tr4" # Installing POL_SetupWindow_wait "$(eval_gettext "Please wait while $TITLE is installed.")" "$TITLE" POL_Wine start /unix "$CDROM/autorun.exe" POL_Wine_WaitExit # Add Shortcut POL_Shortcut "tomb4.exe" "$TITLE" "" "" "Game;" # Cleaning POL_SetupWindow_message "$(eval_gettext "$TITLE has been successfully installed.")" "$TITLE" POL_SetupWindow_Close exit RepliesEdited by Dadu042 |
Jesseman1 | Monday 26 December 2016 at 1:16 |
Jesseman1
|
MessageHello, I recently tried to play the CD ROM game using this program; It appeared to install correctly, but every time I try to play it, an error message keeps showing up simply stating the name of the game, and the the option to either retry, or cancel. Am I doing something wrong? RepliesWednesday 28 February 2018 at 8:04
|
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