Colin Mcrae Rally 04

Informations

Créateur Messages
thib25 Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 25216
Wine: System

Retours d'expérience

Description

Racing video game.

Wikipedia.

Code source

#!/bin/bash
# Date : (2010-01-27  16-10)
# Last revision : (2019-05-26)
# Wine version used : 1.9.24
# Distribution used to test : Ubuntu 9.10
# Author : thib25
# Licence : Retail 
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
NAME="Colin Mcrae Rally 04"
PREFIX="CMR4"
 
if [ "$POL_LANG" == "fr" ]; then
INSTALLATION="Installation en cours..."
POLEND="$NAME a été installé avec succès"
ATTENTION="Veuillez noter que ce jeu a une protection anti-copie\net que malheuresement, cela empêche wine de lancer le jeu.\n\nPlayOnLinux ne fournira aucune aide concernant tout travail\nillégal."
ATTENTIONT="Note à propos de la protection anti-copie"
else
INSTALLATION="Installation in progress..."
POLEND="$NAME has been installed succesfully"
ATTENTION="Please note that this game has a copy protection system\nand sadly, it prevents Wine from running the game.\n\nPlayOnLinux will not provide any help concerning any illegal\nstuff."
ATTENTIONT="Note about copy protection"
fi
POL_SetupWindow_Init
 
POL_SetupWindow_presentation "$NAME" "Codemasters" "http://www.codemasters.com/" "thib25" "$PREFIX"
 
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "setup.exe"
 
select_prefix "$REPERTOIRE/wineprefix/$PREFIX"
POL_SetupWindow_prefixcreate
 
POL_SetupWindow_install_wine "1.9.24"
Use_WineVersion "1.9.24"
 
#Création Icone
convert "$CDROM/CMR4.ico" -geometry 32x32 "$REPERTOIRE/icones/32/$NAME"
 
PROGRAMFILES="Program Files"
POL_LoadVar_PROGRAMFILES
 
POL_SetupWindow_wait_next_signal "$INSTALLATION" "$NAME"
wine start /unix "$CDROM/setup.exe"
POL_SetupWindow_detect_exit
 
POL_SetupWindow_make_shortcut "$PREFIX" "$PROGRAMFILES/Codemasters/Colin McRae Rally 04/" "cmr4.exe" "$NAME" "$NAME"
 
Set_WineVersion_Assign "1.9.24" "$NAME"
 
POL_SetupWindow_message_image "$ATTENTION" "$ATTENTIONT" "$PLAYONLINUX/themes/tango/warning.png"
POL_SetupWindow_message "$POLEND" "$NAME"
 
POL_SetupWindow_Close
exit

Contributions

Filters:

Contribuer
Membre Messages
Dadu042 Dimanche 26 Mai 2019 à 23:22
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

Messages

Minor fix, and wine upgrade from "1.1.37" to "1.9.24"

Differences

@@ -1,17 +1,17 @@
 #!/bin/bash
 # Date : (2010-01-27  16-10)
-# Last revision : (2010-03-05 18-35)
-# Wine version used : 1.1.37
+# Last revision : (2019-05-26)
+# Wine version used : 1.9.24
 # Distribution used to test : Ubuntu 9.10
 # Author : thib25
 # Licence : Retail 
-
+ 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
-
+ 
 NAME="Colin Mcrae Rally 04"
 PREFIX="CMR4"
-
+ 
 if [ "$POL_LANG" == "fr" ]; then
 INSTALLATION="Installation en cours..."
 POLEND="$NAME a été installé avec succès"
@@ -21,37 +21,37 @@
 INSTALLATION="Installation in progress..."
 POLEND="$NAME has been installed succesfully"
 ATTENTION="Please note that this game has a copy protection system\nand sadly, it prevents Wine from running the game.\n\nPlayOnLinux will not provide any help concerning any illegal\nstuff."
-ATTENTIONT="Note about copy protection" 
+ATTENTIONT="Note about copy protection"
 fi
 POL_SetupWindow_Init
-
-POL_SetupWindow_presentation "$NAME" "Codemasters" "http:://www.codemasters.com/" "thib25" "$PREFIX"
-
+ 
+POL_SetupWindow_presentation "$NAME" "Codemasters" "http://www.codemasters.com/" "thib25" "$PREFIX"
+ 
 POL_SetupWindow_cdrom
 POL_SetupWindow_check_cdrom "setup.exe"
