home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1997 / ARCHIVE_97.iso / text / hints / vol_05 / issue_03 < prev    next >
Text File  |  1995-02-16  |  12KB  |  262 lines

  1. Hints and Tips
  2. 5.3
  3. Å   AMX mouse Ö To replace the Archimedes mouse with an AMX mouse from a
  4. BBC computer, all that is necessary is to change the plug on the AMX
  5. mouse for a miniature 9 pin DIN plug. The correct plug can be obtained
  6. from Maplin Electronics (0702Ö554161). It is stock number JX19V (price
  7. 82p +p&p). Cut the original 20 way IDC connector off the mouse cable and
  8. then solder the wires onto the new plug. The pins are very close
  9. together, so a fair amount of care is required. It is easiest to start
  10. with the middle pins and work outwards. I found that the plastic housing
  11. supplied with the plug was just too wide to fit into my A3000 but it can
  12. easily be cut smaller with a sharp knife.
  13. 5.3
  14. Paul Marshall, Loughborough.
  15. 5.3
  16. (Has anyone got the connections to do the same sort of thing but with a
  17. BBC Trackerball? Ed)
  18. 5.3
  19. Å   Cops and Plague Planet Ö I should like to pass on the following advice
  20. received from Alpine.
  21. 5.3
  22. Both Cops and Plague Planet re-configure the character set used to their
  23. own. If you have a copy of Alpine Softwareæs ALPS (Adventure Language
  24. Programming System) this contains a copy of the default Archimedes
  25. character set e.g. $.!ALPS. Resources.defaultchr.
  26. 5.3
  27. Copy this file to the appropriate games directory (e.g.
  28. $.COPS.defaultchr), and add the following line at the very end of the
  29. appropriate !Run file (e.g. for Cops):
  30. 5.3
  31. Print <Cops$Dir>.defaultchr
  32. 5.3
  33. This will then automatically reset the computer to the default system
  34. font upon returning to the Desktop.      Rob Brown, Tadworth
  35. 5.3
  36. Å   Corruption and Jinxter Ö I have recently transferred a number of the
  37. earlier Magnetic Scrolls adventure games from floppy to hard disc and
  38. have encountered certain problems with their usage of the Shared C
  39. Library !System module.
  40. 5.3
  41. Fish! does not use the Shared C Library at all. Both The Guild of
  42. Thieves and The Pawn came with version 3.50 of the Shared C Library and
  43. they function with more recent versions without any difficulty. However,
  44. my copies of Corruption (version 1.12) and Jinxter (version 1.30) came
  45. with version 1.01 of the Shared C Library and they will not function at
  46. all with any of the more recent versions.
  47. 5.3
  48. What I wanted to achieve was an easy means of starting either program
  49. straight from the Desktop and automatically loading the öoldò version of
  50. the Shared C Library. After some trial and error I have found one way
  51. round this by modifying the !Run files for both applications.
  52. 5.3
  53. Firstly, version 1.01 of the Shared C Library needs to be copied to a
  54. suitable directory within the !System application on the hard disc (e.g.
  55. $.!System.oldModules.CLib_v101).
  56. 5.3
  57. Unfortunately the command RMEnsure will not only check for a particular
  58. version of a module but it will also accept more recent versions. In the
  59. !Run file I have therefore used this command to check whether a
  60. subsequent version (e.g. 1.02) of the Shared C Library is already loaded
  61. and, if not, the most up to date version is loaded from the !System
  62. application. The command RMKill is then used to delete this module
  63. before loading the öoldò version 1.01 of the Shared C Library. Finally,
  64. after exiting the program, the öoldò Shared C Library is deleted, the
  65. latest version (currently 3.75) is re-loaded, and the !Run file finally
  66. returns control direct to the Desktop.
  67. 5.3
  68. | !Run file for Corruption
  69. 5.3
  70. | (or Jinxter Ö change references from öCorruptionò to öJinxterò)
  71. 5.3
  72. | (requires Shared C library version 1.01 dated 13-Jun-88)
  73. 5.3
  74. |
  75. 5.3
  76. IconSprites <Obey$Dir>.!Sprites
  77. 5.3
  78. WimpSlot -min 512K -max 512K
  79. 5.3
  80. |
  81. 5.3
  82. Set Corruption$CLibLoaded 1
  83. 5.3
  84. RMEnsure SharedCLibrary 1.02 Set Corruption$CLibLoaded 0
  85. 5.3
  86. If Corruption$CLibLoaded=0 then If ö<System$Path>ò = öò then Error
  87. System resources cannot be found
  88. 5.3
  89. If Corruption$CLibLoaded=0 then RMLoad System:Modules.Clib
  90. 5.3
  91. RMKill SharedCLibrary
  92. 5.3
  93. RMLoad System:oldModules.CLib_v101 .Clib
  94. 5.3
  95. RMEnsure SharedCLibrary 1.01 Error You need SharedCLibrary
  96. 5.3
  97. version 1.01 ONLY
  98. 5.3
  99. Unset Corruption$CLibLoaded
  100. 5.3
  101. |
  102. 5.3
  103. Set Corruption$Dir <Obey$Dir>
  104. 5.3
  105. Run <Corruption$Dir>.Corruption.f1 <Corruption$Dir>.Corruption.f2
  106. 5.3
  107. |
  108. 5.3
  109. |
  110. 5.3
  111. RMKill SharedCLibrary
  112. 5.3
  113. RMEnsure SharedCLibrary 3.75 RMLoad System:Modules.Clib
  114. 5.3
  115. RMEnsure SharedCLibrary 3.75 Error You need SharedCLibrary
  116. 5.3
  117. version 3.75 or later
  118. 5.3
  119. Desktop
  120. 5.3
  121. WARNING Ö any other programs active within the Desktop should be closed
  122. down and any files saved before starting either Corruption or Jinxter Ö
  123. especially those programs which use the Shared C Library! Perhaps
  124. another reader can find a way round this?
  125. 5.3
  126. Rob Brown, Tadworth
  127. 5.3
  128. Å   Elite Ö When you start Archimedes Elite, it prompts you to enter a
  129. word from the manual, as an anti-piracy precaution. When it says ötype
  130. the word exactly as shownò it means the input is case sensitive. You
  131. have to remember to take the Caps Lock off. This falls into the category
  132. of öobvious to most peopleò but hopefully this hint will save somebody
  133. the frustrating quarter of an hour which I spent trying to get the thing
  134. to work when it first arrived.
  135. 5.3
  136. People who are used to the 8 bit version of the game should watch out
  137. for little things which have changed. For example, furs are now illicit
  138. cargo in the same way that narcotics and firearms are. You are told this
  139. in the manual but you have to look for it pretty carefully!
  140. 5.3
  141. Neil Hoggarth, WinchesterááA
  142. 5.3
  143.  
  144. 5.3
  145. Impression Hintsá&áTips
  146. 5.3
  147. Å   Position holding Ö My repeated plea for a way of holding the current
  148. position in a document when you expand and contract the window has been
  149. answered! A box of four Archive mugs is winging its way to Bob Potter of
  150. Bath. He gave me the basic idea which I have amplified slightly.
  151. 5.3
  152. Basically, as Bob pointed out, when you expand and contract the window,
  153. Impression returns to the position that was current when the window was
  154. small. (Surely, CC, this isnæt very sensible, is it? You are more likely
  155. to change the current position when working in the full size window. Why
  156. not change it whenever you move about within the document?) Anyway,
  157. given that this is how it works at present, all you have to do to
  158. maintain your position is, as soon as you have shrunk the window, press
  159. <cursor-left> (and then <cursor-right> if you want to) so that the
  160. current position will be displayed and remembered within the small
  161. window. The only slight disadvantage with this is that if the small
  162. window is very small, you will find the cursor near to the top of the
  163. window when you expand it, not near the middle. Thanks, Bob!ááA
  164. 5.3
  165.  
  166.  
  167. The Engineer Speaks
  168. 5.3
  169. Ray Maidstone
  170. 5.3
  171. Å   Hard drive mounts Ö Several customers have had cause to ship their
  172. Archimedi to me for repair, and a hardware problem has come to light.
  173. Some of you have purchased hard drives that have been mounted on thin
  174. aluminium brackets. These rather flimsy brackets easily distort under
  175. small amounts of G stress and, unfortunately, a few harddrives have gone
  176. to the great hard disc graveyard in the sky. Aluminium was used by the
  177. Airforce because of its tensile properties, and should (due to this very
  178. fact) not be used to anchor a hard drive. These small brackets deform
  179. under stress and leave the drive öflappingò about.
  180. 5.3
  181. Another comment about brackets Ö a lot of them are fine for their
  182. supporting properties but not very good when it comes to air circula
  183. tion. This can be improved by either punching some 3/8ö holes in the
  184. sides, or by buying a pair of Paulæs new nifty side brackets at ú4 a
  185. pair. We have had a few instances of over-heating causing premature
  186. decease of drives, particularly with back planes full of podules and a
  187. partly blocked filter. It is possible that, by reducing the bracket
  188. size, this could have been avoided.
  189. 5.3
  190. Å   *Shut and *bye Ö The last word! I have not, at any time in my
  191. comments, stated that the suggestions I have made are law, I have merely
  192. offered the result of my findings to those who hadnæt a clue of what was
  193. going on. There are a few small, old drives that need both, but most
  194. only need one command to park. The removables, however, most certainly
  195. do not park, and only the operating lever finally parks the heads. These
  196. findings came about from observations of partially dismantled units
  197. operating under standard command use.
  198. 5.3
  199. Å   LBP4 laser printers Ö I have been asked about switch on/off procedures
  200. for these, and I reckon that, to minimise öspikesò, the order should
  201. be... when switching on, either do so all together or the printer last,
  202. and turning off, either do it all altogether or switch off the printer
  203. first.
  204. 5.3
  205. Å   Cooling Ö Following the success of quietening the fans on Archimedes,
  206. external hard drives have now been added to the list, and no heat
  207. problems have arisen (mainly because of 14 months of actual proving
  208. before releasing). Whilst assessing the quietening for these drives, it
  209. was surprising to find just how mechanically noisy some makes of fan
  210. were, as nearly 50% of the noise from the unit was being conducted
  211. through the chassis assembly.
  212. 5.3
  213. I have also been asked öIf I donæt like Acornæs cooling method, what
  214. would I like instead?ò My reply is that, in my opinion, the current fan
  215. with or without a quietener (that never lets the fan speed drop below
  216. 75%) is not quite enough in the real world. Particularly if the filter
  217. is on the inside, hardly anyone appears to pay much attention to keeping
  218. the filter clean. Therefore, I have found a rather nice miniature fan
  219. (currently being used by Morley in their external hard drives) that,
  220. when introduced into the opposite side of the case to the present
  221. arrangement, and being set to push air out of the case as the other
  222. sucks it in, really gets some cooling done.
  223. 5.3
  224. A cautionary note about airflow is not to stand external floppy and hard
  225. drive units too close to the sides of the Archimedes, or soft surfaces
  226. under the A3000, as öwhat goes in must come outò and I have seen several
  227. instances of hot machines being caused by the proximity of external
  228. surfaces. The A3000 has a power supply that runs quite hot and, being
  229. encased in fireproof cardboard, (on the earlier machines, anyway) made
  230. things even more heated. I am using the miniature fan, aimed at the end
  231. of the P.S.U., to assist temperature differences in this rather enclosed
  232. environment. If anyone is interested in more details, let me know. This
  233. small fan gives off very little sound and certainly improves longevity.
  234. The lack of space inside the A3000 generally adds to the poor cooling in
  235. the P.S.U. and any air movement is better than none.
  236. 5.3
  237. I made the comment above about fan quieteners not slowing the fan more
  238. than 75% because, in the course of my development, I also tried systems
  239. that reduced the fan speed to 40%, and also did one trial where I
  240. stopped it all together for the first quarter hour, as no heat would
  241. build up until after this. The fan would then thermostatically cut in
  242. and then run in a varied way subject to temperature requirements. These
  243. were all dropped due to the fact that, as the Archimedes box is not at
  244. all aerodynamic, once the temperature began to build up, certain items
  245. within it started to experience particularly large temperature rises
  246. i.e. hard drive, P.S.U. and floppy drive. The final unit chosen simply
  247. took the fan below the noise of air flare speed and, together with the
  248. chassis decoupling grommets, removed so much noise that only the sound
  249. of the hard drive rang in the ears. I would caution people against using
  250. controllers that slow the fan excessively.
  251. 5.3
  252. Å   IDE cabling Ö I notice that IDE drive cables have been quoted as long
  253. as 20ö. I have it on very good authority that in some cases, even 12ò is
  254. pushing it. This is because IDE signals tend to be far more easily
  255. corrupted than those on SCSI lines. So please be warned and keep them as
  256. short as possible.ááA
  257. 5.3
  258.  
  259.  
  260.  
  261.  
  262.