home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / utilities2 / _fileiconz / !FileIconz / Help / !ReadMe next >
Encoding:
Text File  |  2016-07-04  |  6.9 KB  |  166 lines

  1.  ===========================================================
  2. |       ___              ___       ___   ___    ___  ___    |
  3. |   /  /      /   /     /      /  /     /   /  /  /    /    |
  4. |  /  /---   /   /     /---   /  /     /   /  /  /    /     |
  5. | .  /      /   /___  /___   /  /___  /___/  /  /    /__    |
  6. |                                                           |
  7. |  (Version 3.12)                                           |
  8. |                                                           |
  9.  ===========================================================
  10.                                                 By Jon Noble 
  11.                                                 
  12.                                                                    
  13.                                         
  14. This is an Aardvark Software Production ... 
  15.  
  16. Probably the Best File Icon Finder in the World ...
  17.                                        
  18. Well, this is one of those handy applications that gets rid of 
  19. all (I hope!) of those annoying little evil white boxes that 
  20. the filer spews at you when it doesn't know the file type. 
  21. If you help me by updating it (and sending me a copy when you 
  22. do!) it will stay reasonably up to date. 
  23.  
  24. Well, I can now safely say that this is the biggest and most up 
  25. to date application of its kind in the PD.
  26.  
  27. To activate the high quality lipsmackin' thirstquenchin' features 
  28. of this application, just double click it, and then the arsenal 
  29. of high quality, British built military White box slaying 
  30. hardware will spring into view. Run the White Box killer that is 
  31. relevant to the filetype you are looking for. After you have 
  32. run it once (on Risc Os 3 at least) a small Runner program,
  33. called, strangely enough, "!FileIconz", will reside in the 
  34. Resources:$.Apps Directory, keeping !Draw and !Paint etc. company, 
  35. and stopping them from getting bored.
  36.  
  37. If you don't know which one to run, go to the file that you are 
  38. trying to identify, click menu (the middle button) over its window, 
  39. then follow the arrow by "Display ⇨" and select "Full Info". 
  40. Then look the file that you want. You should see something like ....
  41.  
  42. # Flatulence    WR/        108K  &C85     08:03:56 14 Jan 1993
  43.  
  44. # = A foul smelling little white box
  45.  
  46. (and before you ask, there is no significance of the filename, type,
  47. size or time, but the date is my birthday, so I expect a card from
  48. ALL of you!)
  49.  
  50. Now look at the number after the "&". In this case it is &C85. 
  51. To identify the type, run the bit marked !C00 - CFF. Many whirrings
  52. and chunterings will occur (or chunterings and whirrings if on a 
  53. 1600K drive), a nice banner will appear on the screen, which will 
  54. stay up for a bit (about 5 seconds, or until you press a mouse button)
  55. and then a nice sound effect will happen, and the screen
  56. will update. Now the filetype (the bit after the &) will change
  57. as well as the icon. If you are unlucky, then only one or none
  58. will change, or the world might end abruptly, just don't blame
  59. me. C'est La Vie.
  60.  
  61. An easier way on Risc Os 3 is to choose the ... 
  62.  
  63. File 'Flatulence'       ⇨ 
  64.  
  65. Menu and go down to 'Info'  ⇨
  66.  
  67. The filetype will then be listed in the box marked "Type". If it is 
  68. known a nice sprite will be shown, and the Filetype (&xxx) will be 
  69. listed after it. If it is not known, then there will be an evil 
  70. white box, and just the filetype number. Well surely there's another 
  71. reason to upgrade to Risc Os 3 for you...
  72.  
  73. If it looks like this ....
  74.  
  75. # Flatulence    WR/        108K           00010000 00010000
  76.  
  77. Then it is a dodgy FileType-less file and nothing can be done, 
  78. as it has no type. (An example of one of these is inside the 
  79. !FileIconz.Mortuary directory (the file is called "Squeebles" :-) ) 
  80. These appear in the 'Info' window (mentioned above) as type "File". 
  81. Aren't Acorn helpful ....
  82.  
  83. He's mad, well and truly mad, I hear you say, but don't worry, 
  84. 'cos I am ....
  85.  
  86.  
  87. The Bill and Ted's sound sample was ripped out of !Minehunt, the 
  88. *Best* PD Minehunt game. It was written by Paul LeBeau, of 
  89. 4Mation. 
  90.  
  91. The Inception of the Cure for Evil Little White Boxes
  92. =====================================================
  93.  
  94. The file was based on the old !Showtypes application, which 
  95. supported only a few filetypes, and then updated from there.
  96. to save lots of time a task window was used and 
  97. "Show File$Type_*" and the contents exported from there.
  98. I had to use a global search and replace to get rid of the colons 
  99. ( : ) though.
  100.  
  101. How to add your own Sprites
  102. ===========================
  103.  
  104. 1) Load the !FileIconz Internal Module bit !RunImage file into 
  105.    a text editor, such as !Edit or !Zap.
  106.  
  107. 2) Scroll the file down to the bit that says 
  108.    "Run <Mortuary$Dir>.!Runimage.". Then go up a bit.
  109.  
  110. 3) Add "Set File$Type_xxx" where "xxx" is the file code that you 
  111.    want to add (To find out what it is look in the Files parent 
  112.    application's !Run or !Boot file) just above the line mentioned 
  113.    above. If you keep it in numerical order it looks a lot nicer!
  114.  
  115. 4) Add the file icons to the Sprite file inside the Fileiconz 
  116.    internal module directory, using !Paint or !Snippet etc. 
  117.    Standard resolution ones go in the file called "FileTypes",
  118.    Hi - Res colour (mode 20 or 27 etc.) go in "HiRes", and Hi - Res 
  119.    monochrome sprites (such as mode 25) go in "HiMono".
  120.  
  121. 5) Save all of the files, and re-run the !FileIconz module.
  122.  
  123. 6) Re - Boot the computer, and without bringing up the display 
  124.    for the application that you have just taken the fileiconz 
  125.    from, show one of its files. ie. if the application was 
  126.    !Atelier, copy one of its files to another disc, Re - Boot the 
  127.    computer, Run the appropriate !FileIconz module, and open 
  128.    up the disc with the file on it. It should have it's normal 
  129.    Icon, otherwise, you cocked up somewhere! 
  130.  
  131. Believe me, it's difficult to explain simply!
  132.  
  133.  
  134. Some rules for Filetype names
  135. =============================
  136.  
  137. 1) They must not be too long. 8 is the limit I think.
  138.  
  139. 2) They must not contain Wildcards or Magic Characters 
  140.    ie. * . $ & % @ \ ^ : # " | or a space. To get the space you 
  141.    can use a hard space, which is achieved by holding ALT and 
  142.    pressing space, or ALT and typing 160 on the Keypad. If you do 
  143.    the latter, and the numbers 160 appear, press F12 and type 
  144.    "Rmreinit InternationalKeyboard" and try again, or, SHIFT + 
  145.    double click !FileIconz run the file "IKeyboard" in this
  146.    application, and let it do it for you.
  147.  
  148. 3) This isn't really a rule, but use some common sense! Try
  149.    and use names that will make sense to people that do not have 
  150.    the Application... To quote the typical Acorn example, don't
  151.    name name your filetype "MyProg"!
  152.  
  153. Something Else Completely Unconnected ...
  154. =========================================
  155.  
  156. How come I always end up writing things like this late at night?
  157. Strange eh? As well as that I usually end up doing this after a 
  158. few cans of alcoholic beverage (what beverage depends what's in
  159. the Fridge at the time), so if any of this doesn't make sense, you 
  160. now know why. hurgy flunjy kriblikoff. See what I mean?
  161.  
  162. P.S.
  163. ====
  164.  
  165. Don't forget to read the other text files in this directory ....
  166.