German Truck Simulator

Informatie

Creator Bericht
Chris1231 Anonymous

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 5219
Wine: 1.6

Feedbacks

Omschrijving

:)

Broncode

#!/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:

Contribute
Member Bericht
theel0ja Zondag 19 Maart 2017 om 12:25
theel0ja Anonymous

Information

This update has been approved by the team.

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

New source code

#!/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

Antwoorden

Aangepast door 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