sv ru pl es en

Applications

Choose a category

Baldurs Gate (5 CDs)

Informations

This script is neither signed, nor validated by PlayOnLinux
	Type : RPG

Online : No
Company : Black Isles
Compatibility : 5/5

Baldur's Gate is a medieval-fantastic RPG who respect Dungeons and Dragons rules. It's a legend game who preceed all new RPG and MMORPG today. You are a person young and alone in a dangerous world after your father's death. You have to help the world of Baldur and discover the secrets of your family.

Baldur's Gate est un RPG respectueux des règles de Donjons et Dragons. C'est un jeu de légende précurseur de tous les RPG et MMORPG d'aujourd'hui. Vous êtes un(e) personne jeune et inexpérimentée livrée à elle seule après la mort de votre père adoptif, Gorion, vous allez devoir aider le monde de Baldur et découvrir le secret de vos origines.

Source code

#!/bin/bash
# Last revision : (2009-12-01)

#Vérifier que PlayOnLinux est bien exécuté avant
[ "$PLAYONLINUX" = "" ] && exit 0 
 
source "$PLAYONLINUX/lib/sources"
 
POL_SetupWindow_Init "" "$REPERTOIRE/tmp/left.jpeg"
 
POL_SetupWindow_presentation "Baldur's Gate (5 CDs)" "Black Isle" "N/A" "Zoloom" "BaldursGate1"
 
select_prefix "$REPERTOIRE/wineprefix/BaldursGate1"
POL_SetupWindow_prefixcreate 

#fetching PROGRAMFILES environmental variable
#PROGRAMFILES=`wine cmd /c echo "%ProgramFiles%"`
#PROGRAMFILES=${PROGRAMFILES:3}

PROGRAMFILES="Program Files"
POL_LoadVar_PROGRAMFILES
 
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "SETUP.EXE"
 
cd $CDROM
POL_SetupWindow_wait_next_signal "Installation in progress..." "Baldur's Gate (5 CDs)"
wine $CDROM/SETUP.EXE
POL_SetupWindow_detect_exit
 
POL_SetupWindow_make_shortcut "BaldursGate1" "$PROGRAMFILES/Black Isle/Baldur's Gate" "Baldur.exe" "" "Baldur's Gate"
 
#POL_SetupWindow_reboot
POL_SetupWindow_Close
exit

Known install files

Il n'y a rien à voir ici