GOG.com - Lure of the Temptress

Informations

Creator Message
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 9181
Wine: 1.6.2-scummvm_support

Feedbacks

Description

English: The first steps of Revolution Software in the domain of adventure games; Neither too simple nor too complicated, just give it a try!
(Free game when registering on Good Old Games; updated for GOG installer v2)

GOG now has installers for Linux and Mac

Français : Les débuts de Revolution Software dans le domaine du jeu d'aventure; Ni trop simple ni trop compliqué, laissez-vous entraîner !
(Jeu gratuit lors de l'inscription sur Good Old Games ; mis à jour pour l'installeur GOG v2)

GOG propose maintenant des installeurs pour Linux et Mac

Screenshots

Miniature

Source code

#!/bin/bash
# Date : (2012-03-11 19-24)
# Last revision : (2014-05-29 21-59)
# Wine version used : 1.4-scummvm_support, 1.6.2-scummvm_support
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="lure_of_the_temptress"
PREFIX="LureOfTheTemptress_gog"
WORKING_WINE_VERSION="1.6.2-scummvm_support"

TITLE="GOG.com - Lure of the Temptress"
SHORTCUT_NAME="Lure of the Temptress"

POL_SetupWindow_Init
POL_SetupWindow_SetID 1096

POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Revolution Software" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "a702cfd73ab6c6667b81937f45ec8c5b"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


# "SVGA videocard" (?)
POL_SetupWindow_VMS "2"

cat <<_EOFCFG_ > "$WINEPREFIX/drive_c/GOG Games/Lure of the Temptress/lure.polcfg"
[lure]
description=Lure of the Temptress (VGA/DOS/English)
platform=pc
gameid=lure
language=en
extra=VGA
multi_midi=true
enable_gs=true
native_mt32=true
_EOFCFG_

POL_Shortcut "lure.polcfg" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;AdventureGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Lure of the Temptress/Manual.pdf"
# C:\GOG Games\Lure of the Temptress\solution.txt

POL_SetupWindow_Close

exit 0

Contributions

Filters:

Contribute
Member Message