SubSpace Continuum

Informatie

Creator Bericht
argonaut Anonymous

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 3175
Wine: 3.20

Feedbacks

Omschrijving

Multiplayer 2D space shooter video game. Website. Alternative download URL.

See also : Steam. Wikipedia (precedessor game).

Appdb.winehq.org.

Schermafdrukken

Miniature

Broncode

#!/usr/bin/env playonlinux-bash
# Date : (2019-05-10 22-33)
# Last revision : see changelog
# Wine version used : see below
# Distribution used to test : Ubuntu 18.04 x64
# Script licence : GPL3
# Program licence : Retail
#
# Playonlinux version used : 4.3.4
#
# Software version used of the software to write this script: v0.40 (2010)
#
#
# CHANGELOG
# [Dadu042] (2019-05-10 22-33)
#   Initial script.
#   As of 2019-05-10 the officials dedicated Wine instructions are down (http://wine.getcontinuum.com).
#   Windows .EXE is downloadable from other websites than the orignal (that block download because of Linux OS).
# [Dadu042] (2020-03-30 10:30)
#   Wine 4.1 (network issue) -> 3.20. Games does run up to the login step.
#   Alternative URL for Download from Linux: http://www.subspaceforum.com/downloads/

# KNOWN ISSUES
#  - Wine x86 4.1, 4.7: the game does not see the network ('Failing to connect to server').
#  - Wine x86 3.0.3: crash when launching ('Unexpected termination of services.exe'). Workaround: Wine 3.20
#
# KNOWN ISSUES (FIXED):
#  - Wine x86 5.0: X


