18 Wheels of Steel: Across America

Informatie

Creator Bericht
odziom91

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 37931
Wine: 5.0

Feedbacks

Omschrijving

Trucking simulator.

Wikipedia

Broncode

#!/bin/bash
#
# Date : (2014-07-06 11-48)
# Last revision : (2016-08-01 22-55)
# Wine version used : 1.9.15-staging
# Distribution used to test : Manjaro Linux 16.06.1 x64
# Author : OdzioM
# Licence : Retail

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
TITLE="18 Wheels of Steel: Across America"
PREFIX="18WOSAA"
WORKING_WINE_VERSION="5.0"
GAME_VMS="64"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "SCS Software" "http://www.scssoft.com/aa.php" "OdzioM" "$PREFIX"

POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"

POL_Wine_SelectPrefix "$PREFIX"

POL_System_SetArch "auto"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_SetupWindow_InstallMethod "CD,LOCAL"

if [ "$INSTALL_METHOD" == "CD" ]; then
        POL_SetupWindow_message "$(eval_gettext 'Please insert the game media into your disc drive.')" "$TITLE"
        POL_SetupWindow_cdrom
        POL_SetupWindow_check_cdrom "setup.exe"
        POL_Wine start /unix "$CDROM/setup.exe"
        POL_Wine_WaitExit "$TITLE"
else
        cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
        SETUP_EXE="$APP_ANSWER"
        POL_Wine start /unix "$SETUP_EXE"
        POL_Wine_WaitExit "$TITLE"
fi

POL_SetupWindow_VMS $GAME_VMS

POL_Shortcut "aa.exe" "$TITLE" "" "" "Game;"

POL_SetupWindow_message "Installation complete!\n\nTo run $TITLE please select $TITLE icon from your desktop." "$TITLE"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Bericht
Dadu042 Zondag 10 Mei 2020 om 17:48
Dadu042

Information

This update has been approved by the team.

Bericht

Avoid disapointment to POL < v4.3 users

Differences

@@ -20,6 +20,8 @@
 
 POL_SetupWindow_presentation "$TITLE" "SCS Software" "http://www.scssoft.com/aa.php" "OdzioM" "$PREFIX"
 
+POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
+
 POL_Wine_SelectPrefix "$PREFIX"
 
 POL_System_SetArch "auto"
@@ -43,7 +45,7 @@
 
 POL_SetupWindow_VMS $GAME_VMS
 
-POL_Shortcut "aa.exe" "$TITLE" "" ""
+POL_Shortcut "aa.exe" "$TITLE" "" "" "Game;"
 
 POL_SetupWindow_message "Installation complete!\n\nTo run $TITLE please select $TITLE icon from your desktop." "$TITLE"
 

New source code

#!/bin/bash
#
# Date : (2014-07-06 11-48)
# Last revision : (2016-08-01 22-55)
# Wine version used : 1.9.15-staging
# Distribution used to test : Manjaro Linux 16.06.1 x64
# Author : OdzioM
# Licence : Retail

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
TITLE="18 Wheels of Steel: Across America"
PREFIX="18WOSAA"
WORKING_WINE_VERSION="5.0"
GAME_VMS="64"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "SCS Software" "http://www.scssoft.com/aa.php" "OdzioM" "$PREFIX"

POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"

POL_Wine_SelectPrefix "$PREFIX"

POL_System_SetArch "auto"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_SetupWindow_InstallMethod "CD,LOCAL"

if [ "$INSTALL_METHOD" == "CD" ]; then
        POL_SetupWindow_message "$(eval_gettext 'Please insert the game media into your disc drive.')" "$TITLE"
        POL_SetupWindow_cdrom
        POL_SetupWindow_check_cdrom "setup.exe"
        POL_Wine start /unix "$CDROM/setup.exe"
        POL_Wine_WaitExit "$TITLE"
else
        cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
        SETUP_EXE="$APP_ANSWER"
        POL_Wine start /unix "$SETUP_EXE"
        POL_Wine_WaitExit "$TITLE"
fi

POL_SetupWindow_VMS $GAME_VMS

POL_Shortcut "aa.exe" "$TITLE" "" "" "Game;"

POL_SetupWindow_message "Installation complete!\n\nTo run $TITLE please select $TITLE icon from your desktop." "$TITLE"

POL_SetupWindow_Close
exit 0

Antwoorden

