Dawn of War : Dark Crusade
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionRTS, 2006. Wikipedia. Source code#!/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:
ContributeMember | Message |
FatRakoon | Sunday 6 December 2015 at 14:19 |
FatRakoon
|
MessageI 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. So, do I tick the runs well, like it does on my laptop, or the not runs well like it does on the desktop??
Replies |
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