Divine Divinity

Informations

Creator Message
flotux Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 12190
Wine: System

Feedbacks

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.

Source code

#!/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:

Contribute
Member Message