Das Forum

System Shock 2 (Steam)

Autor Antworten
Ruzvenbis Monday 11 November 2013 at 15:51
RuzvenbisAnonymous

Bonjour

Un Script pour la version steam de Shock2.

[code language=playonlinux]
#!/bin/bash
# Date : (2013-11-05)
# Last revision : (2013-11-11)
# Wine version used : 1.6
# Distribution used to test : Linux Mint 15 x64
# Author : Ruzven
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="System Shock 2"
PREFIX="System_Shock_2"
WORKING_WINE_VERSION="1.6"
EDITOR="Night Dive Studios"
GAME_URL="http://sshock2.com/"
AUTHOR="Ruzven"
GAME_VMS="256"
 
# Starting the script
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_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
# Setting prefix path
POL_Wine_SelectPrefix "$PREFIX"
 
# Downloading wine if necessary and creating prefix
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
# Installing mandatory dependencies
POL_Call POL_Install_steam
 
# Begin game installation
POL_SetupWindow_menu "$(eval_gettext 'You want install with ?')" "$TITLE" "$(eval_gettext 'Download on Steam Store-Steam Backup Restore')" "-"
      
if [ "$APP_ANSWER" = "$(eval_gettext 'Download on Steam Store')" ]
then
 
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"
POL_Wine "steam.exe" steam://install/238210
POL_SetupWindow_message "$(eval_gettext 'When $TITLE download by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.')" "$TITLE"
POL_Wine_WaitExit "$TITLE"
       
else
  
cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam"
POL_Wine "steam.exe"
POL_SetupWindow_message "$(eval_gettext 'When $TITLE Restore by Steam is finished,\nDo NOT click on Play.\n\nClose COMPLETELY the Steam interface, \nso that the installation script can continue.')" "$TITLE"       
POL_Wine_WaitExit "$TITLE"
fi
 
# Asking about memory size of graphic card
POL_SetupWindow_VMS $GAME_VMS
 
# Making shortcut
POL_Shortcut "Shock2.exe" "$TITLE" "" ""
 
POL_SetupWindow_Close
exit 0
[/code]

   


Ruzvenbis Saturday 14 December 2013 at 20:43
RuzvenbisAnonymous

Bonsoir
Suite a la maj de steam le jeu ne fonctionne plus avec wine 1.6,
j'ai testé avec la version 1.7.8 et tout va bien.

Je demande donc une mise à jour du script .
SuperPlumus Saturday 14 December 2013 at 21:17
SuperPlumusAnonymous

Bonsoir,

Merci pour le retour, je mettrai à jour demain.

Bonne soirée.
SuperPlumus Wednesday 18 December 2013 at 20:41
SuperPlumusAnonymous

Mise à jour effectuée, désolé pour le retard.

Merci de ton aide.

Bonne soirée.