Burning Cars

Informatie

Creator Bericht
Fake Shemp Anonymous

Warning

This installer is a beta script. It means that it might not work as expected

Informatie

Platforms:
Downloads: 7820
Wine: 1.7.26

Feedbacks

Omschrijving

Isometric 3D racing, 2014. Steam page.

He got close a few times, but never won the Trashpit Championship. As skilled behind the wheel as your father was, there was something missing. Maybe it was instinct, maybe ferocity, or the hummingbird beat reaction times that success on the track demands.

Broncode

#!/bin/bash

# Date : (2014-09-23 20-11)
# Wine version used : 1.7.26
# Distribution used to test : Mint 17
# Author : Fake Shemp

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Burning Cars"
PREFIX="BurningCars"

# Latest working Wine version
WORKING_WINE_VERSION="1.7.26"
 
POL_SetupWindow_Init

# Starting debugging API
POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "Polynetix Studio" "http://polynetix.com/" "Fake Shemp" "$PREFIX"

# Select installation file
cd "$HOME"
POL_SetupWindow_browse "$(eval_gettext 'Please select your installation file.')" "$TITLE"
SETUP_EXE="$APP_ANSWER"

# Configure Wine
POL_System_SetArch "amd64"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
Set_OS "win7"

# Install dependencies
POL_Call POL_Install_physx
POL_Call POL_Install_dxfullsetup

# Install program
POL_Wine start /unix "$SETUP_EXE"
POL_Wine_WaitExit "$TITLE"

# Create shortcut
POL_Shortcut "Burning Cars Launcher.exe" "$TITLE"

POL_SetupWindow_Close
exit

Contributions

Filters:

Contribute
Member Bericht
Fake Shemp Dinsdag 23 September 2014 om 22:41
Fake Shemp Anonymous

Information

This update has been approved by the team.

Bericht

Seems I missed the script. Here it is:

Differences

@@ -0,0 +1,48 @@
+#!/bin/bash
+
+# Date : (2014-09-23 20-11)
+# Wine version used : 1.7.26
+# Distribution used to test : Mint 17
+# Author : Fake Shemp
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+TITLE="Burning Cars"
+PREFIX="BurningCars"
+
+# Latest working Wine version
+WORKING_WINE_VERSION="1.7.26"
+ 
+POL_SetupWindow_Init
+
+# Starting debugging API
+POL_Debug_Init
+
+# Presentation
+POL_SetupWindow_presentation "$TITLE" "Polynetix Studio" "http://polynetix.com/" "Fake Shemp" "$PREFIX"
+
+# Select installation file
+cd "$HOME"
+POL_SetupWindow_browse "$(eval_gettext 'Please select your installation file.')" "$TITLE"
+SETUP_EXE="$APP_ANSWER"
+
+# Configure Wine
+POL_System_SetArch "amd64"
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+Set_OS "win7"
+
+# Install dependencies
+POL_Call POL_Install_physx
+POL_Call POL_Install_dxfullsetup
+
+# Install program
+POL_Wine start /unix "$SETUP_EXE"
+POL_Wine_WaitExit "$TITLE"
+
+# Create shortcut
+POL_Shortcut "Burning Cars Launcher.exe" "$TITLE"
+
+POL_SetupWindow_Close
+exit
\ No newline at end of file

New source code

#!/bin/bash

# Date : (2014-09-23 20-11)
# Wine version used : 1.7.26
# Distribution used to test : Mint 17
# Author : Fake Shemp

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Burning Cars"
PREFIX="BurningCars"

# Latest working Wine version
WORKING_WINE_VERSION="1.7.26"
 
POL_SetupWindow_Init

# Starting debugging API
POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "Polynetix Studio" "http://polynetix.com/" "Fake Shemp" "$PREFIX"

# Select installation file
cd "$HOME"
POL_SetupWindow_browse "$(eval_gettext 'Please select your installation file.')" "$TITLE"
SETUP_EXE="$APP_ANSWER"

# Configure Wine
POL_System_SetArch "amd64"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
Set_OS "win7"

# Install dependencies
POL_Call POL_Install_physx
POL_Call POL_Install_dxfullsetup

# Install program
POL_Wine start /unix "$SETUP_EXE"
POL_Wine_WaitExit "$TITLE"

# Create shortcut
POL_Shortcut "Burning Cars Launcher.exe" "$TITLE"

POL_SetupWindow_Close
exit

Antwoorden