GOG.com - Space Rangers 2: Reboot

Informations

Creator Message
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 13513
Wine: 3.0.3

Feedbacks

Description

English: Very rich strategy game in space, you want to be a merchant, a fighter, or a pirate? Go ahead! There's even optional RTS ground battles if you want.

Français : Jeu de stratégie dans l'espace très complet, vous voulez être un marchant, un soldat ou un pirate ? Allez-y ! Il y a même des combats sur le terrain en RTS optionels si vous voulez.

Screenshots

MiniatureMiniatureMiniatureMiniatureMiniatureMiniature

Source code

#!/bin/bash
# Date : (2012-07-14 20-19)
# Last revision : see changelog
# Wine version used : 
# 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-07-14 20-19)
#   Initial script.
# [Pierre Etchemaite] (2013-07-10 13-40)
#   Script updated for GOG's installer v2 ?.
# [Dadu042] (2020-04-19 17:30).
#   Wine 1.4.1 (outdated) -> 3.0.3 (not tested)

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

GOGID="space_rangers_2_reboot"
PREFIX="SpaceRangers2_gog"
WORKING_WINE_VERSION="3.0.3"

TITLE="GOG.com - Space Rangers 2: Reboot"
SHORTCUT_NAME="Space Rangers 2: Reboot"

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 1313
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Elemental Games / 1C Publishing" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "90b36e2d043d3fdd6d1603b7f22f85ca"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


# Fix ground battle initialization crash for me
POL_Call POL_Install_d3dx9

# Fix internal help
POL_Call POL_Install_ie6

# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "64"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "Rangers.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/$PROGRAMFILES/GOG.com/Space Rangers 2 - Reboot/manual.pdf"

POL_SetupWindow_Close

cat <<_EOF_ > "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME"
#!/bin/bash
[ -z "\$PLAYONLINUX" ] && exit 0
source "\$PLAYONLINUX/lib/sources"
export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX"
export WINEDEBUG="-all"
POL_LoadVar_PROGRAMFILES
cd "\$WINEPREFIX/drive_c/\$PROGRAMFILES/GOG.com/Space Rangers 2 - Reboot/" || exit 1
TITLE="$TITLE"
POL_Wine setup.exe
exit 0
_EOF_

exit 0

Contributions

Filters:

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

Information

This update has been approved by the team.

Differences

@@ -1,19 +1,27 @@
 #!/bin/bash
 # Date : (2012-07-14 20-19)
-# Last revision : (2013-07-10 13-40)
-# Wine version used : 1.4.1
+# Last revision : see changelog
+# Wine version used : 
 # 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-07-14 20-19)
+#   Initial script.
+# [Pierre Etchemaite] (2013-07-10 13-40)
+#   Script updated for GOG's installer v2 ?.
+# [Dadu042] (2020-04-19 17:30).
+#   Wine 1.4.1 (outdated) -> 3.0.3 (not tested)
 
 [ -z "$PLAYONLINUX" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 GOGID="space_rangers_2_reboot"
 PREFIX="SpaceRangers2_gog"
-WORKING_WINE_VERSION="1.4.1"
+WORKING_WINE_VERSION="3.0.3"
 
 TITLE="GOG.com - Space Rangers 2: Reboot"
 SHORTCUT_NAME="Space Rangers 2: Reboot"

New source code

#!/bin/bash
# Date : (2012-07-14 20-19)
# Last revision : see changelog
# Wine version used : 
# 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-07-14 20-19)
#   Initial script.
# [Pierre Etchemaite] (2013-07-10 13-40)
#   Script updated for GOG's installer v2 ?.
# [Dadu042] (2020-04-19 17:30).
#   Wine 1.4.1 (outdated) -> 3.0.3 (not tested)

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

GOGID="space_rangers_2_reboot"
PREFIX="SpaceRangers2_gog"
WORKING_WINE_VERSION="3.0.3"

TITLE="GOG.com - Space Rangers 2: Reboot"
SHORTCUT_NAME="Space Rangers 2: Reboot"

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 1313
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Elemental Games / 1C Publishing" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "90b36e2d043d3fdd6d1603b7f22f85ca"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


# Fix ground battle initialization crash for me
POL_Call POL_Install_d3dx9

# Fix internal help
POL_Call POL_Install_ie6

# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "64"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "Rangers.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/$PROGRAMFILES/GOG.com/Space Rangers 2 - Reboot/manual.pdf"

POL_SetupWindow_Close

cat <<_EOF_ > "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME"
#!/bin/bash
[ -z "\$PLAYONLINUX" ] && exit 0
source "\$PLAYONLINUX/lib/sources"
export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX"
export WINEDEBUG="-all"
POL_LoadVar_PROGRAMFILES
cd "\$WINEPREFIX/drive_c/\$PROGRAMFILES/GOG.com/Space Rangers 2 - Reboot/" || exit 1
TITLE="$TITLE"
POL_Wine setup.exe
exit 0
_EOF_

exit 0

Replies

garret Thursday 12 May 2016 at 19:04
garret Anonymous

Message

 

On my mac book pro (2009) with el capitan the game starts, but there is a graphic issue, something related (i think) with the refresh rate... The screen apperas spilitted in stripes moving up to down, its impossible to see anithing and to play...

I've tried to change resolution and refresh rate both from my preference panel and from the setup.exe of the application, with no results (sometimes my desktop was visible under the stripes mentioned).

Other games works very well (i've tried Nexus and space wolves so far).

Hope there is a solution, anyway your application really rocks!

 

 

Replies

Fangorn Monday 22 June 2015 at 1:25
Fangorn Anonymous

Message

There are new version on GOG.com, that replace it - "Space Rangers HD: Revolution".

Replies

Monday 22 June 2015 at 7:27
That's not the same game
Monday 22 June 2015 at 19:40
Specifically, the old one cannot be bought anymore, but it is still downloadable for the people that already bought it; So if you want to write a script to support the remake go ahead, but it won't replace this script