home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / games / _farbeyond / !FarBeyond / !Run < prev    next >
Encoding:
Text File  |  1991-03-12  |  982 b   |  28 lines

  1. if "<System$Path>" = "" then Error 0 System resources cannot be found
  2. |
  3. set clib$flag 0
  4. RMensure SharedClibrary 3.66 set clib$flag 1
  5. RMensure SharedClibrary 0 set clib$flag 0
  6. if "<clib$flag>"="1" then Error !!! Old shared C library !!! An old version of the shared C library (clib) is resident in memory.
  7. unset clib$flag
  8. |  
  9. | Install the shared C library (clib)
  10. | -----------------------------------
  11. |
  12. RMensure SharedClibrary 3.66 RMload System:modules.clib
  13. RMensure SharedClibrary 3.66 Error You need at least version 3.50 of the shared C library
  14. |
  15. | Install the floating point emulator
  16. | -----------------------------------
  17. |
  18. |RMensure FPEmulator 2.80 RMload System:modules.FPEmulator
  19. |RMensure FPEmulator 2.80 Error You need at least version 2.80 of the floating point emulator
  20.  
  21.  
  22. set FarBeyond$Dir <Obey$Dir>
  23. wimpslot -min 128k -max 128k
  24. rmensure GameOver 0 <FarBeyond$Dir>.GameOver
  25. rmensure GameOver 0 error "Can't find our sounds !!"
  26. <FarBeyond$Dir>.!RunImage
  27. rmkill GameOver
  28.