SubSpace Continuum
Informations
Créateur | Messages |
---|---|
argonaut
|
AttentionThis installer is a beta script. It means that it might not work as expected InformationsPlate-formes : Retours d'expérience2 0 DescriptionMultiplayer 2D space shooter video game. Website. Alternative download URL. Captures d'écranCode source#!/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:
ContribuerMembre | Messages |
Dadu042 | Lundi 30 Mars 2020 à 12:12 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe 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" Nouveau code source#!/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 Réponses |
Dadu042 | Lundi 30 Mars 2020 à 12:11 |
Dadu042
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesTested 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 Nouveau code source#!/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 Réponses |
milosh | Lundi 30 Mars 2020 à 2:27 |
milosh
|
MessagesRuns perfect with wine-staging Réponses |
Dadu042 | Vendredi 10 Mai 2019 à 22:52 |
Dadu042
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesI 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 Nouveau code source#!/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 RéponsesEdité par Dadu042 |
argonaut | Lundi 20 Juillet 2015 à 0:58 |
argonaut
|
MessagesOnly need to run the ContinuumSetup40.exe installer after installing wine version 1 RC1 found here: http://wine.getcontinuum.com/files/winerc1_patched.deb RéponsesLundi 20 Juillet 2015 à 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