Stunt GP

Informations

Creator Message
cendre

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 10850
Wine: System

Feedbacks

Description

Radio-controlled car racing video game. 2001.

Wikipedia.

Source code

#!/bin/bash
# Date : (????-??-?? ??-??)
# Last revision : (2011-01-21 12-34)
# Wine version used : -
# Distribution used to test : ?
# Author : cendre, Updated by SuperPlumus

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

TITLE="Stunt GP"
PREFIX="StuntGP"

if [ "$POL_LANG" == "fr" ]
then
LNG_INSTALL_RUN="Installation en cours..."
LNG_WAIT_END="Cliquez sur \"Suivant\" UNIQUEMENT quand l'installation de\n$TITLE sera terminée."
LNG_SUCCES="$TITLE a été installé avec succès !"
else
LNG_INSTALL_RUN="Installation in progress..."
LNG_WAIT_END="Click on \"Forward\" ONLY when the\n$TITLE installation is finished."
LNG_SUCCES="$TITLE has been installed successfully."
fi

POL_SetupWindow_Init

POL_SetupWindow_presentation "$TITLE" "Team 17" "http://www.team17.com" "cendre, Modified by SuperPlumus" "$PREFIX"

select_prefix "$REPERTOIRE/wineprefix/$PREFIX"
POL_SetupWindow_prefixcreate

POL_LoadVar_PROGRAMFILES

POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "setup.exe"

Set_OS winxp

POL_SetupWindow_wait_next_signal "$LNG_INSTALL_RUN" "$TITLE"
wine "$CDROM/setup.exe"
POL_SetupWindow_detect_exit
POL_SetupWindow_message "$LNG_WAIT_END" "$TITLE"

POL_SetupWindow_auto_shortcut "$PREFIX" "StuntGP.exe" "$TITLE"

POL_SetupWindow_message "$LNG_SUCCES" "$TITLE"

POL_SetupWindow_Close

exit 

Contributions

Filters:

Contribute
Member Message