home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 4 / AUCD4.iso / _aacade / website / pd / superegg / !SuperFE / !RunActual < prev    next >
Text File  |  1996-10-03  |  2KB  |  74 lines

  1. | !RunActual file for
  2. | Super Foul Eggs
  3. | Converted Thu 01st February 1996
  4. | by Owain Cole
  5. | © Visions of the Impossible
  6.  
  7. Set SFE$Dir <Obey$Dir>
  8. Set SFER$Dir <Obey$Dir>.Resources
  9. Set SFEG$Dir <Obey$Dir>.Graphics
  10. Set IndexFile RabitIndex
  11. Iconsprites <Obey$Dir>.!Sprites
  12. Set Alias$@RunType_dee LOAD %%0 &8000 |MGO &8000;ORC1
  13.  
  14. WimpSlot -max 16K -min 16K
  15. Run <SFER$Dir>.RMLess
  16. WimpSlot -max 560K -min 560K
  17. WimpSlot -max 480K -min 480K
  18.  
  19. | Loading bit
  20. RMEnsure GameModes 0.00 RMLoad <SFER$Dir>.GameModes
  21. RMEnsure Huffman 0.00 RMLoad <SFER$Dir>.Huffmod
  22. RMEnsure PsychoEffect 0.00 RMLoad <SFER$Dir>.FadeMod
  23. RMEnsure Stasis 0.00 RMLoad <SFER$Dir>.Stasis
  24. Run <SFER$Dir>.KillTrack
  25. RMEnsure StasisMod 0.00 RMLoad <SFER$Dir>.StasisMod
  26. Run <SFE$Dir>.Loading
  27.  
  28. | Screen blanker bit
  29. Set Screenblanker True
  30. RMEnsure Screenblanker 0.00 Set Screenblanker False
  31. IF "<Screenblanker>"="True" THEN RMKill Screenblanker
  32.  
  33. | Sound bit
  34. Tuning 0
  35. Tuning 1000
  36. | Check for riscpc doggy tuning bend thing
  37. RMEnsure UtilityModule 3.5 Tuning 0
  38. Set SFES$Path <Obey$Dir>.Samples.
  39. StasisLoad  1 SFES:GameOver
  40. StasisLoad  2 SFES:Gloop1
  41. StasisLoad  3 SFES:Move3
  42. StasisLoad  4 SFES:Rotate1
  43. StasisLoad  5 SFES:Rotate2
  44. StasisLoad  6 SFES:Rock2
  45. StasisLoad  7 SFES:Rocks
  46. StasisLoad  8 SFES:Uh
  47. StasisLoad  9 SFES:Yell
  48. StasisLoad 10 SFES:Hey!
  49. StasisLoad 11 SFES:OhYeah
  50. StasisLoad 12 SFES:Combo3
  51. StasisLoad 13 SFES:Halleluja
  52.  
  53. StasisLink 1 1
  54. StasisLink 2 2
  55. StasisLink 3 3
  56. StasisLink 4 4
  57.  
  58. Unset SFES$Path
  59.  
  60.  
  61. Run <SFE$Dir>.Code
  62.  
  63. | Clear Up bit
  64. RMKill Huffman
  65. RMkill StasisMod
  66. RMKill Stasis
  67. RMKill PsychoEffect
  68. ChannelVoice 1 1
  69. IF "<Screenblanker>"="True" THEN RMReinit Screenblanker
  70. Unset Screenblanker
  71. Run <SFER$Dir>.RMLess
  72.  
  73. Echo BCNU
  74.