Het forum

Rayman Origins (GoG)

Auteur Antwoorden
Xodetaetl Zondag 9 Juni\ 2013 om 14:08
XodetaetlAnonymous

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

Aangepast door Xodetaetl

petch Zondag 9 Juni\ 2013 om 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 Maandag 10 Juni\ 2013 om 3:14
XodetaetlAnonymous

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 Maandag 10 Juni\ 2013 om 13:19
petch

Xodetaetl Zaterdag 29 Juni\ 2013 om 12:44
XodetaetlAnonymous

Validation demandée, fichiers envoyés sur git. :)
petch Zaterdag 29 Juni\ 2013 om 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 Zaterdag 29 Juni\ 2013 om 13:30
XodetaetlAnonymous

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.

Citeer


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 Zaterdag 29 Juni\ 2013 om 13:48
petch

Xodetaetl Zaterdag 29 Juni\ 2013 om 15:07
XodetaetlAnonymous

De rien ;)