LinuxScripter Zondag 10 Mei 2020 om 13:26
LinuxScripter Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Bericht

Using latest stable wine version because the setup window will not display correctly on a old one.

Differences

@@ -12,7 +12,7 @@
   
 TITLE="18 Wheels of Steel: Across America"
 PREFIX="18WOSAA"
-WORKING_WINE_VERSION="1.9.15-staging"
+WORKING_WINE_VERSION="5.0"
 GAME_VMS="64"
 
 POL_SetupWindow_Init

New source code

#!/bin/bash
#
# Date : (2014-07-06 11-48)
# Last revision : (2016-08-01 22-55)
# Wine version used : 1.9.15-staging
# Distribution used to test : Manjaro Linux 16.06.1 x64
# Author : OdzioM
# Licence : Retail

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
TITLE="18 Wheels of Steel: Across America"
PREFIX="18WOSAA"
WORKING_WINE_VERSION="5.0"
GAME_VMS="64"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "SCS Software" "http://www.scssoft.com/aa.php" "OdzioM" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"

POL_System_SetArch "auto"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_SetupWindow_InstallMethod "CD,LOCAL"

if [ "$INSTALL_METHOD" == "CD" ]; then
        POL_SetupWindow_message "$(eval_gettext 'Please insert the game media into your disc drive.')" "$TITLE"
        POL_SetupWindow_cdrom
        POL_SetupWindow_check_cdrom "setup.exe"
        POL_Wine start /unix "$CDROM/setup.exe"
        POL_Wine_WaitExit "$TITLE"
else
        cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
        SETUP_EXE="$APP_ANSWER"
        POL_Wine start /unix "$SETUP_EXE"
        POL_Wine_WaitExit "$TITLE"
fi

POL_SetupWindow_VMS $GAME_VMS

POL_Shortcut "aa.exe" "$TITLE" "" ""

POL_SetupWindow_message "Installation complete!\n\nTo run $TITLE please select $TITLE icon from your desktop." "$TITLE"

POL_SetupWindow_Close
exit 0

Antwoorden

Zondag 10 Mei 2020 om 17:47
script approved.

Aangepast door LinuxScripter

Fersabat Dinsdag 6 September 2016 om 7:11
Fersabat Anonymous

Bericht

I would like to know which program can I use in a Mac to run the game?

Antwoorden

Maandag 3 Juni\ 2019 om 12:56
PlayOnMac
odziom91 Maandag 1 Augustus 2016 om 23:00
odziom91

Warning

This update has not been approved yet by the team.
Use it at your own risk

Bericht

Change Log:

  • WINE version 1.7.12 -> 1.9.15-staging - reason: no sound in winealsa sound driver, better support for sound and music with winepulse sound driver

Differences

@@ -1,9 +1,9 @@
 #!/bin/bash
 #
 # Date : (2014-07-06 11-48)
-# Last revision : (2014-07-06 11-28)
-# Wine version used : 1.7.12
-# Distribution used to test : Linux Mint 17 "Qiana" x64
+# Last revision : (2016-08-01 22-55)
+# Wine version used : 1.9.15-staging
+# Distribution used to test : Manjaro Linux 16.06.1 x64
 # Author : OdzioM
 # Licence : Retail
 
@@ -12,7 +12,7 @@
   
 TITLE="18 Wheels of Steel: Across America"
 PREFIX="18WOSAA"
-WORKING_WINE_VERSION="1.7.12"
+WORKING_WINE_VERSION="1.9.15-staging"
 GAME_VMS="64"
 
 POL_SetupWindow_Init

New source code

#!/bin/bash
#
# Date : (2014-07-06 11-48)
# Last revision : (2016-08-01 22-55)
# Wine version used : 1.9.15-staging
# Distribution used to test : Manjaro Linux 16.06.1 x64
# Author : OdzioM
# Licence : Retail

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
TITLE="18 Wheels of Steel: Across America"
PREFIX="18WOSAA"
WORKING_WINE_VERSION="1.9.15-staging"
GAME_VMS="64"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "SCS Software" "http://www.scssoft.com/aa.php" "OdzioM" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"

POL_System_SetArch "auto"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_SetupWindow_InstallMethod "CD,LOCAL"

if [ "$INSTALL_METHOD" == "CD" ]; then
        POL_SetupWindow_message "$(eval_gettext 'Please insert the game media into your disc drive.')" "$TITLE"
        POL_SetupWindow_cdrom
        POL_SetupWindow_check_cdrom "setup.exe"
        POL_Wine start /unix "$CDROM/setup.exe"
        POL_Wine_WaitExit "$TITLE"
