home *** CD-ROM | disk | FTP | other *** search
/ ISV Strong Games / ISV_STRONG_GAMES.iso / desktop / spatience / !SPatience / !Run < prev    next >
Text File  |  1992-09-30  |  1KB  |  34 lines

  1. |
  2. |  !Run file for !SPatience
  3. |  By J.Horsnell
  4. |  Version 0.97
  5. |  Sept 1992
  6. |
  7. Set SPatience$Dir <Obey$Dir>
  8. Set File$Type_333 Patience
  9. Set Alias$@RunType_333 Run <SPatience$Dir>.!Run %%*0
  10. IconSprites <SPatience$Dir>.!Sprites
  11. |
  12. RMEnsure SharedCLibrary 0.00 RMLoad System:Modules.CLIB
  13. RMEnsure SharedCLibrary 3.50 Error You need CLib 3.50 or later
  14. | NB: I have not tested the program with earlier versions.
  15. |
  16. RMEnsure FPEmulator 0.00 RMLoad System:Modules.FPE*
  17. RMEnsure FPEmulator 2.80 Error You need FPEmulator 2.80 or later
  18. | NB: I have not tested the program with earlier versions.
  19. |
  20. |
  21. | The variable 'SPatience$Options' enables the tweeking of SPatience.
  22. | -b<1|2|3>    This alters background processing (card flying). [DEFAULT:1]
  23. |              1 : process only when mouse is inside borders
  24. |              2 : process regardless of mouse position but restrict
  25. |                  to window with mouse if any
  26. |              3 : process regardless, no restrictions
  27. |              This can also be set via the menu entry 'state'.
  28. | -s<steps>    This sets the upper limit on animation steps. [DEFAULT:8]
  29. |
  30. Set SPatience$Options -b3 -s16
  31. |
  32. Wimpslot -min 128k -max 128k
  33. Run <SPatience$Dir>.!RunImage %*0
  34.