GOG.com - Stasis
Informations
Créateur | Messages |
---|---|
pplcanfly
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionScience fiction horror point-and-click adventure, 2015. Wikipedia. Script for the GOG.com release. Code source#!/usr/bin/env playonlinux-bash # # CHANGELOG # [pplcanfly] (2017-05-010) # Initial script. # [Dadu042] (2020-04-09 19:30) # Wine 2.7 (outdated) -> 3.0.3 (not tested). [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - Stasis" GOGID="stasis" PREFIX="stasis" WINEVERSION="3.0.3" SHORTCUT_NAME="Stasis" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindowipresentation "$TITLE" "The Brotherhood" "http://www.gog.com/gamecard/$GOGID" "Tomasz Lipinski" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "5aecc8b82dee5e1538efd8c981d05dac" "c06fe50ac6cc692e9b82a7175ad2da30" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Call POL_GoG_install POL_Wine_reboot POL_Shortcut "Stasis.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_Shortcut "stasis_config_tool.exe" "$SHORTCUT_NAME Configuration Tool" "" "" "Game;AdventureGame;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Jeudi 9 Avril 2020 à 21:43 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,4 +1,12 @@ #!/usr/bin/env playonlinux-bash + +# +# CHANGELOG +# [pplcanfly] (2017-05-010) +# Initial script. +# [Dadu042] (2020-04-09 19:30) +# Wine 2.7 (outdated) -> 3.0.3 (not tested). + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" @@ -8,7 +16,7 @@ TITLE="GOG.com - Stasis" GOGID="stasis" PREFIX="stasis" -WINEVERSION="2.7" +WINEVERSION="3.0.3" SHORTCUT_NAME="Stasis" POL_SetupWindow_Init @@ -30,4 +38,4 @@ POL_SetupWindow_Close -exit 0 +exit 0 \ No newline at end of file Nouveau code source#!/usr/bin/env playonlinux-bash # # CHANGELOG # [pplcanfly] (2017-05-010) # Initial script. # [Dadu042] (2020-04-09 19:30) # Wine 2.7 (outdated) -> 3.0.3 (not tested). [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - Stasis" GOGID="stasis" PREFIX="stasis" WINEVERSION="3.0.3" SHORTCUT_NAME="Stasis" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindowipresentation "$TITLE" "The Brotherhood" "http://www.gog.com/gamecard/$GOGID" "Tomasz Lipinski" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "5aecc8b82dee5e1538efd8c981d05dac" "c06fe50ac6cc692e9b82a7175ad2da30" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Call POL_GoG_install POL_Wine_reboot POL_Shortcut "Stasis.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_Shortcut "stasis_config_tool.exe" "$SHORTCUT_NAME Configuration Tool" "" "" "Game;AdventureGame;" POL_SetupWindow_Close exit 0 Réponses |
pplcanfly | Lundi 1 Mai 2017 à 16:57 |
pplcanfly
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,33 @@ +#!/usr/bin/env playonlinux-bash +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +[ -z "$PLAYONLINUX" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="GOG.com - Stasis" +GOGID="stasis" +PREFIX="stasis" +WINEVERSION="2.7" +SHORTCUT_NAME="Stasis" + +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindowipresentation "$TITLE" "The Brotherhood" "http://www.gog.com/gamecard/$GOGID" "Tomasz Lipinski" "$PREFIX" + +POL_Call POL_GoG_setup "$GOGID" "5aecc8b82dee5e1538efd8c981d05dac" "c06fe50ac6cc692e9b82a7175ad2da30" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" + +POL_Call POL_GoG_install + +POL_Wine_reboot + +POL_Shortcut "Stasis.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" +POL_Shortcut "stasis_config_tool.exe" "$SHORTCUT_NAME Configuration Tool" "" "" "Game;AdventureGame;" + +POL_SetupWindow_Close + +exit 0 Nouveau code source#!/usr/bin/env playonlinux-bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="GOG.com - Stasis" GOGID="stasis" PREFIX="stasis" WINEVERSION="2.7" SHORTCUT_NAME="Stasis" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindowipresentation "$TITLE" "The Brotherhood" "http://www.gog.com/gamecard/$GOGID" "Tomasz Lipinski" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "5aecc8b82dee5e1538efd8c981d05dac" "c06fe50ac6cc692e9b82a7175ad2da30" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Call POL_GoG_install POL_Wine_reboot POL_Shortcut "Stasis.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;" POL_Shortcut "stasis_config_tool.exe" "$SHORTCUT_NAME Configuration Tool" "" "" "Game;AdventureGame;" POL_SetupWindow_Close exit 0 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