home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / games2 / tricky / !Tricky / !Run < prev    next >
Text File  |  1996-06-14  |  1KB  |  47 lines

  1. | !Run file for !TrickyTiles
  2. | Written by Chris Wymark
  3. | © Visions of the Impossible, 96
  4. | Started: 29-Dec-1995
  5.  
  6. Iconsprites <Obey$Dir>.!Sprites
  7. Set File$Type_Bad Tricky
  8. Set File$Type_Bae VOTIOpt
  9. Set Lab$Dir <Obey$Dir>
  10. Set Alias$@RunType_bad Run <Lab$Dir>.!Run %%*0
  11. Set Alias$@RunType_bae Error This is a Visions of the Impossible options file, and there is no point in running it!|m
  12. | Set the variable below to 0, to use lo-res mode
  13.  
  14. Set HiRes 1
  15. Set Modes 1
  16.  
  17. /<Lab$Dir>.Resources.SoundInit
  18.  
  19. | Load any modules needed here
  20. RmEnsure GameModes 2.00 Set Modes 0
  21. RmEnsure Huffman 0.01 RmLoad <Lab$Dir>.Modules.HuffMod
  22. RmEnsure AVSUtilMod RmLoad <Lab$Dir>.Modules.AVSUtilMod
  23. RMEnsure PsychoEffect Rmload <Lab$Dir>.Modules.FadeMod
  24. RmEnsure Stasis RmLoad <Lab$Dir>.Modules.Stasis
  25. Set QTMLoaded 1
  26. RmEnsure QTMTracker 0.01 Set QTMLoaded 0
  27. If "<QTMLoaded>"=0 THEN Run <Lab$Dir>.Modules.QTM
  28.  
  29. IF "<Modes>"=0 THEN RmLoad <Lab$Dir>.Modules.GameModes
  30.  
  31. WimpSlot -min 352k -max 352k
  32. /<Lab$Dir>.!Go %*0
  33.  
  34. | Remove any modules used here
  35.  
  36. IF "<Modes>"=0 THEN RmKill GameModes
  37. RmKill Huffman
  38. RmKill AVSUtilMod
  39. RmKill PsychoEffect
  40. |RmKill Stasis
  41. IF "<QTMLoaded>"=0 THEN /<Lab$Dir>.Modules.QTMKill
  42.  
  43. Fx 200,0
  44. UnSet QTMLoaded
  45. UnSet Modes
  46. UnSet HiRes
  47.