(message "O N E S C A P E E R T G\n\nThis scripth will install a gfx-card supporting patch for the game 'onEscapee'.\n This will only work with the commercial release, so don't try it with the old demo releases!\nA Spanish translation of the ReadMe file also included in this package.")
(if
(< (getversion) (* 39 65536))
(message "You need at least KickStart 3.0 to run onEscapee!\nAnyway this patch can be installed now.")
)
(if
(patmatch "68000|68010" (database "cpu"))
(message "You need at least a Motorola M68020 CPU to run onEscapee!\nMind this after installing this patch!")
)
(welcome)
(set #ActiveStorage
(askchoice
(prompt "Do you have and playing onEscapee from the original CD, or have you already copied to your harddisk?")
(choices
"Playing form CD"
"Playing from HardDrive"
(help "When playing from CD, a drawer will be created that will contain the new patch files.\nIf you go for the HD option, your old files on the HD will be replaced.")
)
(default 0)
)
)
(complete 20)
(if
(= #ActiveStorage #ModeCD)
(
(set #OEPath
(askdir
(prompt "Choose a directory for the onEscapee starter files.\nA drawer named onEscapee will be created there.")
(help "It should be your main game directory for example: 'Entertain:Games'.")
(default "DH2:Games")
)
)
(set #OEPath (tackon #OEPath "onEscapee"))
)
)
(if
(= #ActiveStorage #ModeHD)
(
(set #OEPath
(askdir
(prompt "Select the root directory of onEscapee on your HD.")
(help "This must be the location where from you running onEscapee, on your HD.")
(default "DH2:Games/onEscapee")
)
)
(complete 50)
)
)
(askbool #spwanted
(prompt "Do you want to copy the Spanish Doc for onEscapee?\n(Spanish version translated by Fernando Brischetto)")
(help "You should have this file if you know or want to learn Spanish!")