[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"
     
TITLE="Subspace Continuum"
PREFIX="subspace-continuum"
WORKING_WINE_VERSION="3.20"
AUTHOR="Dadu042"
EDITOR=""
GAME_URL="http://subspace-continuum.com"
  
Set_OS "win7"
  
POL_SetupWindow_Init
POL_Debug_Init
     
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

POL_RequiredVersion "4.1.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
     
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
POL_System_TmpCreate "$TITLE"

Set_OS "winxp"
 
###############
# Go          #
###############
     
POL_SetupWindow_InstallMethod "LOCAL"
     
if [ "$INSTALL_METHOD" == "LOCAL" ]; then
        cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
        SETUP_EXE="$APP_ANSWER"
        POL_Wine start /unix "$SETUP_EXE"
        POL_Wine_WaitExit "$TITLE"
        cd "$POL_System_TmpDir"
fi
     
POL_Shortcut "Continuum.exe" "$TITLE" "" "" "Game;"
   
# POL_Shortcut_Document "$TITLE" ""
 
 
POL_System_TmpDelete
POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Bericht
Dadu042 Maandag 30 Maart 2020 om 12:12
Dadu042

Information

This update has been approved by the team.

Differences

@@ -33,7 +33,7 @@
      
 TITLE="Subspace Continuum"
 PREFIX="subspace-continuum"
-WORKING_WINE_VERSION="3.0.3"
+WORKING_WINE_VERSION="3.20"
 AUTHOR="Dadu042"
 EDITOR=""
 GAME_URL="http://subspace-continuum.com"

New source code

#!/usr/bin/env playonlinux-bash
# Date : (2019-05-10 22-33)
# Last revision : see changelog
# Wine version used : see below
# Distribution used to test : Ubuntu 18.04 x64
# Script licence : GPL3
# Program licence : Retail
#
# Playonlinux version used : 4.3.4
#
# Software version used of the software to write this script: v0.40 (2010)
#
#
# CHANGELOG
# [Dadu042] (2019-05-10 22-33)
#   Initial script.
#   As of 2019-05-10 the officials dedicated Wine instructions are down (http://wine.getcontinuum.com).
#   Windows .EXE is downloadable from other websites than the orignal (that block download because of Linux OS).
# [Dadu042] (2020-03-30 10:30)
#   Wine 4.1 (network issue) -> 3.20. Games does run up to the login step.
#   Alternative URL for Download from Linux: http://www.subspaceforum.com/downloads/

# KNOWN ISSUES
#  - Wine x86 4.1, 4.7: the game does not see the network ('Failing to connect to server').
#  - Wine x86 3.0.3: crash when launching ('Unexpected termination of services.exe'). Workaround: Wine 3.20
#
# KNOWN ISSUES (FIXED):
#  - Wine x86 5.0: X


[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"
     
TITLE="Subspace Continuum"
PREFIX="subspace-continuum"
WORKING_WINE_VERSION="3.20"
AUTHOR="Dadu042"
EDITOR=""
GAME_URL="http://subspace-continuum.com"
  
Set_OS "win7"
  
POL_SetupWindow_Init
POL_Debug_Init
     
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

POL_RequiredVersion "4.1.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
     
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
POL_System_TmpCreate "$TITLE"

Set_OS "winxp"
 
###############
# Go          #
###############
     
POL_SetupWindow_InstallMethod "LOCAL"
     
if [ "$INSTALL_METHOD" == "LOCAL" ]; then
        cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
        SETUP_EXE="$APP_ANSWER"
        POL_Wine start /unix "$SETUP_EXE"
        POL_Wine_WaitExit "$TITLE"
        cd "$POL_System_TmpDir"
fi
     
POL_Shortcut "Continuum.exe" "$TITLE" "" "" "Game;"
   
# POL_Shortcut_Document "$TITLE" ""
 
 
POL_System_TmpDelete
POL_SetupWindow_Close
exit 0

Antwoorden

Dadu042 Maandag 30 Maart 2020 om 12:11
Dadu042

Warning

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

Bericht

Tested 1 min.

Differences

@@ -1,6 +1,6 @@
 #!/usr/bin/env playonlinux-bash
 # Date : (2019-05-10 22-33)
-# Last revision : (2019-05-10 22-33)
+# Last revision : see changelog
 # Wine version used : see below
 # Distribution used to test : Ubuntu 18.04 x64
 # Script licence : GPL3
@@ -10,39 +10,56 @@
 #
 # Software version used of the software to write this script: v0.40 (2010)
 #
-# As of 2019-05-10 the officials dedicated Wine instructions are down (http://wine.getcontinuum.com).
-# Windows .EXE is downloadable from other websites than the orignal (that block download because of Linux).
+#
+# CHANGELOG
+# [Dadu042] (2019-05-10 22-33)
+#   Initial script.
+#   As of 2019-05-10 the officials dedicated Wine instructions are down (http://wine.getcontinuum.com).
+#   Windows .EXE is downloadable from other websites than the orignal (that block download because of Linux OS).
+# [Dadu042] (2020-03-30 10:30)
+#   Wine 4.1 (network issue) -> 3.20. Games does run up to the login step.
+#   Alternative URL for Download from Linux: http://www.subspaceforum.com/downloads/
+
+# KNOWN ISSUES
+#  - Wine x86 4.1, 4.7: the game does not see the network ('Failing to connect to server').
+#  - Wine x86 3.0.3: crash when launching ('Unexpected termination of services.exe'). Workaround: Wine 3.20
+#
+# KNOWN ISSUES (FIXED):
+#  - Wine x86 5.0: X
 
 
 [ -z "$PLAYONLINUX" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
-    
+     
 TITLE="Subspace Continuum"
 PREFIX="subspace-continuum"
-WORKING_WINE_VERSION="4.1"
+WORKING_WINE_VERSION="3.0.3"
 AUTHOR="Dadu042"
 EDITOR=""
 GAME_URL="http://subspace-continuum.com"
- 
+  
 Set_OS "win7"
- 
+  
 POL_SetupWindow_Init
 POL_Debug_Init
-    
+     
 POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
-    
+
+POL_RequiredVersion "4.1.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
+     
 POL_Wine_SelectPrefix "$PREFIX"
 POL_System_SetArch "x86"
 POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 POL_System_TmpCreate "$TITLE"
 
-
+Set_OS "winxp"
+ 
 ###############
 # Go          #
 ###############
-    
+     
 POL_SetupWindow_InstallMethod "LOCAL"
-    
+     
 if [ "$INSTALL_METHOD" == "LOCAL" ]; then
         cd "$HOME"
         POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
@@ -51,12 +68,12 @@
         POL_Wine_WaitExit "$TITLE"
         cd "$POL_System_TmpDir"
 fi
-    
-POL_Shortcut "Continuum.exe" "$TITLE" ""
-  
-# POL_Shortcut_Document "$TITLE" "e-sword_guide.pdf"
-
-
+     
+POL_Shortcut "Continuum.exe" "$TITLE" "" "" "Game;"
+   
+# POL_Shortcut_Document "$TITLE" ""
+ 
+ 
 POL_System_TmpDelete
 POL_SetupWindow_Close
-exit 0
+exit 0
\ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash
# Date : (2019-05-10 22-33)
# Last revision : see changelog
# Wine version used : see below
# Distribution used to test : Ubuntu 18.04 x64
# Script licence : GPL3
# Program licence : Retail
#
# Playonlinux version used : 4.3.4
#
# Software version used of the software to write this script: v0.40 (2010)
#
#
# CHANGELOG
# [Dadu042] (2019-05-10 22-33)
#   Initial script.
#   As of 2019-05-10 the officials dedicated Wine instructions are down (http://wine.getcontinuum.com).
#   Windows .EXE is downloadable from other websites than the orignal (that block download because of Linux OS).
# [Dadu042] (2020-03-30 10:30)
#   Wine 4.1 (network issue) -> 3.20. Games does run up to the login step.
#   Alternative URL for Download from Linux: http://www.subspaceforum.com/downloads/

# KNOWN ISSUES
#  - Wine x86 4.1, 4.7: the game does not see the network ('Failing to connect to server').
#  - Wine x86 3.0.3: crash when launching ('Unexpected termination of services.exe'). Workaround: Wine 3.20
#
# KNOWN ISSUES (FIXED):
#  - Wine x86 5.0: X


[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"
     
TITLE="Subspace Continuum"
PREFIX="subspace-continuum"
WORKING_WINE_VERSION="3.0.3"
AUTHOR="Dadu042"
EDITOR=""
GAME_URL="http://subspace-continuum.com"
  
Set_OS "win7"
  
POL_SetupWindow_Init
POL_Debug_Init
     
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

POL_RequiredVersion "4.1.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
     
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
POL_System_TmpCreate "$TITLE"

Set_OS "winxp"
 
###############
# Go          #
###############
     
POL_SetupWindow_InstallMethod "LOCAL"
     
if [ "$INSTALL_METHOD" == "LOCAL" ]; then
        cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
        SETUP_EXE="$APP_ANSWER"
        POL_Wine start /unix "$SETUP_EXE"
        POL_Wine_WaitExit "$TITLE"
        cd "$POL_System_TmpDir"
fi
     
POL_Shortcut "Continuum.exe" "$TITLE" "" "" "Game;"
   
# POL_Shortcut_Document "$TITLE" ""
 
 
POL_System_TmpDelete
POL_SetupWindow_Close
exit 0

Antwoorden

milosh Maandag 30 Maart 2020 om 2:27
milosh Anonymous

Bericht

Runs perfect with wine-staging

Antwoorden

Dadu042 Vrijdag 10 Mei 2019 om 22:52
Dadu042

Warning

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

Bericht

I wrote the following script, hoping it would avoid to install the ".deb" component.

But playing is impossible because the game does not see the network ("Failing to connect to server". Same with Wine 4.1 and 4.7). Still work to do ?...  (someone ?)

Differences

@@ -0,0 +1,62 @@
+#!/usr/bin/env playonlinux-bash
+# Date : (2019-05-10 22-33)
+# Last revision : (2019-05-10 22-33)
+# Wine version used : see below
+# Distribution used to test : Ubuntu 18.04 x64
+# Script licence : GPL3
+# Program licence : Retail
+#
+# Playonlinux version used : 4.3.4
+#
+# Software version used of the software to write this script: v0.40 (2010)
+#
+# As of 2019-05-10 the officials dedicated Wine instructions are down (http://wine.getcontinuum.com).
+# Windows .EXE is downloadable from other websites than the orignal (that block download because of Linux).
+
+
+[ -z "$PLAYONLINUX" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+    
+TITLE="Subspace Continuum"
+PREFIX="subspace-continuum"
+WORKING_WINE_VERSION="4.1"
+AUTHOR="Dadu042"
+EDITOR=""
+GAME_URL="http://subspace-continuum.com"
+ 
+Set_OS "win7"
+ 
+POL_SetupWindow_Init
+POL_Debug_Init
+    
+POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
+    
+POL_Wine_SelectPrefix "$PREFIX"
+POL_System_SetArch "x86"
+POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+POL_System_TmpCreate "$TITLE"
+
+
+###############
+# Go          #
+###############
+    
+POL_SetupWindow_InstallMethod "LOCAL"
+    
+if [ "$INSTALL_METHOD" == "LOCAL" ]; then
+        cd "$HOME"
+        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
+        SETUP_EXE="$APP_ANSWER"
+        POL_Wine start /unix "$SETUP_EXE"
+        POL_Wine_WaitExit "$TITLE"
+        cd "$POL_System_TmpDir"
+fi
+    
+POL_Shortcut "Continuum.exe" "$TITLE" ""
+  
+# POL_Shortcut_Document "$TITLE" "e-sword_guide.pdf"
+
+
+POL_System_TmpDelete
+POL_SetupWindow_Close
+exit 0

New source code

#!/usr/bin/env playonlinux-bash
# Date : (2019-05-10 22-33)
# Last revision : (2019-05-10 22-33)
# Wine version used : see below
# Distribution used to test : Ubuntu 18.04 x64
# Script licence : GPL3
# Program licence : Retail
#
# Playonlinux version used : 4.3.4
#
# Software version used of the software to write this script: v0.40 (2010)
#
# As of 2019-05-10 the officials dedicated Wine instructions are down (http://wine.getcontinuum.com).
# Windows .EXE is downloadable from other websites than the orignal (that block download because of Linux).


[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"
    
TITLE="Subspace Continuum"
PREFIX="subspace-continuum"
WORKING_WINE_VERSION="4.1"
AUTHOR="Dadu042"
EDITOR=""
GAME_URL="http://subspace-continuum.com"
 
Set_OS "win7"
 
POL_SetupWindow_Init
POL_Debug_Init
    
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
    
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
POL_System_TmpCreate "$TITLE"


###############
# Go          #
###############
    
POL_SetupWindow_InstallMethod "LOCAL"
    
if [ "$INSTALL_METHOD" == "LOCAL" ]; then
        cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
        SETUP_EXE="$APP_ANSWER"
        POL_Wine start /unix "$SETUP_EXE"
        POL_Wine_WaitExit "$TITLE"
        cd "$POL_System_TmpDir"
fi
    
POL_Shortcut "Continuum.exe" "$TITLE" ""
  
# POL_Shortcut_Document "$TITLE" "e-sword_guide.pdf"


POL_System_TmpDelete
POL_SetupWindow_Close
exit 0

Antwoorden

Aangepast door Dadu042

argonaut Maandag 20 Juli 2015 om 0:58
argonaut Anonymous

Bericht

Only need to run the ContinuumSetup40.exe installer after installing wine version 1 RC1 found here:

http://wine.getcontinuum.com/files/winerc1_patched.deb

Antwoorden

Anonymous
Maandag 20 Juli 2015 om 0:59
http://www.getcontinuum.com/downloads/continuum/Continuum040Setup.exe