home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 4 / AUCD4.iso / arcade / arcgames / skullsoft / arya / arya_game / !Arya / Resources / !Start next >
Text File  |  1997-05-10  |  980b  |  29 lines

  1. | !Start file for Arya ©1996-97 Skullsoft.
  2. |        ____                  
  3. |       / __ \_______  ______ _
  4. |      / /_/ / ___/ / / / __ `/
  5. |     / __  / /  / /_/ / /_/ / 
  6. |    /_/ /_/_/   \__, /\__,_/  
  7. |                 /____/         
  8. |                        The Dragon's Quest
  9. |
  10. RMEnsure UtilityModule 3.00 Error You need RISC OS 3 or later to run Arya
  11. RMEnsure ABCLibrary 4.02 RMLoad ARes:ABCLib 
  12. RMEnsure ABCLibrary 4.02 Error Cannot Find the ABCLibrary module
  13. RMEnsure LZH 0.02 RMload ARes:LZH
  14. RMEnsure LZH 0.02 Error Cannot find LZH Module
  15. |
  16. ARes:Modectrl -store
  17. If "<Arya$Version>" = "0" Then ARes:Modectrl -mode "X640 Y480 C32K"
  18. If "<Arya$Version>" = "1" Then ARes:Modectrl -oldmode "28"
  19. If "<Arya$Version>" = "2" Then ARes:Modectrl -oldmode "15"
  20. |
  21. ARes:ZeroAreas
  22. If "<Arya$Version>" = "0" Then WimpSlot -min 1350K -max 1350K
  23. If "<Arya$Version>" = "1" Then WimpSlot -min 1150K -max 1150K
  24. If "<Arya$Version>" = "2" Then WimpSlot -min 1000K -max 1000K
  25. ARes:Arya
  26. |
  27. RMKill ABCLibrary
  28. RMKill LZH
  29.