Assassin’s creed revelation PlayOnLinux Poste qui risque de ne pas passer la soirée 🙂 Sauf si ça marche de bout en bout 🙂 Bon bhé c’est pas gagné 🙂 Pour le coup j’ai été un peu présomptueux 😉 Bon si quelqu’un arrive à passer l’étape de loggin sur ce $zmef$ezf$ de Uplay … mailez moi : guillaume at tuxme dot net 🙂 En attendant voilà plus ou moins le script POL que j’ai fait … vraiment à l’arrache 🙂 DOWNLOAD THIS SCRIPT #!/bin/bash # Last revision : N/A # Wine version used : 1.3.35 # Distribution used to test : Debian 6.0.5 # Author : Tuxme Dot Net # Only For : Everybody [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="ACR" EDITOR="Ubisoft" TITLE_URL="http://assassinscreed.ubi.com/revelations/" AUTOR="GNU_Raziel" PREFIX="ACR" WORKING_WINE_VERSION="1.3.35" rm "$POL_USER_ROOT/tmp/*.jpg" POL_GetSetupImages "http://tuxme.net/data/POL/top.jpg" "http://tuxme.net/data/POL/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "auto" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_SetupWindow_VMS $GAME_VMS #Install via CDROM ou Path spécifique POL_SetupWindow_InstallMethod "DVD,LOCAL" #Installation des dépendances POL_Call POL_Install_vcrun2008 POL_Call POL_Install_dxfullsetup POL_Call POL_Install_physx #C est partie pour l installation if [ "$INSTALL_METHOD" == "DVD" ]; then POL_SetupWindow_message "$(eval_gettext 'Mount Cdrom ou utilisez \ le lecteur physique.')" "$TITLE" POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "data6.cab" POL_Wine start /unix "$CDROM/Support/GameLauncher/UbisoftGameLauncherInstaller.exe" POL_Wine_WaitExit "Ubisoft Game Launcher" POL_Wine start /unix "$CDROM/setup.exe" sleep 10 killall -9 "install.exe" POL_Wine_WaitExit "$TITLE" elif [ "$INSTALL_METHOD" == "STEAM" ]; then cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_Wine start /unix "steam.exe" steam://install/201870 POL_Wine_WaitExit "$TITLE" fi #Regedit party cd "$WINEPREFIX/drive_c/windows/temp/" cat << EOF > Fix.reg [HKEY_CURRENT_USER\\Software\\Wine\\X11 Driver] "GrabFullscreen"="Y" EOF POL_Wine regedit "Fix.reg" POL_Wine_SetVideoDriver WINE_USER=`id -un` mkdir -p "$WINEPREFIX/drive_c/users/$WINE_USER/Saved Games/" POL_Shortcut "AssassinsCreedRevelations.exe" "$TITLE" "" "" POL_SetupWindow_message "$(eval_gettext 'You must disable anti-piracy protections of \ this game\nif you want to play it with wine.')" "$TITLE" POL_SetupWindow_Close exit 0 Et Pour lancer le jeux je fais un petit : cd $HOME/.PlayOnLinux/wineprefix/ACR/drive_c/Program Files/ \ Ubisoft/Assassin's Creed Revelations env WINEPREFIX="$HOME/.PlayOnLinux/wineprefix/ACR/ \ $HOME/.PlayOnLinux/wine/linux-x86/1.3.35/bin/wine AssassinsCreedRevelations.exe #ou env WINEPREFIX="$HOME/.PlayOnLinux/wineprefix/ACR/ \ $HOME/.PlayOnLinux/wine/linux-x86/1.3.35/bin/wine ACRSP.exe Navigation de l’article Bilbo baggins aka bilbo sacquet : la bande annonegimp 2.7 compilation sur debian squeeze 4 Comments Hello … je suis dans la même galère pour jouer à ACR depuis ma machine sous ubuntu 10.04. Si j’avance … je te tiens au courant 😉 Merci … ca va me rappeler l’époque ou j’ai réussi à faire fonctionner dreamweaver sur wine. j’étais encore sous etch 😉 Unfortunately this script doesn’t seem to work on the 64bit version of PlayOnLinux. The previous ACR’s (1-3) did. 🙁 yes i know it s just the first try i do about ACR but i’m still working on it 😉
Hello … je suis dans la même galère pour jouer à ACR depuis ma machine sous ubuntu 10.04. Si j’avance … je te tiens au courant 😉
Merci … ca va me rappeler l’époque ou j’ai réussi à faire fonctionner dreamweaver sur wine. j’étais encore sous etch 😉
Unfortunately this script doesn’t seem to work on the 64bit version of PlayOnLinux. The previous ACR’s (1-3) did. 🙁