home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / utility / archiver / imploder / readme.txt < prev   
Text File  |  1994-11-27  |  2KB  |  50 lines

  1.  
  2. Hi there, this little hack is an extremely quick port of the Amiga
  3. file packer "File Imploder".
  4.  
  5. Background:
  6. I was talking to Claude about packing on Jaguar cartridges when he
  7. mentioned that he used an Amiga packer called "File Imploder". I told
  8. him to send it to me for closer inspection. He did, I disassembled it
  9. to pieces, rewrote the malloc/memfree code and added the worst user
  10. interface so far in Atari history. Some quick testing showed that it
  11. is in fact not any better than Ice or Atomik (best) though, so I'm not
  12. going to put much time into this. It might be useful for someone out
  13. there though, so I'm releasing it as it is with source (if you find a 
  14. bug, fix it yourself :) The source is a mess though, but what do you
  15. expect from someone with 'hack' as part of his nickname :)
  16.  
  17.  
  18. Usage:
  19. Very simple. Install it as a .ttp taking full-pathname. Then simply 
  20. drag any file onto the imploder.ttp icon. Various things will happen 
  21. depending on the type of file:
  22.  
  23. 1) Unknown filetype -> Is simply packed and saved using original name.
  24. 2) Executable file  -> The file is packed and you can select to save it
  25.                        as a data or exectuable file.
  26. 3) Packed file/prg  -> Depacked and saved using original name.
  27.  
  28.  
  29. Smartasses with amigas might know that you can select pack-methods 
  30. from 0-11 on the amiga version. I've locked my version in mode 11 which
  31. packs best.
  32.  
  33. Compatibility:
  34. Only tested on my Falcon, but it assembles in 68k without warnings so 
  35. it should run on ST. A fair bit of memory is probably needed. There
  36. is hardly any error checking so if it crashes it's probably caused by 
  37. lack of memory or write protected files. I don't use Mint.
  38.  
  39. Legal stuff:
  40. Do whatever you want with this as long as you keep the files together
  41. and remember that I am in no way responsible for any trouble you might
  42. get into using this program.
  43.  
  44. Enjoy,
  45.  
  46. Torbjorn 'Hackbear/Digital Chaos' Ose - to@hihm.no - Hackbear/#Atari
  47.  
  48. Thanks to Claude/ Visual Impact BVBA for the Amiga binary + depack 
  49. source.
  50.