| !Run file for Tiles
|  R.I.D.Macfarlane, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
| Version 1.12, 4-Jan-00
|
Set TilesDir <Obey$Dir>
Set TilesInfo$Path <Obey$Dir>.Info.,<Obey$Dir>.Info.
Set TilesMessages$Path <Obey$Dir>.Messages.,<Obey$Dir>.Messages.
IF "<TilesSprites$Path>" = "" Then Set TilesSprites$Path <Obey$Dir>.Sprites.,<Obey$Dir>.Sprites.
Set TilesSound$Path <Obey$Dir>.Sound.,<Obey$Dir>.Sound.
Set TilesData$Path <Obey$Dir>.Data.,<Obey$Dir>.Data.
Set TilesDataInit$Path <Obey$Dir>.Data.Init
IconSprites <TilesDir>.!Sprites
WimpSlot -min 168K -max 168K
|
|
RMEnsure StringLib    0 RMReInit StringLib
RMEnsure SpriteExtend 0 RMReInit SpriteExtend
RMEnsure SpriteExtend 0 Error 255 The module SpriteExtend was not found.     This is fatal: the application cannot run without it.
|
Run <TilesDir>.Utility.HourGlasOn
|
| If you want to reduce the overall size of the Tiles application
| then you can dispose of the Sound archive, BUT you must also
| place a '|' infront of the next line, i.e. to OpenArchive <TilesDir>.Sound
|
RMEnsure ColourTrans  0 If "<System$Path>" <> "" Then RMLOAD <System$Path>Modules.Colours
RMEnsure ColourTrans  0 Error 255 The module ColourTrans was not found.      This is fatal: the application cannot run without it.
|
Run <TilesDir>.Utility.FontSetup
|
|
| IF you want Tiles CSV files to start Tiles by double-clicking on the Filer icon
|  as previous Tiles versions have done
|   THEN remove the '|' character in front of the following IF statement
|     AND make sure that you do the same in the !Boot file
|       [Note: If RunTypes are set to run this file then add "/"]
|IF "<Alias$@RunType_DFE>"="<TilesCheckRunType_DFE>" Then  Set Alias$@RunType_DFE  /<Alias$@RunType_DFE>
|
|
|  Check for presence of the Fourth Dimension's ARCticulate: speech synthesizer
RUN <TilesDir>.BootSpeech
|
|
Wimpslot -min 364K -max 364K
Run <TilesDir>.!RunImage %*0
