Ace Of Spades: Battle Builder (Steam)

Informations

Creator Message
dizlexic Anonymous

Warning

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

Informations

Platforms:
Downloads: 3656
Wine: 3.0.3

Feedbacks

Description

Ace of Spades is best described as minecraft with guns. Wikipedia.

Appdb.winehq.org .

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:

Contribute
Member Message
Dadu042 Friday 17 April 2020 at 20:30
Dadu042

Information

This 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 Anonymous

Message

I'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

Replies

Friday 17 April 2020 at 20:27
Look at OpenSpades https://www.playonlinux.com/en/app-3781-OpenSpades.html
dizlexic Tuesday 23 February 2016 at 15:33
dizlexic Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

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

Replies

Thursday 2 January 2020 at 14:30
Script approved.