Scripts
Script for Steam
#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"
cfg_check
if [ "$POL_LANG" == "fr_FR.UTF-8" ]
then
install=SteamInstall_French.msi
LNG_DOWNLOAD_STEAM="Patientez pendant le téléchargement de Steam..."
else
LNG_DOWNLOAD_STEAM="Please wait while Steam is downloaded"
install=SteamInstall.msi
fi
presentation "Steam" "Valve" "http://www.valvesoftware.com/" "Tinou" "Steam" 1 3
select_prefixe "$REPERTOIRE/wineprefix/Steam/"
creer_prefixe 2 3
cd $REPERTOIRE/wineprefix/Steam/drive_c/
telecharger "$LNG_DOWNLOAD_STEAM" "$SITE/divers/$install" "" 3 3 1 "" "0" 1
Set_OS "winxp"
fonts_to_prefixe
wget $SITE/divers/couleurs.reg -q
regedit couleurs.reg
cd $REPERTOIRE/wineprefix/Steam/drive_c/
msiexec /i $install
creer_lanceur "Steam" "Program Files/Steam/" "steam.exe" "steam.xpm"
Set_WineVersion_Assign "0.9.58" "Steam"
exit