Het forum

Build-a-lot 2 The Town of the Year

Auteur Antwoorden
daengbo Dinsdag 7 April 2009 om 15:01
daengboAnonymous

#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"

cfg_check

GamesName="Build a Lot 2 Town of the Year" # The name of the game
GamesEditor="Hipsoft" # The game editor
GamesSite="www.reflexive.com" # The game site
PrefixName="buildalot2" # The location of the prefix ~/.PlayonLinux/wineprefix/$PrefixName
DataDirectory="Program Files/Buildalot 2 Town Of The Year" # Usually Program Files/....
SetupFile="Buildalot2TownOfTheYearSetup.exe" # The name of the setup program
Executable="Buildalot2.exe" # The binary file to launch the program
WineSetup="1.0" #The wine version to use during setup
WineVer="1.0" # The wine version to use during play
Webpage="http://www.reflexive.com/Build-a-lot2TownoftheYear.html" # The web page for the download

POL_SetupWindow_Init
POL_SetupWindow_presentation "$GamesName" "$GamesEditor" "$GamesSite" "Daniel Bo" "$PrefixName"

select_prefixe "$REPERTOIRE/wineprefix/$PrefixName"
POL_SetupWindow_prefixcreate 

xdg-open $Webpage
POL_SetupWindow_message "You now need to download $GamesName from $GamesSite \\n and save it to your desktop. Exit your browser when you are finished." "Download $GamesName"

Set_WineVersion_Session "$WineVer"
POL_SetupWindow_wait_next_signal "Installing $GamesName ..." "$GamesName"
wine ~/Desktop/$SetupFile
POL_SetupWindow_detect_exit

POL_SetupWindow_make_shortcut "$PrefixName" "$DataDirectory" "$Executable" "" "$GamesName"

Set_WineVersion_Assign "$WineVer" "$GamesName"
POL_SetupWindow_reboot
POL_SetupWindow_Close
exit

A backslash-n in my script is being converted into a newline at "and save it as ...."

Buildalot 2