Ace Of Spades: Battle Builder (Steam)
Informations
Créateur | Messages |
---|---|
dizlexic
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionAce of Spades is best described as minecraft with guns. Wikipedia. Code source#!/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:
ContribuerMembre | Messages |
Dadu042 | Vendredi 17 Avril 2020 à 20:30 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe 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/" Nouveau code source#!/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 Réponses |
haagimaru | Vendredi 17 Avril 2020 à 16:18 |
haagimaru
|
MessagesI'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 RéponsesVendredi 17 Avril 2020 à 20:27
|
dizlexic | Mardi 23 Février 2016 à 15:33 |
dizlexic
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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 Nouveau code source#!/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 RéponsesJeudi 2 Janvier 2020 à 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