home *** CD-ROM | disk | FTP | other *** search
-
- ;Preferences for the xpkCYB libraries. (c) Alexis Nasr 1996 (The Cyborg/NGC)
-
- ;(-: wipe all this info text :-)
-
- ;--------------------------------------------------------------------------
- ; Conventions:
- ;
- ;* don't forget to place the defs between the necessary START_XX/END_XX
- ;* convention for parameters is XX=ON-YES/OFF-NO or decimal value or name (no '"')
- ;* Packer format= NAME.eff.chunksize(Kb)
- ; (all, but the name, are optional)
- ;* everything is case-insensitive except the packer NAMEs
- ;--------------------------------------------------------------------------
-
-
-
- ;define here the tasks where output will be automatically switched off
- ;(case insensitive ,one wildcard possible per definition)
- ;typically:backup progs...
- ;format: "tk=taskname"
- ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- START_QUIETTASKS
- tk=diavolo_packer
- END_QUIETTASKS
-
-
-
-
- ;xpkCYB libraries general flags
- ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- START_CYBGENERAL ;don't forget these markers!! :-)
-
- ForbidPack=NO ;If set,they override the correspondant priority
- ForbidUnpack=YES ;they do a Forbid() while (un)packing
- ;nice for an accurate depack-speed ;-)
- PackPri=0
- UPackPri=0
-
- LoadLibs=NO ;load all xpklibs found in this prefsfile at start
- FlushLibs=NO ;flush an xpklib each time after testcrunching.
-
- FrontScreen=YES ;open on frontmost screen,if public.
- ;Pubname=PROWIZARD
-
- TempDir=CYBTMP: ;not implemented yet
-
- ;winX=85 ;rem' these if you want an auto-centering of window
- ;winY=175
-
- Delay=0 ;delay in secs between info messages .
- ;may drastically slow packing when used on a
- ;lot of small files.(delay is longer than packing ;-)
-
- END_CYBGENERAL
-
-
-
-
-
- ;xpkCYB1.library own flags
- ;~~~~~~~~~~~~~~~~~~~~~~~~~
- START_CYB1
-
- W_Open=YES ;MAJOR switch for window opening/not
- W_Multipack=NO ;minor switch:open only if more than 1 packer.
- W_Final=NO ;minor switch:open only when final packing
-
- CacheLoad=ON ;when SRC:FILE/HANDLE=>ALLOCMEM & Load >ONCE<
- CacheSave=NO ;same but for DEST
-
- ;UseTemp=OFF ;not implemented yet
-
- ;Output=OFF ;not implemented yet
-
- END_CYB1
-
-
-
- ;--------------------------------------------------------------------------
- ; You may define macros,for the most commonly used packers.
- ;--------------------------------------------------------------------------
-
- START_MACRO
- macro=GOODPACK
- ;pk=NUKE
- pk=RAKE
- pk=IMPL
- pk=LHLB.100
- pk=MASH
- END_MACRO
-
-
- START_MACRO
- macro=FASTPACK
- pk=ACCA
- pk=BLZW
- pk=CBR0
- pk=FAST
- pk=RDCN
- pk=RLEN
- END_MACRO
-
-
- ;--------------------------------------------------------------------------
- ; Now here is where you associate recognizers/packers
- ;--------------------------------------------------------------------------
-
-
- ;****************************************
- ;There should be at LEAST a 'generic' def
- ;****************************************
- type=generic
- mc=GOODPACK
- mode=average
- END_DEF
-
-
-
- ;****************************************
- ; All those that shouldn't be packed
- ;****************************************
- type=GFX-GIF ;Some classic packed data formats:
- type=GFX-JPEG
- type=PACKED-LHA
- type=PACKED-LZX
- type=PACKED-XPK
- type=PACKED-ZIP
- pk=DONT
- mode=best
- END_DEF
-
- ;****************************************
- ; Music defs
- ;****************************************
- type=SMPL-Iff
- type=SMPL-Others
- type=MUSIC-Others >200
- type=MUSIC-Synth >200 ;a synth>200 kb? not very likely I guess ;-)
- type=MUSIC-PtkClones >200
- pk=SQSH
- pk=SMPL
- mode=best
- END_DEF
-
- type=MUSIC-PtkClones >50 <200
- pk=SQSH
- mode=best
- END_DEF
-
- type=MUSIC-Others >10 <200
- type=MUSIC-Synth >50 <200
- type=MUSIC-PtkClones >10 <50
- pk=SQSH
- pk=MASH
- mode=best
- END_DEF
-
- type=MUSIC-Synth <50
- type=MUSIC-PtkClones <10
- pk=SHRI
- pk=SQSH
- mode=best
- END_DEF
-
-
- ;****************************************
- ; executables
- ;****************************************
- type=Executable >10
- mc=FASTPACK ;for lightning depack speed!
- mode=average
- END_DEF
-
- type=Executable <10 >5 ;conditions examples...
- pk=MASH
- mode=best
-
- type=Executable <5
- pk=SHRI
- mode=best
-
- END_DEF
-
- # ;DON'T REMOVE THIS