GOG.com - System Shock 2
Informations
Créateur | Messages |
---|---|
visitntx
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience3 0 DescriptionSystem Shock 2 is a 1999 first-person action role-playing survival horror video game. GOG now has installers for Mac Code source#!/bin/bash # Date : (2013-03-31) # Last Revision : (2015-12-21 03-41) # Wine version used : 1.7.55 # Distribution used to test : Debian Sid (Unstable) # Author : VisitntX visitntx@gmail.com # Script licence : GPL v.2 # Program licence : Retail # Depend : # # CHANGELOG # [VisitntX] (2013-09-07) # Initial script. # [Yepoleb] (2015-12-21) # Fix crash of GOG installer. # [Dadu042] (2020-04-19 17:30). # Wine 1.7.55 (outdated) -> 3.0.3 (not tested) [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="system_shock_2" PREFIX="SystemShock2_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - System Shock 2" SHORTCUT_NAME="System Shock 2" 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 1817 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Irrational Games and Looking Glass / Night Dive Studios" "http://www.gog.com/en/gamecard/$GOGID" "VisitntX" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "d2aeff3075e5b099d353bd4610d9da3d" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # Setting the Windows Version Set_OS win98 # Cleaning Wine by rebooting POL_Wine_reboot POL_Shortcut "Shock2.exe" "$SHORTCUT_NAME" "" "" "Game;RolePlaying;" # "$SHORTCUT_NAME.png" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/System Shock 2/Manual.pdf" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
MajorMo | Samedi 15 Juin 2024 à 13:05 |
MajorMo
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesThis update has been adjusted for the latest version of System Shock 2 on GOG. The installer file: setup_system_shocktm_2_2.48_(31077).exe - Wine 5.0.3 (tested and works) - The app exe is now called "SS2.exe"
PS: System Shock 2 requires architecture i-386 to be installed. (If not, Playonlinux will fail with a useless message: "POL_wine crashed".) Differences@@ -1,12 +1,12 @@ #!/bin/bash # Date : (2013-03-31) -# Last Revision : (2015-12-21 03-41) -# Wine version used : 1.7.55 -# Distribution used to test : Debian Sid (Unstable) -# Author : VisitntX visitntx@gmail.com +# Last Revision : (2024-06-14) +# Wine version used : 5.0.3 +# Distribution used to test : BunsenLabs Linux (debian 11) +# Authors : MajorMo, Dadu042, Yepoleb, VisitntX # Script licence : GPL v.2 # Program licence : Retail -# Depend : +# Depend : architecture i386 # # CHANGELOG # [VisitntX] (2013-09-07) @@ -15,13 +15,15 @@ # Fix crash of GOG installer. # [Dadu042] (2020-04-19 17:30). # Wine 1.7.55 (outdated) -> 3.0.3 (not tested) +# [MajorMo] (2024-06-14) +# Wine 5.0.3, Update name of application exe [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="system_shock_2" PREFIX="SystemShock2_gog" -WORKING_WINE_VERSION="3.0.3" +WORKING_WINE_VERSION="5.0.3" TITLE="GOG.com - System Shock 2" SHORTCUT_NAME="System Shock 2" @@ -32,7 +34,7 @@ POL_SetupWindow_SetID 1817 POL_Debug_Init -POL_SetupWindow_presentation "$TITLE" "Irrational Games and Looking Glass / Night Dive Studios" "http://www.gog.com/en/gamecard/$GOGID" "VisitntX" "$PREFIX" +POL_SetupWindow_presentation "$TITLE" "Irrational Games and Looking Glass / Night Dive Studios" "http://www.gog.com/en/gamecard/$GOGID" "MajorMo" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "d2aeff3075e5b099d353bd4610d9da3d" @@ -47,9 +49,9 @@ # Cleaning Wine by rebooting POL_Wine_reboot -POL_Shortcut "Shock2.exe" "$SHORTCUT_NAME" "" "" "Game;RolePlaying;" # "$SHORTCUT_NAME.png" +POL_Shortcut "SS2.exe" "$SHORTCUT_NAME" "" "" "Game;RolePlaying;" # "$SHORTCUT_NAME.png" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/System Shock 2/Manual.pdf" POL_SetupWindow_Close -exit 0 \ No newline at end of file +exit 0 Nouveau code source#!/bin/bash # Date : (2013-03-31) # Last Revision : (2024-06-14) # Wine version used : 5.0.3 # Distribution used to test : BunsenLabs Linux (debian 11) # Authors : MajorMo, Dadu042, Yepoleb, VisitntX # Script licence : GPL v.2 # Program licence : Retail # Depend : architecture i386 # # CHANGELOG # [VisitntX] (2013-09-07) # Initial script. # [Yepoleb] (2015-12-21) # Fix crash of GOG installer. # [Dadu042] (2020-04-19 17:30). # Wine 1.7.55 (outdated) -> 3.0.3 (not tested) # [MajorMo] (2024-06-14) # Wine 5.0.3, Update name of application exe [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="system_shock_2" PREFIX="SystemShock2_gog" WORKING_WINE_VERSION="5.0.3" TITLE="GOG.com - System Shock 2" SHORTCUT_NAME="System Shock 2" 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 1817 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Irrational Games and Looking Glass / Night Dive Studios" "http://www.gog.com/en/gamecard/$GOGID" "MajorMo" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "d2aeff3075e5b099d353bd4610d9da3d" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # Setting the Windows Version Set_OS win98 # Cleaning Wine by rebooting POL_Wine_reboot POL_Shortcut "SS2.exe" "$SHORTCUT_NAME" "" "" "Game;RolePlaying;" # "$SHORTCUT_NAME.png" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/System Shock 2/Manual.pdf" POL_SetupWindow_Close exit 0 Réponses |
Dadu042 | Dimanche 19 Avril 2020 à 18:21 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -7,13 +7,21 @@ # Script licence : GPL v.2 # Program licence : Retail # Depend : +# +# CHANGELOG +# [VisitntX] (2013-09-07) +# Initial script. +# [Yepoleb] (2015-12-21) +# Fix crash of GOG installer. +# [Dadu042] (2020-04-19 17:30). +# Wine 1.7.55 (outdated) -> 3.0.3 (not tested) [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="system_shock_2" PREFIX="SystemShock2_gog" -WORKING_WINE_VERSION="1.7.55" +WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - System Shock 2" SHORTCUT_NAME="System Shock 2" @@ -44,4 +52,4 @@ POL_SetupWindow_Close -exit 0 +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2013-03-31) # Last Revision : (2015-12-21 03-41) # Wine version used : 1.7.55 # Distribution used to test : Debian Sid (Unstable) # Author : VisitntX visitntx@gmail.com # Script licence : GPL v.2 # Program licence : Retail # Depend : # # CHANGELOG # [VisitntX] (2013-09-07) # Initial script. # [Yepoleb] (2015-12-21) # Fix crash of GOG installer. # [Dadu042] (2020-04-19 17:30). # Wine 1.7.55 (outdated) -> 3.0.3 (not tested) [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="system_shock_2" PREFIX="SystemShock2_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - System Shock 2" SHORTCUT_NAME="System Shock 2" 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 1817 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Irrational Games and Looking Glass / Night Dive Studios" "http://www.gog.com/en/gamecard/$GOGID" "VisitntX" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "d2aeff3075e5b099d353bd4610d9da3d" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # Setting the Windows Version Set_OS win98 # Cleaning Wine by rebooting POL_Wine_reboot POL_Shortcut "Shock2.exe" "$SHORTCUT_NAME" "" "" "Game;RolePlaying;" # "$SHORTCUT_NAME.png" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/System Shock 2/Manual.pdf" POL_SetupWindow_Close exit 0 Réponses |
Yepoleb | Lundi 21 Décembre 2015 à 3:43 |
Yepoleb
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesFix crash of GOG installer. Differences@@ -1,8 +1,8 @@ #!/bin/bash # Date : (2013-03-31) -# Last Revision : (2014-04-13 22:27) -# Wine version used : 1.4.1, 1.6.2 -# Distribution used to test : Debian Wheezy (Testing repositories) +# Last Revision : (2015-12-21 03-41) +# Wine version used : 1.7.55 +# Distribution used to test : Debian Sid (Unstable) # Author : VisitntX visitntx@gmail.com # Script licence : GPL v.2 # Program licence : Retail @@ -13,7 +13,7 @@ GOGID="system_shock_2" PREFIX="SystemShock2_gog" -WORKING_WINE_VERSION="1.6.2" +WORKING_WINE_VERSION="1.7.55" TITLE="GOG.com - System Shock 2" SHORTCUT_NAME="System Shock 2" @@ -44,4 +44,4 @@ POL_SetupWindow_Close -exit +exit 0 Nouveau code source#!/bin/bash # Date : (2013-03-31) # Last Revision : (2015-12-21 03-41) # Wine version used : 1.7.55 # Distribution used to test : Debian Sid (Unstable) # Author : VisitntX visitntx@gmail.com # Script licence : GPL v.2 # Program licence : Retail # Depend : [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="system_shock_2" PREFIX="SystemShock2_gog" WORKING_WINE_VERSION="1.7.55" TITLE="GOG.com - System Shock 2" SHORTCUT_NAME="System Shock 2" 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 1817 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Irrational Games and Looking Glass / Night Dive Studios" "http://www.gog.com/en/gamecard/$GOGID" "VisitntX" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "d2aeff3075e5b099d353bd4610d9da3d" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # Setting the Windows Version Set_OS win98 # Cleaning Wine by rebooting POL_Wine_reboot POL_Shortcut "Shock2.exe" "$SHORTCUT_NAME" "" "" "Game;RolePlaying;" # "$SHORTCUT_NAME.png" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/System Shock 2/Manual.pdf" POL_SetupWindow_Close exit 0 Réponses |
fell | Vendredi 18 Juillet 2014 à 21:44 |
fell
|
MessagesSS2 runs well, display can be adjusted, all controls working, mouse working as well. Save/load works. Runs perfectly. Réponses |
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