GOG.com - Star Wolves

Informations

Creator Message
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 8180
Wine: 3.0.3

Feedbacks

Description

English: Realtime strategy game in space.
(updated for GOG installer v2)

Français : Jeu de stratégie temps réel dans l'espace.
(mis à jour pour l'installeur GOG v2)

Screenshots

MiniatureMiniatureMiniatureMiniatureMiniature

Source code

#!/bin/bash
# Date : (2012-06-24 16-52)
# Last revision : see changelog
# Wine version used : see below
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
#
# CHANGELOG
# [Pierre Etchemaite] (2012-06-24 16-52)
#   Initial script.
# [Pierre Etchemaite] (2013-11-20 21-37)
#   Script updated for GOG's installer v2.
# [Dadu042] (2020-04-19 17:30).
#   Wine 1.5.5 (outdated) -> 3.0.3 (not tested)
#   POL_Install_d3dx9_36 -> 43

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="star_wolves"
PREFIX="StarWolves_gog"
WORKING_WINE_VERSION="3.0.3"

TITLE="GOG.com - Star Wolves"
SHORTCUT_NAME="Star Wolves"

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_SetupWindow_SetID 1278
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "X-bow Software / 1C Publishing" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "2363cf6ef0591fdba43b3a3fb8ec324f"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "32"

# 2013: Only d3dx9_36 matters since Wine 1.5.5
POL_Call POL_Install_d3dx9_43

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "StarWolves.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;StrategyGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Star Wolves/manual.pdf"

POL_SetupWindow_Close

exit 0

Contributions

Filters:

Contribute
Member Message
Dadu042 Sunday 19 April 2020 at 18:45
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,19 +1,28 @@
 #!/bin/bash
 # Date : (2012-06-24 16-52)
-# Last revision : (2013-11-20 21-37)
-# Wine version used : 1.5.5
+# Last revision : see changelog
+# Wine version used : see below
 # Distribution used to test : Debian Sid (Unstable)
 # Author : Pierre Etchemaite pe-pol@concept-micro.com
 # Script licence : GPL v.2
 # Program licence : Retail
 # Depend :
+#
+# CHANGELOG
+# [Pierre Etchemaite] (2012-06-24 16-52)
+#   Initial script.
+# [Pierre Etchemaite] (2013-11-20 21-37)
+#   Script updated for GOG's installer v2.
+# [Dadu042] (2020-04-19 17:30).
+#   Wine 1.5.5 (outdated) -> 3.0.3 (not tested)
+#   POL_Install_d3dx9_36 -> 43
 
 [ -z "$PLAYONLINUX" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 GOGID="star_wolves"
 PREFIX="StarWolves_gog"
-WORKING_WINE_VERSION="1.5.5"
+WORKING_WINE_VERSION="3.0.3"
 
 TITLE="GOG.com - Star Wolves"
 SHORTCUT_NAME="Star Wolves"
@@ -39,8 +48,8 @@
 
 POL_SetupWindow_VMS "32"
 
-# Only d3dx9_36 matters since 1.5.5
-POL_Call POL_Install_d3dx9_36
+# 2013: Only d3dx9_36 matters since Wine 1.5.5
+POL_Call POL_Install_d3dx9_43
 
 # Doesn't hurt ;)
 POL_Wine_reboot
@@ -50,4 +59,4 @@
 
 POL_SetupWindow_Close
 
-exit 0
+exit 0
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2012-06-24 16-52)
# Last revision : see changelog
# Wine version used : see below
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
#
# CHANGELOG
# [Pierre Etchemaite] (2012-06-24 16-52)
#   Initial script.
# [Pierre Etchemaite] (2013-11-20 21-37)
#   Script updated for GOG's installer v2.
# [Dadu042] (2020-04-19 17:30).
#   Wine 1.5.5 (outdated) -> 3.0.3 (not tested)
#   POL_Install_d3dx9_36 -> 43

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="star_wolves"
PREFIX="StarWolves_gog"
WORKING_WINE_VERSION="3.0.3"

TITLE="GOG.com - Star Wolves"
SHORTCUT_NAME="Star Wolves"

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_SetupWindow_SetID 1278
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "X-bow Software / 1C Publishing" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "2363cf6ef0591fdba43b3a3fb8ec324f"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "32"

# 2013: Only d3dx9_36 matters since Wine 1.5.5
POL_Call POL_Install_d3dx9_43

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "StarWolves.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;StrategyGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Star Wolves/manual.pdf"

POL_SetupWindow_Close

exit 0

Replies

Olm Monday 27 October 2014 at 18:29
Olm Anonymous

Message

I tried to install from a freshly downloaded archive on Ubuntu 14.04 but got an Access Violation Error. Any Help?

Replies

Anonymous
Monday 27 October 2014 at 22:56
Problem is solved. I saved the archive to an NFS-mounted drive and tried to install from there. That seems to have caused the trouble. Copied to a local drive fixed it and installation worked fine.