| !Noot
| Version 0.10
|
<Obey$Dir>.!Boot
|
if "<System$Path>" = "" then Error 0 System resources cannot be found
|
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
|
RMEnsure 4MationTracker 3.10 RMLoad <Noot$Dir>.PlayerMod
RMEnsure 4MationTracker 3.10 Error You need 4MationTracker 3.02 or later
|
| Grab extra memory for resources
Wimpslot -min 320K -max 320K
|
Wimpslot -min 256K -max 256K
Run <Noot$Dir>.!RunImage %*0
