Voici le script pour ce jeu. Il ne faut qu'un NO-CD pour y jouer tranquillement, mais ça, c'est à vous de le trouver. Concernant l'icône du jeu, celui de l'installation et les Top/Left, ils sont en .png et redimensionné dans leur taille respective.
#!/bin/bash
# Date : (2010-12-04)
# Wine version used : 1.3.8
# Distribution used to test : Debian Unstable
# Author : Berillions
# Licence : Retail
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="Dead Space"
PREFIX="DeadSpace"
WORKING_WINE_VERSION="1.3.8"
if [ "$POL_LANG" == "fr" ]; then
LNG_INSERT_MEDIA="Veuillez insérer le disque $TITLE dans votre lecteur\\nsi ce n'est pas déja fait."
LNG_WAIT_END="Appuyez sur \\"Suivant\\" UNIQUEMENT quand l'installation du jeu sera\\nterminée sous peine de devoir recommencer l'installation."
LNG_SUCCES="$TITLE a été installé avec succès."
else
LNG_INSERT_MEDIA="Please insert $TITLE media into your disk drive\\nif not already done."
LNG_WAIT_END="Click on \\"Next\\" ONLY when the game installation is finished\\nor you will have to redo the installation."
LNG_SUCCES="$TITLE has been installed successfully."
fi
#starting the script
rm "$REPERTOIRE/tmp/*.jpg"
POL_GetSetupImages "" "" "$TITLE"
POL_SetupWindow_InitWithImages
POL_SetupWindow_presentation "$TITLE" "Electronic Arts" "http://www.deadspacegame.com/" "Berillions" "$PREFIX"
select_prefix "$REPERTOIRE/wineprefix/$PREFIX"
#downloading specific Wine
POL_SetupWindow_install_wine "$WORKING_WINE_VERSION"
Use_WineVersion "$WORKING_WINE_VERSION"
#fetching PROGRAMFILES environmental variable
POL_LoadVar_PROGRAMFILES
#Asking then installing DDV of the game
POL_SetupWindow_message "$LNG_INSERT_MEDIA"
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "AutoRun.exe"
wine start /unix "$CDROM/AutoRun.exe"
POL_SetupWindow_message "$LNG_WAIT_END" "$TITLE"
#making shortcut
POL_SetupWindow_auto_shortcut "$PREFIX" "Dead Space.exe" "$TITLE" "" ""
Set_WineVersion_Assign "$WORKING_WINE_VERSION" "$TITLE"
POL_SetupWindow_message "$LNG_SUCCES" "$TITLE"
POL_SetupWindow_Close
exit
Lien pour les images :
http://sd-1.archive-host.com/membres/up/51568577817080088/DSImage.zip
Il faudra juste modifier le script pour prendre en compte les icones. Les screenshots du jeu arriveront prochainement.