Du bist hier
Toca Race Driver 3
Informations
Creator | Nachricht |
---|---|
thib25
![]()
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 Source code#!/bin/bash # Date : (2010-01-23 20-30) # Last revision : (2010-01-23 20-30) # Wine version used : 1.1.35 # Distribution used to test : Ubuntu 9.10 # Author : thib25 # Licence : Retail [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" NAME="Toca Race Driver 3" PREFIX="TRD3" if [ "$POL_LANG" == "fr" ]; then INSTALLATION="Installation en cours..." ATTENTION="Veuillez noter que ce jeu a une protection anti-copie et que malheuresement, cela empêche wine de lancer le jeu. PlayOnLinux ne fournira aucune aide concernant tout travail illégal." ATTENTIONT="Note à propos de la protection anti-copie" POLEND="$NAME a été installé avec succès" else INSTALLATION="Installation in progress..." ATTENTION="Please note that this game has a copy protection system and sadly, it prevents Wine from running the game. PlayOnLinux will not provide any help concerning any illegal stuff." ATTENTIONT="Note about copy protection" POLEND="$NAME has been installed succesfully" fi wget http://upload.wikimedia.org/wikipedia/en/7/70/TOCARaceDriver3BoxArt.jpg --output-document="$REPERTOIRE/tmp/leftnotscaled.jpeg" convert "$REPERTOIRE/tmp/leftnotscaled.jpeg" -scale 150x356\! "$REPERTOIRE/tmp/left.jpeg" POL_SetupWindow_Init "" "$REPERTOIRE/tmp/left.jpeg" POL_SetupWindow_presentation "$NAME" "Codemasters" "http://www.codemasters.com/tocaracedriver3/" "thib25" "$PREFIX" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "setup.exe" select_prefix "$REPERTOIRE/wineprefix/$PREFIX" POL_SetupWindow_prefixcreate PROGRAMFILES=`wine cmd /c echo "%ProgramFiles%" |tr -d '\015' | tr -d '\010'` PROGRAMFILES=${PROGRAMFILES:3} POL_SetupWindow_wait_next_signal "$INSTALLATION" "$NAME" wine "$CDROM/setup.exe" POL_SetupWindow_detect_exit #Création Icone convert "$CDROM/RD3.ico" -geometry 32x32 "$REPERTOIRE/icones/32/$NAME" POL_SetupWindow_make_shortcut "$PREFIX" "$PROGRAMFILES/Codemasters/Race Driver 3" "RD3.exe" "$NAME" "$NAME" POL_SetupWindow_install_wine "1.1.37" Set_WineVersion_Assign "1.1.37" "$NAME" POL_SetupWindow_message_image "$ATTENTION" "$ATTENTIONT" "$PLAYONLINUX/themes/tango/warning.png" POL_SetupWindow_message "$POLEND" "$NAME" POL_SetupWindow_Close exit |
Contributions
Filters:
ContributeMember | Nachricht |