-
+ 
 select_prefix "$REPERTOIRE/wineprefix/$PREFIX"
 POL_SetupWindow_prefixcreate
-
-POL_SetupWindow_install_wine "1.1.37"
-Use_WineVersion "1.1.37"
-
+ 
+POL_SetupWindow_install_wine "1.9.24"
+Use_WineVersion "1.9.24"
+ 
 #Création Icone
 convert "$CDROM/CMR4.ico" -geometry 32x32 "$REPERTOIRE/icones/32/$NAME"
-
+ 
 PROGRAMFILES="Program Files"
 POL_LoadVar_PROGRAMFILES
-
+ 
 POL_SetupWindow_wait_next_signal "$INSTALLATION" "$NAME"
 wine start /unix "$CDROM/setup.exe"
 POL_SetupWindow_detect_exit
-
+ 
 POL_SetupWindow_make_shortcut "$PREFIX" "$PROGRAMFILES/Codemasters/Colin McRae Rally 04/" "cmr4.exe" "$NAME" "$NAME"
-
-Set_WineVersion_Assign "1.1.37" "$NAME"
-
+ 
+Set_WineVersion_Assign "1.9.24" "$NAME"
+ 
 POL_SetupWindow_message_image "$ATTENTION" "$ATTENTIONT" "$PLAYONLINUX/themes/tango/warning.png"
 POL_SetupWindow_message "$POLEND" "$NAME"
-
+ 
 POL_SetupWindow_Close
-exit
+exit
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2010-01-27  16-10)
# Last revision : (2019-05-26)
# Wine version used : 1.9.24
# Distribution used to test : Ubuntu 9.10
# Author : thib25
# Licence : Retail 
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
NAME="Colin Mcrae Rally 04"
PREFIX="CMR4"
 
if [ "$POL_LANG" == "fr" ]; then
INSTALLATION="Installation en cours..."
POLEND="$NAME a été installé avec succès"
ATTENTION="Veuillez noter que ce jeu a une protection anti-copie\net que malheuresement, cela empêche wine de lancer le jeu.\n\nPlayOnLinux ne fournira aucune aide concernant tout travail\nillégal."
ATTENTIONT="Note à propos de la protection anti-copie"
else
INSTALLATION="Installation in progress..."
POLEND="$NAME has been installed succesfully"
ATTENTION="Please note that this game has a copy protection system\nand sadly, it prevents Wine from running the game.\n\nPlayOnLinux will not provide any help concerning any illegal\nstuff."
ATTENTIONT="Note about copy protection"
fi
POL_SetupWindow_Init
 
POL_SetupWindow_presentation "$NAME" "Codemasters" "http://www.codemasters.com/" "thib25" "$PREFIX"
 
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "setup.exe"
 
select_prefix "$REPERTOIRE/wineprefix/$PREFIX"
POL_SetupWindow_prefixcreate
 
POL_SetupWindow_install_wine "1.9.24"
Use_WineVersion "1.9.24"
 
#Création Icone
convert "$CDROM/CMR4.ico" -geometry 32x32 "$REPERTOIRE/icones/32/$NAME"
 
PROGRAMFILES="Program Files"
POL_LoadVar_PROGRAMFILES
 
POL_SetupWindow_wait_next_signal "$INSTALLATION" "$NAME"
wine start /unix "$CDROM/setup.exe"
POL_SetupWindow_detect_exit
 
POL_SetupWindow_make_shortcut "$PREFIX" "$PROGRAMFILES/Codemasters/Colin McRae Rally 04/" "cmr4.exe" "$NAME" "$NAME"
 
Set_WineVersion_Assign "1.9.24" "$NAME"
 
POL_SetupWindow_message_image "$ATTENTION" "$ATTENTIONT" "$PLAYONLINUX/themes/tango/warning.png"
POL_SetupWindow_message "$POLEND" "$NAME"
 
POL_SetupWindow_Close
exit

Réponses

dineshswamy Samedi 8 Avril 2017 à 22:25
dineshswamy Anonymous

Messages

Any installer link I click on says"The address wasn’t understood". Does this website work?

Réponses

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