Forums

Best One Poker

En attendant AoE ...

Auteur Réponses
Tr4sK Lundi 12 Novembre 2007 à 20:15
Tr4sKAnonymous

Nom du script : B1P
Nom reel : BestOnePoker
Editeur : BestOnePoker
Site web de l'editeur: http://www.bestonepoker.com
Script:#!/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

#Declaration des variables
CODENAME="B1P"
REALNAME="BestOnePoker"
EDITEUR="BestOnePoker"
WEBSITE="http://www.bestonepoker.com"
SCRIPTEUR="Tr4sK"

#Presentation
presentation "$REALNAME" "$EDITEUR" "$WEBSITE" "$SCRIPTEUR" "$CODENAME" 1 4

#Préparation du prefix
mkdir -p $REPERTOIRE/wineprefix/$CODENAME/
select_prefixe "$REPERTOIRE/wineprefix/$CODENAME"
creer_prefixe 2 4

telecharger "Veuillez patienter pendant le téléchargement du client Best One Poker" "http://download.b2bpoker.com/client/bestonepoker/bestonepokersetup.exe" 3 4

message "Téléchargement terminé. \nAppuyez sur entrer, puis patientez le temps de préparer l'installation" 4 4

attendre "Patientez pendant l'extraction"
wine ./bestonepokersetup.exe

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

creer_lanceur "$CODENAME" "Program Files/B2BPOKER/Bestonepoker/" "Client.exe" "" "$REALNAME"

exit

Quentin PÂRIS Lundi 12 Novembre 2007 à 20:22
Quentin PÂRISAnonymous

Tu as essayé de te servir de l'éditeur de script en ligne ?
Tr4sK Mardi 13 Novembre 2007 à 1:10
Tr4sKAnonymous

ouai c'est vraiment mieux

Ce qu'il manque maintenant c'est un tuto a jours pour faire des scripts

Bravo a vous

Vous êtes ici: Index > Vos créations > Best One Poker

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com