Xodetaetl |
Dimanche 9 Juin 2013 à 14:08
|
Xodetaetl
|
Le jeu a de gros ralentissements dans certaines zones chez moi. Etrangement, c'est pire quand j'active mon GPU NVidia (optimus). M'enfin, ça marchera peut-être pour d'autres. #!/bin/bash
# Date : (2013-06-08 15-10)
# Last revision : (2013-06-29 12-40)
# Wine version used : 1.5.1
# Distribution used to test : Xubuntu 13.04
# Author : Pascal Reinhard dev@ovocean.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"
GOGID="rayman_origins"
PREFIX="RaymanOrigins_gog"
WORKING_WINE_VERSION="1.5.1"
TITLE="GOG.com - Rayman Origins"
SHORTCUT_NAME="Rayman Origins"
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 1756
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "Ubisoft" "http://www.gog.com/gamecard/$GOGID" "Xodetaetl" "$PREFIX"
POL_Call POL_GoG_setup "$GOGID" --alternate "$GOGID" "1" "8bdf6d75eee8cf930b9c41e43d984314"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
# Fix: less slowdowns
POL_Wine_Direct3D "Multisampling" "disabled"
POL_Call POL_Install_dxfullsetup
POL_Call POL_Install_xact
POL_Call POL_GoG_install
POL_Shortcut "Rayman Origins.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;ArcadeGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Rayman Origins/Support/Manual.pdf"
POL_SetupWindow_Close
exit 0
Edité par Xodetaetl
|
petch |
Dimanche 9 Juin 2013 à 17:43
|
petch
|
Bonjour, POL_Call POL_Install_dxfullsetup
POL_Call POL_Install_xact C'est curieux qu'elles soient nécessaires, vu les tests dans l'AppDB... Sinon rien à signaler, le script m'a l'air bien.
|
Xodetaetl |
Lundi 10 Juin 2013 à 3:14
|
Xodetaetl
|
Les tests sur l'AppDB ne concernent pas la version GoG, qui n'installe pas directx. Enfin quoiqu'il en soit, j'ai eu besoin de ces deux machins sinon plantage.
|
petch |
Lundi 10 Juin 2013 à 13:19
|
petch
|
Ok pour validation alors :)
|
Xodetaetl |
Samedi 29 Juin 2013 à 12:44
|
Xodetaetl
|
Validation demandée, fichiers envoyés sur git. :)
|
petch |
Samedi 29 Juin 2013 à 13:05
|
petch
|
Script et ressources validés, mais le descriptif du script n'est pas très satisfaisant, normalement il sert à décrire le programme installé, de préférence en anglais et en français, plutôt que juste des notes techniques (bien qu'elles puissent apparaître en remarque). Je sais que beaucoup de vieux descriptifs ont ce défaut, mais ils sont corrigés petit à petit.
|
Xodetaetl |
Samedi 29 Juin 2013 à 13:30
|
Xodetaetl
|
Description v2 :
Rayman Origins is a side-scrolling platformer, the same style as the original Rayman game. It was developed and published by Ubisoft, released on November 15, 2011. The story follows Rayman, his friend Globox and two teensies as they fight Darktoons and other evil creatures that have infected the Glade of Dreams.
NB: The game may run very slow in some parts, depending on your configuration. Je me refuse à écrire du français si la gestion de la langue des descriptions n'est pas intégrée au client. :S
|
petch |
Samedi 29 Juin 2013 à 13:48
|
petch
|
|
Xodetaetl |
Samedi 29 Juin 2013 à 15:07
|
Xodetaetl
|
De rien ;)
|