Divine Divinity

Informations

Créateur Messages
flotux Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 12438
Wine: System

Retours d'expérience

Description

English: Divine Divinity is a cRPG for PCs. Start by creating your hero, select his or her gender and profession, and begin your adventure in isometric 3D view, in a blend of role playing and hack'n'slash.

Français : Divine Divinity est un jeu de rôle sorti sur PC. Créez votre héros au début de l'aventure en choisissant son sexe et sa profession, puis partez à l'aventure dans un jeu en 3D isométrique mêlant du jeu de rôle et du hack n'slash.

Code source

#!/bin/bash
# date : (2013-01-28 21-00
# Last version : (2013-06-08 18-11)
# Wine version used : 1.4
# Distribution used to test : Ubuntu 12.04 ( xubuntu )
# Author : Flotux

# CHANGELOG
# [SuperPlumus] (2013-06-08 18-11)
#   gettext
#   Fix <[ "$PLAYONLINUX" = "" ] && exit 0> test
#   Call POL_Wine_SetVideoDriver after POL_Wine_SelectPrefix

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

#used variables.
TITLE="Divine Divinity"
PREFIX="DivineDiviniy"
AUTHOR="Flotux"
EDITOR="Larian Studio"
WEBSITE="www.larian.com"

POL_SetupWindow_Init
POL_Debug_Init

#presentation.
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$WEBSITE" "$AUTHOR" "$TITLE"

#Selection and creation of the prefix.
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate
POL_System_SetArch "auto"

#cdrom verification
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "License_frn.txt"

#installation
POL_Wine start /unix "$CDROM/Setup.exe"
POL_Wine_WaitExit "$TITLE"

#definition of video driver.
POL_Wine_SetVideoDriver

#creation of the laucher
POL_Shortcut "DIV.exe" "$TITLE"

POL_SetupWindow_Close
exit

Contributions

Filters:

Contribuer
Membre 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