Applications

Choose a category

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

Crayon Physics

Magic number : 53

#!/bin/bash
 
# Authors : Twinoatl
# Last Revision : 03/12/2009
# Maintener : berillions
 
#Vérifier que PlayOnLinux est bien exécuté avant
[ "$PLAYONLINUX" = "" ] && exit 0
 
#Charger les librairies
source "$PLAYONLINUX/lib/sources"
 
#Presentation
POL_SetupWindow_Init
POL_SetupWindow_presentation "Crayon Physics" "Kloonigames" "http://www.kloonigames.com" "Twinoatl" "CrayonPhysics"
 
TEMP="$HOME/.PlayOnLinux/tmp/crayonPhysics"
mkdir "$TEMP"
 
select_prefix "$REPERTOIRE/wineprefix/CrayonPhysics"
POL_SetupWindow_prefixcreate
Set_SoundDriver esd
 
cd $TEMP
POL_SetupWindow_download "Téléchargement du jeu..." "Installation" "http://www.kloonigames.com/download/crayon.zip" ""
POL_SetupWindow_download "Téléchargement de MSVCP60.dll" "Installation" "http://www.dllbank.com/zip/m/msvcp60.dll.zip" ""
mv download.php crayon.zip # compatibilité avec le script de zoloom
 
cd $WINEPREFIX/drive_c/
unzip $TEMP/crayon.zip
 
cd $WINEPREFIX/drive_c/crayon
unzip $TEMP/msvcp60.dll.zip
 
chmod 777 $TEMP -R
# rm $TEMP -R
 
POL_SetupWindow_make_shortcut "CrayonPhysics" "crayon" "crayon.exe" "" "Crayon Physics"
POL_SetupWindow_message "Crayon Physics has been installed successfully" "Installation finished"
 
POL_SetupWindow_Close
exit
Il n'y a rien à voir ici