Tomb Raider: The Last Revelation

Informations

Creator Message
tharvik Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 14391
Wine: System

Feedbacks

Description

Tomb 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:

Contribute
Member Message
Dadu042 Tuesday 31 December 2019 at 14:06
Dadu042

Information

This 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

Replies

Edited by Dadu042

Jesseman1 Monday 26 December 2016 at 1:16
Jesseman1 Anonymous

Message

Hello, 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?

Replies

Anonymous
Wednesday 28 February 2018 at 8:04
Same issue, here. The window you are referring to is the "CD not found" window. It simply says "Tomb Raider: The Last Revelation - CD" and has the option to "Retry" or "Close." For some reason, the PlayOnLinux settings do not find the CD-ROM tray or the game disc. Can someone else help us on this one?