Vous êtes ici
GOG.com - Lionheart: Legacy of the Crusader
Informations
Créateur | Messages |
---|---|
petch
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionEnglish: A late RPG from Black Isle, not bad but somewhat unfinished. Code source#!/bin/bash # Date : (2012-05-15 15-33) # Last revision : (2014-07-20 22-47) # Wine version used : 1.7.8 # 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="lionheart_legacy_of_the_crusader" PREFIX="Lionheart_gog" WORKING_WINE_VERSION="1.7.8" TITLE="GOG.com - Lionheart: Legacy of the Crusader" SHORTCUT_NAME="Lionheart: Legacy of the Crusader" #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" "Reflexive Entertainment / Interplay" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "f96963f2621970ab07f65a9760e68136" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # fake sdbinst.exe POL_Call POL_Install_nop "$WINEPREFIX/drive_c/windows/system32/sdbinst.exe" POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "8" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "Lionheart.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Lionheart - Legacy of the Crusader/MANUAL.PDF" # C:\GOG Games\Lionheart - Legacy of the Crusader\ReadMe.txt POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
petch | Dimanche 20 Juillet 2014 à 23:25 |
petch
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -0,0 +1,53 @@ +#!/bin/bash +# Date : (2012-05-15 15-33) +# Last revision : (2014-07-20 22-47) +# Wine version used : 1.7.8 +# 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="lionheart_legacy_of_the_crusader" +PREFIX="Lionheart_gog" +WORKING_WINE_VERSION="1.7.8" + +TITLE="GOG.com - Lionheart: Legacy of the Crusader" +SHORTCUT_NAME="Lionheart: Legacy of the Crusader" + +#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" "Reflexive Entertainment / Interplay" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" + +POL_Call POL_GoG_setup "$GOGID" "f96963f2621970ab07f65a9760e68136" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +# fake sdbinst.exe +POL_Call POL_Install_nop "$WINEPREFIX/drive_c/windows/system32/sdbinst.exe" + +POL_Call POL_GoG_install + + +# GoG work! +Set_OS winxp + +POL_SetupWindow_VMS "8" + +# Doesn't hurt ;) +POL_Wine_reboot + +POL_Shortcut "Lionheart.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;" +POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Lionheart - Legacy of the Crusader/MANUAL.PDF" +# C:\GOG Games\Lionheart - Legacy of the Crusader\ReadMe.txt + +POL_SetupWindow_Close + +exit 0 Nouveau code source#!/bin/bash # Date : (2012-05-15 15-33) # Last revision : (2014-07-20 22-47) # Wine version used : 1.7.8 # 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="lionheart_legacy_of_the_crusader" PREFIX="Lionheart_gog" WORKING_WINE_VERSION="1.7.8" TITLE="GOG.com - Lionheart: Legacy of the Crusader" SHORTCUT_NAME="Lionheart: Legacy of the Crusader" #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" "Reflexive Entertainment / Interplay" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "f96963f2621970ab07f65a9760e68136" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # fake sdbinst.exe POL_Call POL_Install_nop "$WINEPREFIX/drive_c/windows/system32/sdbinst.exe" POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "8" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "Lionheart.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Lionheart - Legacy of the Crusader/MANUAL.PDF" # C:\GOG Games\Lionheart - Legacy of the Crusader\ReadMe.txt 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