home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / util / boot / my_patches.lha / my_patches.readme < prev    next >
Encoding:
Text File  |  1995-02-22  |  1.5 KB  |  46 lines

  1. Hi there,
  2.  
  3. What you have here are two little hacks I wrote to make life a little
  4. easier. Use them at your own risk ;^}
  5.  
  6. PatchASL
  7. --------
  8.  
  9. This little patch makes all ASL requesters open at the same height as
  10. the screen. With my 640 x 400 DblNTSC Workbench screen, I got real
  11. tired of programs opening little tiny file requesters.
  12.  
  13. USAGE:
  14. You can run it from CLI or WB (to load it all the time, drop it into
  15. WBStartUp). PatchASL takes 1 arg - a string that will appear in the
  16. Pattern gadget of file requesters (I set this to ~(#?.info) which makes
  17. the file requester ignore .info files).
  18.  
  19.  
  20. PatchPAL
  21. --------
  22.  
  23. A pretty useless hack I wrote for a specific program. When I purchased
  24. SimLife, I was kinda bummed to see that it was PAL - I didn't want to
  25. have to reboot everytime I played the game. So, I wrote PatchPAL. What
  26. this does is that it tries to intercept all attempts to open PAL screens
  27. and does two things: sets the Diplay Clip to NTSC and sets the AutoScroll
  28. flag. So what happens is, the screen still gets opened at PAL resolution
  29. but you can use the mouse to scroll up and down. This works just fine
  30. for SimLife but won't work for: a) Programs that use OpenScreenTags
  31. instead of OpenScreen, b) Programs that use Graphics Library instead
  32. of Intuition (most games), and c) programs that don't use the mouse.
  33. Anyway, you might find a use for it.
  34.  
  35. BTW
  36. ---
  37.  
  38. Both patches can be terminated by running them again.
  39.  
  40. Enjoy,
  41.  
  42. John Corigliano
  43. jcorig@strauss.udel.edu
  44.  
  45. February 20, 1995
  46.