German Truck Simulator

Informations

Créateur Messages
Chris1231 Anonymous

Information

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

Informations

Plate-formes :
Téléchargements : 5208
Wine: 1.6

Retours d'expérience

Description

:)

Code source

#!/bin/bash

# Date : (2017-03-19)
# Wine version used : 1.6
# Distribution used to test : Linux Mint 18.1 Cinnamon
# Author : theel0ja
# Licence : Retail

# Script based on this: https://www.playonlinux.com/en/app-467-Theme_Park_World.html that's modified "Tuesday 22 December 2015 at 21:08" by MTRes
# Works at least with CD distributed by Wendros AB (Nordics)
# BUG: Sounds don't work :(

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="German Truck Simulator"
PREFIX="GermanTruckSimulator"
WINEVERSION="1.6"
 
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "SCS Software" "" "theel0ja" "$PREFIX"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
 
POL_SetupWindow_cdrom
POL_Wine_InstallCDROM "d"
 
Set_OS "winxp"
 
POL_Wine start /unix "$CDROM/setup.exe"
POL_Wine_WaitExit "$TITLE"
 
POL_Shortcut "germantrucks.exe" "$TITLE"
 
POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribuer
Membre Messages
theel0ja Dimanche 19 Mars 2017 à 12:25
theel0ja Anonymous

Information

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

Differences

@@ -0,0 +1,38 @@
+#!/bin/bash
+
+# Date : (2017-03-19)
+# Wine version used : 1.6
+# Distribution used to test : Linux Mint 18.1 Cinnamon
+# Author : theel0ja
+# Licence : Retail
+
+# Script based on this: https://www.playonlinux.com/en/app-467-Theme_Park_World.html that's modified "Tuesday 22 December 2015 at 21:08" by MTRes
+# Works at least with CD distributed by Wendros AB (Nordics)
+# BUG: Sounds don't work :(
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+ 
+TITLE="German Truck Simulator"
+PREFIX="GermanTruckSimulator"
+WINEVERSION="1.6"
+ 
+POL_SetupWindow_Init
+POL_Debug_Init
+POL_SetupWindow_presentation "$TITLE" "SCS Software" "" "theel0ja" "$PREFIX"
+ 
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WINEVERSION"
+ 
+POL_SetupWindow_cdrom
+POL_Wine_InstallCDROM "d"
+ 
+Set_OS "winxp"
+ 
+POL_Wine start /unix "$CDROM/setup.exe"
+POL_Wine_WaitExit "$TITLE"
+ 
+POL_Shortcut "germantrucks.exe" "$TITLE"
+ 
+POL_SetupWindow_Close
+exit 0
\ No newline at end of file

Nouveau code source

#!/bin/bash

# Date : (2017-03-19)
# Wine version used : 1.6
# Distribution used to test : Linux Mint 18.1 Cinnamon
# Author : theel0ja
# Licence : Retail

# Script based on this: https://www.playonlinux.com/en/app-467-Theme_Park_World.html that's modified "Tuesday 22 December 2015 at 21:08" by MTRes
# Works at least with CD distributed by Wendros AB (Nordics)
# BUG: Sounds don't work :(

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="German Truck Simulator"
PREFIX="GermanTruckSimulator"
WINEVERSION="1.6"
 
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "SCS Software" "" "theel0ja" "$PREFIX"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
 
POL_SetupWindow_cdrom
POL_Wine_InstallCDROM "d"
 
Set_OS "winxp"
 
POL_Wine start /unix "$CDROM/setup.exe"
POL_Wine_WaitExit "$TITLE"
 
POL_Shortcut "germantrucks.exe" "$TITLE"
 
POL_SetupWindow_Close
exit 0

Réponses

Edité par theel0ja

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