home *** CD-ROM | disk | FTP | other *** search
-
- ;Preferences for the XpkCybPrefs. (c) Alexis "Cyb" Nasr 1997
-
- ;(-: wipe all the info text if you want :-)
- ;
- ;
- ; *** THIS IS JUST AN EXAMPLE FILE ***
- ;
- ; IT IS *NOT* "READY FOR USE", IT'S JUST TO SHOW THE ABILITIES
- ; OF XPKCYBPREFS
- ;
- ; ***** YOU -HAVE TO- MODIFY IT TO SUIT YOUR NEEDS *****
-
- ;--------------------------------------------------------------------------
- ; 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: "task=taskname"
- ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- START_QUIETTASKS
-
- task=*backup
-
- END_QUIETTASKS
-
-
-
- START_CYBGENERAL ;don't forget this marker!! :-)
-
-
- ;XpkCybPrefsFlags
- ;~~~~~~~~~~~~~~~~
-
- ForbidPack=NO ;If set,they override the correspondant priority
- ForbidUnpack=NO ;they do a Forbid() while (un)packing
- ;nice for an accurate depack-speed ;-)
- PackPri=0
- UPackPri=15
-
- LoadLibs=NO ;load all xpklibs found in this prefsfile at start
- FlushLibs=NO ;flush an xpklib each time after testcrunching.
-
- Window=YES ;Switch for window opening/not
-
- FrontScreen=YES ;Open on frontmost screen,if public.
-
- ScreenToFront=YES ;Bring screens to front when opening windows.
-
- UseTemp=OFF ;ON= tempfile, else memory buffer.
-
- LoMem=ON ;allows fallback to USETEMP if no mem for packbuffer
-
- UserInfo=ON
-
-
- ;XpkCybPrefs values & strings
- ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- TestSize=5000
-
- ;Pubname=Workbench
-
- ;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 ;-)
-
-
- ;XPKmaster own prefs
- ;~~~~~~~~~~~~~~~~~~~
-
- UseXFD=NO
- AutoPassword=NO
- UseExternals=YES
- Timeout=60
-
-
- END_CYBGENERAL
-
-
-
- ;--------------------------------------------------------------------------
- ; You may define macros,for the most commonly used packers.
- ;--------------------------------------------------------------------------
-
- START_MACRO
- macro=SOMEPACKERS
- packer=GZIP
- packer=MASH
- packer=LZCB
- packer=ILZR
- END_MACRO
-
-
-
- ;--------------------------------------------------------------------------
- ; Now here is where you associate recognizers/packers
- ;--------------------------------------------------------------------------
-
-
- ;****************************************
- ;There should be at LEAST a 'generic' def
- ;****************************************
-
- type=generic
- macro=SOMEPACKERS
- mode=best
- 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
- packer=DONT
- 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
- packer=SMPL
- packer=SQSH
- mode=average
- END_DEF
-
- type=MUSIC-PtkClones >50 <200
- packer=SQSH
- packer=SMPL
- mode=best
- END_DEF
-
- type=MUSIC-Others >10 <200
- type=MUSIC-Synth >50 <200
- type=MUSIC-PtkClones >10 <50
- packer=SQSH
- END_DEF
-
- type=MUSIC-Synth <50
- type=MUSIC-PtkClones <10
- packer=SHRI
- packer=SQSH
- mode=average
- END_DEF
-
- type=SIDMon 1.0
- packer=RAKE
- packer=SQSH
- END_DEF
-
- ****************************************
- executables
- ****************************************
- type=Executable >10
- macro=SOMEPACKERS
- mode=best
- END_DEF
-
- type=Executable <10 >5
- packer=MASH
- mode=best
- END_DEF
-
- type=Executable <5
- packer=SHRI
- END_DEF
-