Ace Of Spades: Battle Builder (Steam)
Informations
Creator | Message |
---|---|
dizlexic
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionAce of Spades is best described as minecraft with guns. Wikipedia. Source code#!/bin/bash # Date : (02/23/2016) # Distribution used to test : Ubuntu 15.10 64-bit # Author : Dizlexic # Licence : GPLv3 # PlayOnLinux: 4.2.6 # # # CHANGELOG # [Dizlexic] (2016-02-23) # Initial script. # [Dadu042] (2020-04-17 21-00) # Wine 1.7.39 (outdated) -> 3.0.3 (not tested) # # [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="aceOfSpades" WINEVERSION="3.0.3" TITLE="Ace of Spades: Battle Builder" EDITOR="Jagex" GAME_URL="http://aceofspades.com/" STEAM_ID="224540" GAME_VMS="512" AUTHOR="Dizlexic" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" POL_SetupWindow_VMS "$GAME_VMS" POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE will be installed via Steam. After Steam is installed, uncheck Run Steam, click Finish, and Steam will restart. Sign in and install $TITLE.')" "$TITLE" #Dependencies POL_Call POL_Install_steam # Installation cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_Wine start /unix "steam.exe" steam://install/$STEAM_ID POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "steam.exe" "$TITLE" "" "steam://rungameid/$STEAM_ID" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Message |
Dadu042 | Friday 17 April 2020 at 20:30 |
Dadu042
|
InformationThis update has been approved by the team. Differences@@ -4,13 +4,21 @@ # Author : Dizlexic # Licence : GPLv3 # PlayOnLinux: 4.2.6 - +# +# +# CHANGELOG +# [Dizlexic] (2016-02-23) +# Initial script. +# [Dadu042] (2020-04-17 21-00) +# Wine 1.7.39 (outdated) -> 3.0.3 (not tested) +# +# [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="aceOfSpades" -WINEVERSION="1.7.39" +WINEVERSION="3.0.3" TITLE="Ace of Spades: Battle Builder" EDITOR="Jagex" GAME_URL="http://aceofspades.com/" New source code#!/bin/bash # Date : (02/23/2016) # Distribution used to test : Ubuntu 15.10 64-bit # Author : Dizlexic # Licence : GPLv3 # PlayOnLinux: 4.2.6 # # # CHANGELOG # [Dizlexic] (2016-02-23) # Initial script. # [Dadu042] (2020-04-17 21-00) # Wine 1.7.39 (outdated) -> 3.0.3 (not tested) # # [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="aceOfSpades" WINEVERSION="3.0.3" TITLE="Ace of Spades: Battle Builder" EDITOR="Jagex" GAME_URL="http://aceofspades.com/" STEAM_ID="224540" GAME_VMS="512" AUTHOR="Dizlexic" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" POL_SetupWindow_VMS "$GAME_VMS" POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE will be installed via Steam. After Steam is installed, uncheck Run Steam, click Finish, and Steam will restart. Sign in and install $TITLE.')" "$TITLE" #Dependencies POL_Call POL_Install_steam # Installation cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_Wine start /unix "steam.exe" steam://install/$STEAM_ID POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "steam.exe" "$TITLE" "" "steam://rungameid/$STEAM_ID" POL_SetupWindow_Close exit 0 Replies |
haagimaru | Friday 17 April 2020 at 16:18 |
haagimaru
|
MessageI'm considering to try and obtain one of these games, but I'm not sure which. I have one friend who frequently plays Ace of Spades and enjoys it, and I played a bit with him and enjoyed it myself. The only problem is, I don't think it's worth the $15 they charge for it, so my other option would be Star Wars: Republic Commando. I own and enjoy playing many Star Wars games, like Battlefront II, KotOR I and II, and SWtoR. I think adding another game to my Star Wars collection would be nice, and I have heard positive marks about this game. All this along with the cheaper price makes it harder to decide which I should buy. Thanks in advance for your help! I'll inform you guys what I decide one I do RepliesFriday 17 April 2020 at 20:27
|
dizlexic | Tuesday 23 February 2016 at 15:33 |
dizlexic
|
WarningThis update has not been approved yet by the team. Differences@@ -0,0 +1,52 @@ +#!/bin/bash +# Date : (02/23/2016) +# Distribution used to test : Ubuntu 15.10 64-bit +# Author : Dizlexic +# Licence : GPLv3 +# PlayOnLinux: 4.2.6 + + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +PREFIX="aceOfSpades" +WINEVERSION="1.7.39" +TITLE="Ace of Spades: Battle Builder" +EDITOR="Jagex" +GAME_URL="http://aceofspades.com/" +STEAM_ID="224540" +GAME_VMS="512" + +AUTHOR="Dizlexic" + +#Initialization +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" +POL_SetupWindow_Init + +POL_Debug_Init + +# Presentation +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" + +# Create Prefix +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" + +# Configuration +Set_OS "winxp" +POL_SetupWindow_VMS "$GAME_VMS" +POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE will be installed via Steam. After Steam is installed, uncheck Run Steam, click Finish, and Steam will restart. Sign in and install $TITLE.')" "$TITLE" + +#Dependencies +POL_Call POL_Install_steam + +# Installation +cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" +POL_Wine start /unix "steam.exe" steam://install/$STEAM_ID +POL_Wine_WaitExit "$TITLE" + +# Create Shortcut +POL_Shortcut "steam.exe" "$TITLE" "" "steam://rungameid/$STEAM_ID" + +POL_SetupWindow_Close +exit 0 \ No newline at end of file New source code#!/bin/bash # Date : (02/23/2016) # Distribution used to test : Ubuntu 15.10 64-bit # Author : Dizlexic # Licence : GPLv3 # PlayOnLinux: 4.2.6 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="aceOfSpades" WINEVERSION="1.7.39" TITLE="Ace of Spades: Battle Builder" EDITOR="Jagex" GAME_URL="http://aceofspades.com/" STEAM_ID="224540" GAME_VMS="512" AUTHOR="Dizlexic" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Configuration Set_OS "winxp" POL_SetupWindow_VMS "$GAME_VMS" POL_SetupWindow_message "$(eval_gettext 'NOTICE: $TITLE will be installed via Steam. After Steam is installed, uncheck Run Steam, click Finish, and Steam will restart. Sign in and install $TITLE.')" "$TITLE" #Dependencies POL_Call POL_Install_steam # Installation cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_Wine start /unix "steam.exe" steam://install/$STEAM_ID POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "steam.exe" "$TITLE" "" "steam://rungameid/$STEAM_ID" POL_SetupWindow_Close exit 0 RepliesThursday 2 January 2020 at 14:30
|
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