home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / commercial / 4mation / grangarden / !Granny / !Run < prev    next >
Text File  |  1993-01-14  |  1KB  |  40 lines

  1. | !Granny
  2. | Version 1.00
  3. |
  4. If "<Granny$Dir>" = "" then Set Granny$Dir ADFS::Granny1.!Granny
  5. Set Granny$DataDir <Granny$Dir>
  6. |
  7. IconSprites <Obey$Dir>.!Sprites
  8. |
  9. if "<System$Path>" = "" then Error 0 System resources cannot be found
  10. |
  11. RMEnsure ColourTrans 0.51 RMLoad System:Modules.Colours
  12. RMEnsure ColourTrans 0.51 Error You need ColourTrans 0.51 or later
  13. |
  14. set clib$flag 0
  15. RMensure SharedClibrary 3.75 set clib$flag 1
  16. RMensure SharedClibrary 0 set clib$flag 0
  17. if "<clib$flag>"="1" then Error !!! Old shared C library !!! An old version of the shared C library (clib) is resident in memory.
  18. unset clib$flag
  19. |  
  20. | Install the shared C library (clib)
  21. | -----------------------------------
  22. |
  23. RMensure SharedClibrary 3.75 RMload System:modules.clib
  24. RMensure SharedClibrary 3.75 Error You need at least version 3.75 of the shared C library
  25. |
  26. | Install the floating point emulator
  27. | -----------------------------------
  28. |
  29. RMensure FPEmulator 2.80 RMload System:modules.FPEmulator
  30. RMensure FPEmulator 2.80 Error You need at least version 2.80 of the floating point emulator
  31. |
  32. RMEnsure 4MationTracker 3.10 RMLoad <Granny$Dir>.PlayerMod
  33. RMEnsure 4MationTracker 3.10 Error You need 4MationTracker 3.10 or later
  34. |
  35. | Grab extra memory for resources
  36. Wimpslot -min 480K -max 480K
  37. |
  38. Wimpslot -min 256K -max 256K
  39. Run <Granny$Dir>.!RunImage <Granny$Dir>.Granny
  40.