Je bent hier
Super Trench Attack!
Informatie
Creator | Bericht |
---|---|
Fake Shemp
![]()
|
WarningThis installer is a beta script. It means that it might not work as expected InformatiePlatforms: Feedbacks0 0 OmschrijvingSuper Trench Attack™ is a goofball comedy twitch-shooter based in a World War setting. 2013. Broncode#!/bin/bash # Date : (2014-09-28 15-07) # Wine version used : 1.7.26 # Distribution used to test : Mint 17 # Author : Fake Shemp [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Super Trench Attack!" PREFIX="SuperTrenchAttack" # Latest working Wine version WORKING_WINE_VERSION="1.7.26" POL_SetupWindow_Init # Starting debugging API POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "Retro Army Limited" "http://www.retroarmy.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 program POL_Wine start /unix "$SETUP_EXE" POL_Wine_WaitExit "$TITLE" # Create shortcut POL_Shortcut "Super Trench Attack.exe" "$TITLE" POL_SetupWindow_Close exit |
Contributions
Filters:
ContributeMember | Bericht |
Fake Shemp | Maandag 29 September 2014 om 22:29 |
Fake Shemp
![]()
|
InformationThis update has been approved by the team. Differences@@ -0,0 +1,44 @@ +#!/bin/bash + +# Date : (2014-09-28 15-07) +# Wine version used : 1.7.26 +# Distribution used to test : Mint 17 +# Author : Fake Shemp + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Super Trench Attack!" +PREFIX="SuperTrenchAttack" + +# Latest working Wine version +WORKING_WINE_VERSION="1.7.26" + +POL_SetupWindow_Init + +# Starting debugging API +POL_Debug_Init + +# Presentation +POL_SetupWindow_presentation "$TITLE" "Retro Army Limited" "http://www.retroarmy.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 program +POL_Wine start /unix "$SETUP_EXE" +POL_Wine_WaitExit "$TITLE" + +# Create shortcut +POL_Shortcut "Super Trench Attack.exe" "$TITLE" + +POL_SetupWindow_Close +exit \ No newline at end of file New source code#!/bin/bash # Date : (2014-09-28 15-07) # Wine version used : 1.7.26 # Distribution used to test : Mint 17 # Author : Fake Shemp [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Super Trench Attack!" PREFIX="SuperTrenchAttack" # Latest working Wine version WORKING_WINE_VERSION="1.7.26" POL_SetupWindow_Init # Starting debugging API POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "Retro Army Limited" "http://www.retroarmy.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 program POL_Wine start /unix "$SETUP_EXE" POL_Wine_WaitExit "$TITLE" # Create shortcut POL_Shortcut "Super Trench Attack.exe" "$TITLE" POL_SetupWindow_Close exit Antwoorden |
Quentin PÂRIS | Maandag 29 September 2014 om 15:23 |
Quentin PÂRIS
![]()
|
BerichtPlease post the source code in the right place AntwoordenMaandag 29 September 2014 om 22:29
|
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