home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Cruncher / XPKCYB10.LHA / xpkCYB_Release_1.0 / Bin / s / xpkCyblibs.prefs
Encoding:
Text File  |  1996-08-01  |  4.0 KB  |  185 lines

  1.  
  2. ;Preferences for the xpkCYB libraries. (c) Alexis Nasr 1996 (The Cyborg/NGC)
  3.  
  4. ;(-: wipe all this info text :-)
  5.  
  6. ;--------------------------------------------------------------------------
  7. ;                               Conventions:
  8. ;
  9. ;* don't forget to place the defs between the necessary START_XX/END_XX
  10. ;* convention for parameters is XX=ON-YES/OFF-NO or decimal value or name (no '"')
  11. ;* Packer format= NAME.eff.chunksize(Kb)
  12. ;  (all, but the name, are optional)
  13. ;* everything is case-insensitive except the packer NAMEs
  14. ;--------------------------------------------------------------------------
  15.  
  16.  
  17.  
  18. ;define here the tasks where output will be automatically switched off
  19. ;(case insensitive ,one wildcard possible per definition)
  20. ;typically:backup progs...
  21. ;format: "tk=taskname"
  22. ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  23. START_QUIETTASKS
  24. tk=diavolo_packer
  25. END_QUIETTASKS
  26.  
  27.  
  28.  
  29.  
  30. ;xpkCYB libraries general flags
  31. ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  32. START_CYBGENERAL        ;don't forget these markers!! :-)
  33.  
  34. ForbidPack=NO            ;If set,they override the correspondant priority
  35. ForbidUnpack=YES        ;they do a Forbid() while (un)packing
  36.                     ;nice for an accurate depack-speed ;-)
  37. PackPri=0
  38. UPackPri=0
  39.  
  40. LoadLibs=NO            ;load all xpklibs found in this prefsfile at start
  41. FlushLibs=NO            ;flush an xpklib each time after testcrunching.
  42.  
  43. FrontScreen=YES        ;open on frontmost screen,if public.
  44. ;Pubname=PROWIZARD
  45.  
  46. TempDir=CYBTMP:            ;not implemented yet
  47.  
  48. ;winX=85                ;rem' these if you want an auto-centering of window
  49. ;winY=175
  50.  
  51. Delay=0                ;delay in secs between info messages .
  52.                     ;may drastically slow packing when used on a
  53.                     ;lot of small files.(delay is longer than packing ;-)
  54.  
  55. END_CYBGENERAL
  56.  
  57.  
  58.  
  59.  
  60.  
  61. ;xpkCYB1.library own flags
  62. ;~~~~~~~~~~~~~~~~~~~~~~~~~
  63. START_CYB1
  64.  
  65. W_Open=YES            ;MAJOR switch for window opening/not
  66. W_Multipack=NO             ;minor switch:open only if more than 1 packer.
  67. W_Final=NO            ;minor switch:open only when final packing
  68.  
  69. CacheLoad=ON            ;when SRC:FILE/HANDLE=>ALLOCMEM & Load >ONCE<
  70. CacheSave=NO            ;same but for DEST
  71.  
  72. ;UseTemp=OFF            ;not implemented yet
  73.  
  74. ;Output=OFF            ;not implemented yet
  75.  
  76. END_CYB1
  77.  
  78.  
  79.  
  80. ;--------------------------------------------------------------------------
  81. ;       You may define macros,for the most commonly used packers.
  82. ;--------------------------------------------------------------------------
  83.  
  84. START_MACRO
  85. macro=GOODPACK
  86. ;pk=NUKE
  87. pk=RAKE
  88. pk=IMPL
  89. pk=LHLB.100
  90. pk=MASH
  91. END_MACRO
  92.  
  93.  
  94. START_MACRO
  95. macro=FASTPACK
  96. pk=ACCA
  97. pk=BLZW
  98. pk=CBR0
  99. pk=FAST
  100. pk=RDCN
  101. pk=RLEN
  102. END_MACRO
  103.  
  104.  
  105. ;--------------------------------------------------------------------------
  106. ;            Now here is where you associate recognizers/packers
  107. ;--------------------------------------------------------------------------
  108.  
  109.  
  110. ;****************************************
  111. ;There should be at LEAST a 'generic' def
  112. ;****************************************
  113. type=generic
  114. mc=GOODPACK
  115. mode=average
  116. END_DEF
  117.  
  118.  
  119.  
  120. ;****************************************
  121. ;    All those that shouldn't be packed
  122. ;****************************************
  123. type=GFX-GIF                    ;Some classic packed data formats:
  124. type=GFX-JPEG
  125. type=PACKED-LHA
  126. type=PACKED-LZX
  127. type=PACKED-XPK
  128. type=PACKED-ZIP
  129. pk=DONT
  130. mode=best
  131. END_DEF
  132.  
  133. ;****************************************
  134. ;            Music defs
  135. ;****************************************
  136. type=SMPL-Iff
  137. type=SMPL-Others
  138. type=MUSIC-Others >200
  139. type=MUSIC-Synth >200           ;a synth>200 kb? not very likely I guess ;-)
  140. type=MUSIC-PtkClones >200
  141. pk=SQSH
  142. pk=SMPL
  143. mode=best
  144. END_DEF
  145.  
  146. type=MUSIC-PtkClones >50 <200
  147. pk=SQSH
  148. mode=best
  149. END_DEF
  150.  
  151. type=MUSIC-Others >10 <200
  152. type=MUSIC-Synth >50 <200
  153. type=MUSIC-PtkClones >10 <50
  154. pk=SQSH
  155. pk=MASH
  156. mode=best
  157. END_DEF
  158.  
  159. type=MUSIC-Synth <50
  160. type=MUSIC-PtkClones <10
  161. pk=SHRI
  162. pk=SQSH
  163. mode=best
  164. END_DEF
  165.  
  166.  
  167. ;****************************************
  168. ;            executables
  169. ;****************************************
  170. type=Executable >10
  171. mc=FASTPACK                  ;for lightning depack speed!
  172. mode=average
  173. END_DEF
  174.  
  175. type=Executable <10 >5    ;conditions examples...
  176. pk=MASH
  177. mode=best
  178.  
  179. type=Executable <5
  180. pk=SHRI
  181. mode=best
  182.  
  183. END_DEF
  184.  
  185. #                                ;DON'T REMOVE THIS