You are here
Super Trench Attack!
Informations
Creator | Message |
---|---|
Fake Shemp
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionSuper Trench Attack™ is a goofball comedy twitch-shooter based in a World War setting. 2013. 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 |
Contributions
Filters:
ContributeMember | Message |
Fake Shemp | Monday 29 September 2014 at 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 Replies |
Quentin PÂRIS | Monday 29 September 2014 at 15:23 |
Quentin PÂRIS
|
MessagePlease post the source code in the right place RepliesMonday 29 September 2014 at 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