Vous êtes ici > Les forums > Vos créations > TES3 Morrowind
MAJ POL v3
Les forums
TES3 Morrowind
MAJ POL v3
| Auteur |
Posts |
| lordheavy |
Le Samedi 2 Août 2008 à 14:25
- [Citer]
|
Membre
 |
voilà le script, limité au jeux, sans patchs ni addons.
Console:
#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"
cfg_check
POL_SetupWindow_Init
POL_SetupWindow_presentation "The Elder Scrolls 3 : Morrowind" "Bethesda Softworks" "http://bethsoft.com" "Lordheavy" "ElderScrolls3_Morrowind"
select_prefixe "$REPERTOIRE/wineprefix/ElderScrolls3_Morrowind"
POL_SetupWindow_prefixcreate
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "Setup.exe"
cd $CDROM
POL_SetupWindow_wait_next_signal "Installation in progress..." "TES3: Morrowind"
wine $CDROM/Setup.exe
POL_SetupWindow_detect_exit
POL_SetupWindow_make_shortcut "ElderScrolls3_Morrowind" "Program Files/Bethesda Softworks/Morrowind/" "Morrowind Launcher.exe" "" "The Elder Scrolls 3 - Morrowind"
POL_SetupWindow_reboot
POL_SetupWindow_Close
exit
Suite du topic suivant: http://www.playonlinux.com/fr/topic-249-TES3_Morrowind.html
Testé sur la version GOTY, devrais fonctionner sur la version "normale" du jeu.
Laurent
|
| lordheavy |
Le Samedi 2 Août 2008 à 17:58
- [Citer]
|
Membre
 |
Pour l'addon tribunal:
Console:
#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"
cfg_check
POL_SetupWindow_Init
POL_SetupWindow_presentation "The Elder Scrolls 3 : Tribunal" "Bethesda Softworks" "http://bethsoft.com" "Lordheavy" "ElderScrolls3_Morrowind"
verifier_installation_e "ElderScrolls3_Morrowind"
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "Setup.exe"
select_prefixe "$REPERTOIRE/wineprefix/ElderScrolls3_Morrowind"
POL_SetupWindow_wait_next_signal "Installation in progress..." "TES3: Tribunal"
wine $CDROM/Setup.exe
POL_SetupWindow_detect_exit
POL_SetupWindow_reboot
POL_SetupWindow_Close
exit Laurent
|
| lordheavy |
Le Samedi 2 Août 2008 à 17:59
- [Citer]
|
Membre
 |
Pour l'addon bloodmoon:
Console:
#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"
cfg_check
POL_SetupWindow_Init
POL_SetupWindow_presentation "The Elder Scrolls 3 : Bloodmoon" "Bethesda Softworks" "http://bethsoft.com" "Lordheavy" "ElderScrolls3_Morrowind"
verifier_installation_e "ElderScrolls3_Morrowind"
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "Setup.exe"
select_prefixe "$REPERTOIRE/wineprefix/ElderScrolls3_Morrowind"
POL_SetupWindow_wait_next_signal "Installation in progress..." "TES3: Bloodmoon"
wine $CDROM/Setup.exe
POL_SetupWindow_detect_exit
POL_SetupWindow_reboot
POL_SetupWindow_Close
exit Laurent
|
| Zoloom |
Le Samedi 2 Août 2008 à 18:04
- [Citer]
|
Membre

 |
J'ai accepté le script Morrowind, les autres sont proposés ?
|
| lordheavy |
Le Dimanche 3 Août 2008 à 1:19
- [Citer]
|
Membre
 |
Non, pas encore, je le fait de ce pas :-p
Laurent
|