home *** CD-ROM | disk | FTP | other *** search
- | !Darryl Demo
- | Version 1.00
- |
- Set Darryl$Dir <Obey$Dir>
- |
- Set DarrylData$Dir <Darryl$Dir>
- |
- IconSprites <Obey$Dir>.!Sprites
- |
- if "<System$Path>" = "" Then Run ADFS::Darryl1.!System
- if "<System$Path>" = "" then Error 0 System resources cannot be found
- |
- if "<Font$Path>" = "" Then Run ADFS::Darryl1.!Fonts
- |
- RMEnsure ColourTrans 0.51 RMLoad System:Modules.Colours
- RMEnsure ColourTrans 0.51 Error You need ColourTrans 0.51 or later
- |
- set clib$flag 0
- RMensure SharedClibrary 3.75 set clib$flag 1
- RMensure SharedClibrary 0 set clib$flag 0
- if "<clib$flag>"="1" then Error !!! Old shared C library !!! An old version of the shared C library (clib) is resident in memory.
- unset clib$flag
- |
- | Install the shared C library (clib)
- | -----------------------------------
- |
- RMensure SharedClibrary 3.75 RMload System:modules.clib
- RMensure SharedClibrary 3.75 Error You need at least version 3.75 of the shared C library
- |
- | Install the floating point emulator
- | -----------------------------------
- |
- RMensure FPEmulator 2.80 RMload System:modules.FPEmulator
- RMensure FPEmulator 2.80 Error You need at least version 2.80 of the floating point emulator
- |
- | Install the Tracker player program
- | ----------------------------------
- |
- RMEnsure 4MationTracker 3.10 RMLoad <Darryl$Dir>.PlayerMod
- RMEnsure 4MationTracker 3.10 Error You need 4MationTracker 3.10 or later
- |
- | Grab extra memory for resources
- Wimpslot -min 320K -max 320K
- |
- Wimpslot -min 256K -max 256K
- Run <Darryl$Dir>.!RunImage %*0
-