else
        cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
        SETUP_EXE="$APP_ANSWER"
        POL_Wine start /unix "$SETUP_EXE"
        POL_Wine_WaitExit "$TITLE"
fi

POL_SetupWindow_VMS $GAME_VMS

POL_Shortcut "aa.exe" "$TITLE" "" ""

POL_SetupWindow_message "Installation complete!\n\nTo run $TITLE please select $TITLE icon from your desktop." "$TITLE"

POL_SetupWindow_Close
exit 0

Antwoorden

odziom91 Zondag 6 Juli 2014 om 11:51
odziom91

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -0,0 +1,51 @@
+#!/bin/bash
+#
+# Date : (2014-07-06 11-48)
+# Last revision : (2014-07-06 11-28)
+# Wine version used : 1.7.12
+# Distribution used to test : Linux Mint 17 "Qiana" x64
+# Author : OdzioM
+# Licence : Retail
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+  
+TITLE="18 Wheels of Steel: Across America"
+PREFIX="18WOSAA"
+WORKING_WINE_VERSION="1.7.12"
+GAME_VMS="64"
+
+POL_SetupWindow_Init
+POL_Debug_Init
+
+POL_SetupWindow_presentation "$TITLE" "SCS Software" "http://www.scssoft.com/aa.php" "OdzioM" "$PREFIX"
+
+POL_Wine_SelectPrefix "$PREFIX"
+
+POL_System_SetArch "auto"
+POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+
+POL_SetupWindow_InstallMethod "CD,LOCAL"
+
+if [ "$INSTALL_METHOD" == "CD" ]; then
+        POL_SetupWindow_message "$(eval_gettext 'Please insert the game media into your disc drive.')" "$TITLE"
+        POL_SetupWindow_cdrom
+        POL_SetupWindow_check_cdrom "setup.exe"
+        POL_Wine start /unix "$CDROM/setup.exe"
+        POL_Wine_WaitExit "$TITLE"
+else
+        cd "$HOME"
+        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
+        SETUP_EXE="$APP_ANSWER"
+        POL_Wine start /unix "$SETUP_EXE"
+        POL_Wine_WaitExit "$TITLE"
+fi
+
+POL_SetupWindow_VMS $GAME_VMS
+
+POL_Shortcut "aa.exe" "$TITLE" "" ""
+
+POL_SetupWindow_message "Installation complete!\n\nTo run $TITLE please select $TITLE icon from your desktop." "$TITLE"
+
+POL_SetupWindow_Close
+exit 0
\ No newline at end of file

New source code

#!/bin/bash
#
# Date : (2014-07-06 11-48)
# Last revision : (2014-07-06 11-28)
# Wine version used : 1.7.12
# Distribution used to test : Linux Mint 17 "Qiana" x64
# Author : OdzioM
# Licence : Retail

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
TITLE="18 Wheels of Steel: Across America"
PREFIX="18WOSAA"
WORKING_WINE_VERSION="1.7.12"
GAME_VMS="64"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "SCS Software" "http://www.scssoft.com/aa.php" "OdzioM" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"

POL_System_SetArch "auto"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_SetupWindow_InstallMethod "CD,LOCAL"

if [ "$INSTALL_METHOD" == "CD" ]; then
        POL_SetupWindow_message "$(eval_gettext 'Please insert the game media into your disc drive.')" "$TITLE"
        POL_SetupWindow_cdrom
        POL_SetupWindow_check_cdrom "setup.exe"
        POL_Wine start /unix "$CDROM/setup.exe"
        POL_Wine_WaitExit "$TITLE"
else
        cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
        SETUP_EXE="$APP_ANSWER"
        POL_Wine start /unix "$SETUP_EXE"
        POL_Wine_WaitExit "$TITLE"
fi

POL_SetupWindow_VMS $GAME_VMS

POL_Shortcut "aa.exe" "$TITLE" "" ""

POL_SetupWindow_message "Installation complete!\n\nTo run $TITLE please select $TITLE icon from your desktop." "$TITLE"

POL_SetupWindow_Close
exit 0

Antwoorden

Anonymous
Donderdag 25 Februari 2016 om 15:13
Merci pour ce jeu je le cherchais depuis longtemps