SubSpace Continuum
Informations
Creator | Message |
---|---|
argonaut
|
WarningThis installer is a beta script. It means that it might not work as expected InformationsPlatforms: Feedbacks2 0 DescriptionMultiplayer 2D space shooter video game. Website. Alternative download URL. ScreenshotsSource 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 |
Contributions
Filters:
ContributeMember | Message |
Dadu042 | Monday 30 March 2020 at 12:12 |
Dadu042
|
InformationThis 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 Replies |
Dadu042 | Monday 30 March 2020 at 12:11 |
Dadu042
|
WarningThis update has not been approved yet by the team. MessageTested 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 Replies |
milosh | Monday 30 March 2020 at 2:27 |
milosh
|
MessageRuns perfect with wine-staging Replies |
Dadu042 | Friday 10 May 2019 at 22:52 |
Dadu042
|
WarningThis update has not been approved yet by the team. MessageI 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 RepliesEdited by Dadu042 |
argonaut | Monday 20 July 2015 at 0:58 |
argonaut
|
MessageOnly need to run the ContinuumSetup40.exe installer after installing wine version 1 RC1 found here: http://wine.getcontinuum.com/files/winerc1_patched.deb RepliesMonday 20 July 2015 at 0:59
|
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