Dawn of War : Dark Crusade

Informatie

Creator Bericht
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 21128
Wine: System

Feedbacks

Omschrijving

RTS, 2006. Wikipedia.

Broncode

#!/bin/bash
# Date : (2009-05-25 15-00)
# Last revision : (2009-05-25 15-00)
# Wine version used : N/A 
# Distribution used to test : N/A
# Author : NSLW
# Licence : Retail

#Translated from V2 to V3
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources" 

PROGRAMFILES="Program Files"
POL_LoadVar_PROGRAMFILES

TITLE="Dawn Of War : Dark Crusade"
PREFIX="W40K_DawnOfWar"

#Presentation
#presentation "Dawn Of War : Dark Crusade" "THQ" "http://www.thq-games.com/fr" "Tinou" "W40K_DawnOfWar"

POL_SetupWindow_Init

POL_SetupWindow_presentation "$TITLE" "THQ" "http://www.thq-games.com/fr" "Tinou and NSLW" "$PREFIX" 

#Cette partie contiendra le code du jeu.
 
#Ask_For_cdrom
#Check_cdrom "setup.exe"

#mkdir -p $REPERTOIRE/wineprefix/W40K_DawnOfWar
#select_prefixe "$REPERTOIRE/wineprefix/W40K_DawnOfWar"
#creer_prefixe

select_prefix "$REPERTOIRE/wineprefix/$PREFIX"
POL_SetupWindow_prefixcreate

POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "setup.exe"

cd "$WINEPREFIX/dosdevices"
ln -s $CDROM d:
 
echo "[HKEY_LOCAL_MACHINE\\Software\\Wine\\Drives]" > $REPERTOIRE/tmp/cdrom.reg
echo "\"d:\"=\"cdrom\"" >> $REPERTOIRE/tmp/cdrom.reg
regedit $REPERTOIRE/tmp/cdrom.reg
POL_SetupWindow_message "Wait 5 seconds then click next" "$TITLE"

Set_OS winxp
 
wine $CDROM/setup.exe
 
#Fin du code du jeu
#Création du lanceur
 
#creer_lanceur "W40K_DawnOfWar" "$PROGRAMFILES/THQ/Dawn of War - Dark Crusade/" "DarkCrusade.exe" "DawnOfWar_DarkCrusade.xpm" "Dawn of War : Dark Crusade"
POL_SetupWindow_make_shortcut "$PREFIX" "Program Files/THQ/Dawn of War - Dark Crusade" "DarkCrusade.exe" "DawnOfWar_DarkCrusade.xpm" "$TITLE" "" ""

POL_SetupWindow_message "$TITLE has been installed successfully" "$TITLE"
POL_SetupWindow_Close 
exit

Contributions

Filters:

Contribute
Member Bericht
FatRakoon Zondag 6 December 2015 om 14:19
FatRakoon Anonymous

Bericht

I feel that I have to contribute my moneys worth here, more so, because the Dawn of War Games, are the only games that I play these days, and so therefore, getting them to work on my Linux systems, is fairly important to me.

I have the entire collection as DVD, but also now that they are available on steam, I have also bought them via steam too!

Annoyingly, they are not under the list of Linux / SteamOS games, and I would love it if they were supported in this way, but hey ho.

Now, whether this game works or does not, seems to be based entirely on the flip of a coin.

The system flips a coin during the install, and decides there and then if it wil work or not, and from that moment on, thats what you get.

My Linux Laptop is an I7 with ATI Graphics, and it runs it just fine. Always has, it ran it great under Sabayon and mint, and now under Kubuntu. Never had a problem.

Now, my main LinuxPC, I have just knocked up only recently. is an AMD A10 setup, running mint and I have both onboard 8670 graphics but also a 6670 Radeon card ( for Dual graphics under Windows ) and I have tried each individually plus together but no way can I get the game to play?

I got other graphical options, and I may try out a new card later on, but this is seriously knocking me for six like this.

So, do I tick the runs well, like it does on my laptop, or the not runs well like it does on the desktop??

I will have to leave them both blank I feel.

 

 

Antwoorden