home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / education / a / highwaycod / !Highway / !Run < prev    next >
Text File  |  1994-01-30  |  1KB  |  29 lines

  1. | !Run file for Creator
  2. Set RunGame$Dir <Obey$Dir>
  3. WimpSlot 0 0
  4. Echo <22><15>
  5. Set Sounds$Dir <Obey$Dir>.Music
  6. RmEnsure ExSound 3.30 RMload <Obey$Dir>.ExSound
  7. RMEnsure ExSound 3.30 Error You need Sound Extension Module 3.30 or later
  8. RmEnsure ScrollText 1.03 RMload <Obey$Dir>.ScrltxtMod
  9. RMEnsure ScrollText 1.03 Error You need ScrollText Module 1.03 or later
  10. |
  11. |--------------------------------------------------------------------------
  12. | If you get a 'Music won't fit' error increase the following value
  13. |--------------------------------------------------------------------------
  14. MusicRMASize 16000
  15. |
  16. |--------------------------------------------------------------------------
  17. | If you get a 'Sound won't fit' error increase the following value
  18. |--------------------------------------------------------------------------
  19. SoundRMASize 50000
  20. |
  21. |--------------------------------------------------------------------------
  22. | 'No room for this DIM' error? Increase the -min value below (in 8K steps)
  23. | until your program runs.
  24. |
  25. | If the error still occurs when -min is same as -max then increase BOTH
  26. |--------------------------------------------------------------------------
  27. WimpSlot -min 456K -max 456K
  28. Run <Obey$Dir>.!RunImage
  29.