Applications

Choose a category

accessories
Accessories
development
Development
education
Education
games
Games
graphics
Graphics
internet
Internet
multimedia
Multimedia
office
Office
other
Other

Grand Theft Auto : San Andreas

#!/bin/bash
#Vérifier que PlayOnLinux est bien exécuté avant
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
#Charger les librairies
source "$PLAYONLINUX/lib/sources"

#Verifier les dépendences
cfg_check

#Presentation
presentation "Grand Theft Auto : San Andreas" "Rockstar Game" "http://www.rockstargames.com/grandtheftauto/" "Tr4sK" "GTASA" 1 3

#Cette partie contiendra le code du jeu.
#Regardez mon deuxième post pour apprendre à remplir cette partie

mkdir -p $REPERTOIRE/wineprefix/GTASA
select_prefixe "$REPERTOIRE/wineprefix/GTASA"
creer_prefixe 2 3

Ask_For_cdrom
Check_cdrom "setup.exe" 3 3

wine $CDROM/setup.exe

#Fin du code du jeu
#Création du lanceur

creer_lanceur "GTASA" "Program Files/Rockstar Games/GTA San Andreas" "gta_sa.exe"

message "Installation terminée"
exit

Il n'y a rien à voir ici