GOG.com - Legacy of Kain: Soul Reaver
Informations
Créateur | Messages |
---|---|
petch
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionEnglish: Taking place 1500 years after the events of Blood Omen, Soul Reaver chronicles the journey of the vampire-turned-wraith Raziel, lieutenant to the vampire lord Kain. Raziel is killed by Kain, but is revived by The Elder God to become his soul reaver and to exact revenge. Raziel shares this title with Kain's sword, Soul Reaver, which he acquires during his journey.
Captures d'écranCode source#!/bin/bash # Date : (2012-10-09 19-57) # Last revision : (2013-12-04 19-29) # Wine version used : 1.4.1 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 # Program licence : Retail # Depend : [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="legacy_of_kain_soul_reaver" PREFIX="LegacyOfKainSR_gog" WORKING_WINE_VERSION="1.4.1" TITLE="GOG.com - Legacy of Kain: Soul Reaver" SHORTCUT_NAME="Legacy of Kain: Soul Reaver" 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 1426 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Crystal Dynamics / Square Enix" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "bd1929ad6235846e221aefe931f80863" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # GoG work! Set_OS winxp # "SVGA 256 colors"? POL_SetupWindow_VMS "2" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "kain2.exe" "$SHORTCUT_NAME" "" "" "Game;ActionGame;" # "$SHORTCUT_NAME.png" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Legacy of Kain Soul Reaver/Manual.pdf" # C:\GOG Games\Legacy of Kain Soul Reaver\Patchv12_Readme.txt POL_SetupWindow_Close cat <<_EOF_ > "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME" #!/bin/bash [ -z "\$PLAYONLINUX" ] && exit 0 source "\$PLAYONLINUX/lib/sources" export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX" export WINEDEBUG="-all" cd "$GOGROOT/Legacy of Kain Soul Reaver/" || exit 1 TITLE="$TITLE" POL_Wine kain2.exe -setup exit 0 _EOF_ exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
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