home *** CD-ROM | disk | FTP | other *** search
/ Mega A/V / mega_av.zip / mega_av / GRAPHUTL / FRASR172.ZIP / HELP4.SRC < prev    next >
Text File  |  1992-01-24  |  75KB  |  1,628 lines

  1. ~Topic=Startup Parameters\, Parameter Files
  2. ; This topic is online only.
  3.  
  4. ~Format-
  5.     { Summary of all Parameters }
  6.     { Introduction to Parameters }
  7.     { Using the DOS Command Line }
  8.     { Setting Defaults (SSTOOLS.INI File) }
  9.     { Parameter Files and the <@> Command }
  10.     { General Parameter Syntax }
  11.     { Startup Parameters }
  12.     { Calculation Mode Parameters }
  13.     { Fractal Type Parameters }
  14.     { Image Calculation Parameters }
  15.     { Color Parameters }
  16.     { Doodad Parameters }
  17.     { File Parameters }
  18.     { Sound Parameters }
  19.     { Video Parameters }
  20.     { Printer Parameters }
  21.     { 3D Parameters }
  22. ;
  23. ;
  24. ~Topic=Summary of all Parameters
  25. ; This topic is online only.
  26. ~Format-
  27.  
  28. {Startup Parameters}
  29.   @filename[/setname]       Process commands from a file
  30.   [filename=]filename       Start with this saved file (one saved by FRACTINT
  31.                or a generic GIF file [treated as a plasma cloud])
  32.                ('filename=' is required except on command line)
  33.   batch=yes           Batch mode run (display image, save-to-disk, exit)
  34.   autokey=play|record       Playback or record keystrokes
  35.   autokeyname=filename       File for autokey mode, default AUTO.KEY
  36.   fpu=387|iit|noiit       Assume 387 or IIT fpu is present or absent
  37.   makedoc=filename       Create Fractint documentation file
  38.  
  39. {Calculation Mode Parameters}
  40.   passes=1|2|g|b|t       Select Single-Pass, Dual-Pass, Solid-Guessing,
  41.                Boundary-Tracing, or the Tesseral drawing
  42.                algorithms
  43.   fillcolor=normal|<nnn>   Sets a block fill color for use with Boundary
  44.                      Tracing and Tesseral options          
  45.   float=yes           For most functions changes from integer math to fp
  46.   symmetry=xxxx        Force symmetry to None, Xaxis, Yaxis, XYaxis,
  47.                Origin, or Pi symmetry.  Useful for debugging.
  48. ~FF
  49.  
  50. {Fractal Type Parameters}
  51.   type=fractaltype       Perform this Fractal Type (Default = mandel)
  52.                See {Fractal Types} for a full list
  53.   params=xxx[/xxx[/...       Begin with these extra Parameter values
  54.                (Examples:  params=4   params=-0.480/0.626)
  55.   function=fn1/.../fn4       Allows specification of transcendental functions
  56.                with types using variable functions. Values are
  57.                sin, cos, tan, cotan, sinh, cosh, tanh, cotanh,
  58.                exp, log, sqr, recip (1/z), ident (identity),
  59.                and cosxx (cos with bug)
  60.   formulaname=name       Formula name for 'type=formula' fractals
  61.   lname=name           Lsystem name for 'type=lsystem' fractals
  62.   ifs=name           IFS name for 'type=ifs' fractals
  63.  
  64. {Sound Parameters}
  65.   sound=off|x|y|z          Nobody ever plays with fractals at work, do they?
  66.                            x|y|z can be used to add sound to attractor
  67.                            fractals, the orbits command, and reading GIFs.
  68.   hertz=nnn                Base frequency for attractor sound effects
  69. ~FF
  70.  
  71. {Image Calculation Parameters}
  72.   corners=xmin/xmax/ymin/ymax[/x3rd/y3rd]
  73.                Begin with these Coordinates
  74.                (Example: corners=-0.739/-0.736/0.288/0.291)
  75.   center-mag=[Xctr/Yctr/Mag] An alternative method of entering corners.
  76.                With no parameters causes <B> command to output
  77.                'center-mag=' instead of corners.
  78.   maxiter=nnn           Maximum number of iterations (default = 150)
  79.   bailout=nnnn           Use this as the iteration bailout value (instead
  80.                of the default (4.0 for most fractal types)
  81.   initorbit=nnn/nnn       Sets the value used to initialize Mandelbrot orbits
  82.                to the given complex number (real and imag parts)
  83.   orbitdelay=nn           Slows up the display of orbits (by nn/10000 sec)
  84.   initorbit=pixel       Sets the value used to initialize Mandelbrot orbits
  85.                to the complex number corresponding to the screen
  86.                pixel. This is the default for most types.
  87.   periodicity=[no|show|nnn] Controls periodicity checking. 'no' turns checking
  88.                off; entering a number nnn controls the tightness
  89.                of checking (default 1, higher is more stringent)
  90.                'show' or a neg value colors 'caught' points white.
  91.   rseed=nnnnn           Random number seed, for reproducable Plasma Clouds
  92.   showdot=nn           Colors the current dot being calculated color nn.
  93. ~FF
  94. {Color Parameters}
  95.   inside=nnn           Fractal interior color (inside=0 for black)
  96.   outside=nnn|iter|real|imag|mult|sum  Fractal exterior color options
  97.   map=filename           Use 'filename' as the default color map (vga/targa)
  98.   colors=@filename|colorspec Sets current image color map from file or spec,
  99.                vga or higher only
  100.   cyclerange=nnn/nnn       Range of colors to cycle (default 1/255)
  101.   cyclelimit=nnn       Color-cycler speed-limit (1 to 256, default = 55)
  102.   textcolors=aa/bb/cc/...  Set text screen colors
  103.   textcolors=mono       Set text screen colors to simple black and white
  104.  
  105. {Doodad Parameters}
  106.   logmap=yes|old|nn       Yes maps logarithm of iteration to color. Old uses
  107.                pre vsn 14 logic. >1 compresses, <-1 for quadratic.
  108.   ranges=nn/nn/nn/...       Ranges of iteration values to map to colors
  109.   distest=nnn/nnn       Distance Estimator Method
  110.   decomp=nn           'Decomposition' toggle, value 2 to 256.
  111.   biomorph=nnn           Biomorph Coloring
  112.   potential=nn[/nn[/nn[/16bit]]]  Continuous Potential
  113.   invert=nn/nn/nn       Turns on inversion - turns images 'inside out'
  114.   finattract=yes       Look for finite attractor in julia types
  115.   exitnoask=yes           bypasses the final "are you sure?" exit screen
  116. ~FF
  117.  
  118. {File Parameters}
  119.   savename=filename       Save files using this name (instead of FRACT001)
  120.   overwrite=no|yes       Don't over-write existing files
  121.   savetime=nnn           Autosave image every nnn minutes of calculation
  122.   gif87a=yes           Save GIF files in the older GIF87a format (with
  123.                no FRACTINT extension blocks)
  124.   parmfile=filename       File for <@> and <b> commands, default FRACTINT.PAR
  125.   formulafile=filename       File for type=formula, default FRACTINT.FRM
  126.   lfile=filename       File for type=lsystem, default FRACTINT.L
  127.   ifsfile=filename       File for type=ifs, default FRACTINT.IFS
  128.   orbitsave=yes        Causes IFS and orbit fractals orbit points to be
  129.                saved in the file ORBITS.RAW
  130. {Video Parameters}
  131.   video=xxx           Begin with this video mode (Example: Video=F2)
  132.   askvideo=no           Skip the prompt for video mode when restoring files
  133.   adapter=hgc|cga|ega|egamono|mcga|vga
  134.                            Assume this (standard) video adapter is present
  135.   adapter=ATI|Everex|Trident|NCR|Video7|Genoa|Paradise|Chipstech|
  136.                            Tseng3000|Tseng4000|AheadA|AheadB|Oaktech
  137.                            Assume the named SuperVGA Chip set is present and
  138.                            enable its non-standard SuperVGA modes.
  139.   textsafe=yes|no|bios|save  For use when images are not restored correctly on
  140.                return from a text display
  141.   exitmode=nn           Sets the bios-supported videomode to use upon exit
  142.                (if not mode 3) - nn is the mode in hexadecimal
  143. ~FF
  144.  
  145. {Printer Parameters}
  146.   printer=type[/res[/lpt#[/-1]]]
  147.                Set the printer type, dots/inch, and port#
  148.                types: IBM, EPSON, CO (Star Micronix),
  149.                   HP (LaserJet), PA (Paintjet),
  150.                   PS (PostScript portrait), PSL (landscape)
  151.                port# 1-3 LPTn, 11-14 COMn, 21-22 direct parallel,
  152.                  31-32 direct serial
  153.   linefeed=crlf|lf|cr       Control characters to emit at end of each line
  154.   title=yes           Print a title with the output
  155.   printfile=filename       Print to specified file
  156.   epsf=1|2|3|...       Forces print to file; default filename fract001.eps,
  157.                forces PostScript mode
  158.   translate=yes|nnn       PostScript only; yes prints negative image;
  159.                >0 reduces image colors; <0 color reduce+negative
  160.   halftone=frq/angl/styl   PostScript: defines halftone screen
  161.   halftone=r/g/b       PaintJet: contrast adjustment
  162.   comport=port/baud/opts   COM port initialization. Port=1,2,3,etc.
  163.                baud=115,150,300,600,1200,2400,4800,9600
  164.                options 7,8 | 1,2 | e,n,o (any order)
  165.                Example: comport=1/9600/n71
  166.   colorps=yes|no           Enable or Disable the color postscript extensions
  167. ~FF
  168. {3D Parameters}
  169.   preview=yes           Turns on 3D 'preview' default mode
  170.   showbox=yes           Turns on 3D 'showbox' default mode
  171.   sphere=yes           Turns on 3D sphere mode
  172.   coarse=nnn           Sets Preview 'coarseness' default value
  173.   stereo=nnn           Sets Stereo (R/B 3D) option:  0 = none,
  174.                1 = alternate, 2 = superimpose, 3 = photo
  175.   ray=nnn           selects raytrace output file format
  176.   brief=yes           selects brief or verbose file for DKB output
  177.  
  178.   interocular=nnn       Sets 3D Interocular distance default value
  179.   converge=nnn           Sets 3D Convergence default value
  180.   crop=nnn/nnn/nnn/nnn       Sets 3D red-left, red-right, blue-left,
  181.                and blue-right cropping default valuess
  182.   bright=nnn/nnn       Sets 3D red and blue brightness defaults,
  183.  
  184.   longitude=nn/nn       Longitude minumim and maximum
  185.   latitude=nn/nn       Latitude minimum and maximum
  186.   radius=nn           Radius scale factor
  187.   rotation=nn[/nn[/nn]]    Rotation abount x,y, and z axes
  188.   scalexyz=nn/nn/nn       X, Y, and Z scale factors
  189.   roughness=nn           Same as Z scale factor
  190.   waterline=nn           Colors this number and below will be 'inside' color
  191.   filltype=nn           3D filltype
  192.   perspective=nn       Perspective viewer distance (100 is at the edge)
  193.   xyshift=nn/nn        Shift image in x & y directions (alters viewpoint)
  194.   lightsource=nn/nn/nn       The coordinates of the light source vector
  195.   smoothing=nn           Smooths rough images in light source mode
  196.   transparent=mm/nn       Sets colors 'mm' to 'nn as transparent
  197.   xyadjust=nnn/nnn       Sets 3D X and Y adjustment defaults,
  198.   randomize=nnn        smoothes 3d color transitions between elevations
  199.   fullcolor=yes        allows creation of full color .TGA image with
  200.                light source fill types
  201.   ambient=nnn           sets depth of shadows and contrast when using
  202.                light source fill types
  203.   haze=nnn           sets haze for distant objects if fullcolor=1
  204.   lightname=filename       fullcolor output file name, default FRACT001.TGA
  205. ;
  206. ;
  207. ~Topic=Introduction to Parameters
  208.  
  209. Fractint accepts command-line parameters that allow you start it with a
  210. particular video mode, fractal type, starting coordinates, and just about
  211. every other parameter and option.
  212.  
  213. These parameters can also be specified in a SSTOOLS.INI file, to set them
  214. every time you run Fractint.
  215.  
  216. They can also be specified as named groups in a .PAR (parameter) file
  217. which you can then call up while running Fractint by using the <@>
  218. command.
  219.  
  220. In all three cases (DOS command line, SSTOOLS.INI, and parameter file) the
  221. parameters use the same syntax, usually a series of keyword=value commands
  222. like SOUND=OFF.  Each parameter is described in detail in subsequent
  223. sections.
  224. ;
  225. ;
  226. ~Topic=Using the DOS Command Line
  227.  
  228. You can specify parameters when you start Fractint from DOS by using a
  229. command like:
  230.  
  231.     FRACTINT SOUND=OFF FILENAME=MYIMAGE.GIF
  232.  
  233. The individual parameters are separated by one or more spaces (an
  234. individual parameter may not include spaces). Upper or lower case may be
  235. used, and parameters can be in any order.
  236.  
  237. Since DOS commands are limited to 128 characters, Fractint has a special
  238. command you can use when you have a lot of startup parameters (or have a
  239. set of parameters you use frequently):
  240.  
  241.     FRACTINT @MYFILE
  242.  
  243. When @filename is specified on the command line, Fractint reads parameters
  244. from the specified file as if they were keyed on the command line.  You
  245. can create the file with a text editor, putting one "keyword=value"
  246. parameter on each line.
  247. ;
  248. ;
  249. ~Topic=Setting Defaults (SSTOOLS.INI File)
  250. Every time Fractint runs, it searches the current directory, and then the
  251. directories in your DOS PATH, for a file named SSTOOLS.INI.  If it finds
  252. this file, it begins by reading parameters from it.  This file is useful
  253. for setting parameters you always want, such as those defining your
  254. printer setup.
  255.  
  256. SSTOOLS.INI is divided into sections belonging to particular programs.
  257. Each section begins with a label in brackets. Fractint looks for the label
  258. [fractint], and ignores any lines it finds in the file belonging to any
  259. other label. If an SSTOOLS.INI file looks like this:
  260.  
  261.   [fractint]\
  262.   sound=off     ; (for home use only)\
  263.   printer=hp     ; my printer is a LaserJet\
  264.   inside=0     ; using "traditional" black\
  265.   [startrek]\
  266.   warp=9.5     ; Captain, I dinna think the engines can take it!\
  267.  
  268. Fractint will use only the second, third, and fourth lines of the file.
  269. (Why use a convention like that when Fractint is the only program you know
  270. of that uses an SSTOOLS.INI file?  Because there are other programs (such
  271. as Lee Crocker's PICLAB) that now use the same file, and there may one day
  272. be other, sister programs to Fractint using that file.)
  273. ;
  274. ;
  275. ~Topic=Parameter Files and the <@> Command
  276.  
  277. You can change parameters on-the-fly while running Fractint by using the
  278. <@> command and a parameter file. Parameter files contain named groups of
  279. parameters, looking something like this:
  280.  
  281.   quickdraw \{        ; a set of parameters named quickdraw\
  282.      maxiter=150\
  283.      float=no\
  284.      }\
  285.   slowdraw \{        ; another set of parameters\
  286.      maxiter=2000\
  287.      float=yes\
  288.      }\
  289.  
  290. If you use the <@> command and select a parameter file containing the
  291. above example, Fractint will show two choices: quickdraw and slowdraw. You
  292. move the cursor to highlight one of the choices and press <Enter> to set
  293. the parameters specified in the file by that choice.
  294.  
  295. The default parameter file name is FRACTINT.PAR. A different file can be
  296. selected with the "parmfile=" option, or by using <@> and then hitting
  297. <F6>.
  298.  
  299. You can create parameter files with a text editor, or for some uses, by
  300. using the <B> command. Parameter files can be used in a number of ways,
  301. some examples:
  302.  
  303.   o To save the parameters for a favorite image. Fractint can do this for
  304.     you with the <B> command.
  305.  
  306.   o To save favorite sets of 3D transformation parameters. Fractint can do
  307.     this for you with the <B> command.
  308.  
  309.   o To set up different sets of parameters you use occasionally. For
  310.     instance, if you have two printers, you might want to set up a group
  311.     of parameters describing each.
  312.  
  313.   o To save image parameters for later use in batch mode - see
  314.     {Batch Mode}.
  315.  
  316. See {"Parameter Save/Restore Commands"} for details about the <@> and
  317. <B> commands.
  318. ;
  319. ;
  320. ~Topic=General Parameter Syntax
  321.  
  322. Parameters must be separated by one or more spaces.
  323.  
  324. Upper and lower case can be used in keywords and values.
  325.  
  326. Anything on a line following a ; (semi-colon) is ignored, i.e. is a
  327. comment.
  328.  
  329. In parameter files and SSTOOLS.INI:\
  330.   o Individual parameters can be entered on separate lines.\
  331.   o Long values can be split onto multiple lines by ending a line with a \\
  332.     (backslash) - leading spaces on the following line are ignored, the
  333.     information on the next line from the first non-blank character onward
  334.     is appended to the prior line.
  335.  
  336. Some terminology:\
  337.   KEYWORD=nnn           enter a number in place of "nnn"\
  338.   KEYWORD=[filename]       you supply filename\
  339.   KEYWORD=yes|no|whatever  choose one of "yes", "no", or "whatever"\
  340.   KEYWORD=1st[/2nd[/3rd]]  the slash-separated parameters "2nd" and
  341.                "3rd" are optional
  342. ;
  343. ;
  344. ~Topic=Startup Parameters
  345.  
  346. @FILENAME\
  347. Causes Fractint to read "filename" for parameters. When it finishes, it
  348. resumes reading its own command line -- i.e., "FRACTINT MAXITER=250
  349. @MYFILE PASSES=1" is legal. This option is only valid on the DOS command
  350. line, as Fractint is not clever enough to deal with multiple indirection.
  351.  
  352. @FILENAME/GROUPNAME\
  353. Like @FILENAME, but reads a named group of parameters from a parameter
  354. file.  See {"Parameter Files and the <@> Command"}.
  355.  
  356. FILENAME=[name]\
  357. Causes Fractint to read the named file, which must either have been saved
  358. from an earlier Fractint session or be a generic GIF file, and use that as
  359. the starting point, bypassing the initial information screens. The
  360. filetype is optional and defaults to .GIF. Non-Fractint GIF files are
  361. restored as fractal type "plasma".\
  362. On the DOS command line you may omit FILENAME= and just give the file name.
  363.  
  364. BATCH=yes\
  365. See {Batch Mode}.
  366.  
  367. AUTOKEY=play|record\
  368. Specifying "play" runs Fractint in playback mode - keystrokes are read
  369. from the autokey file (see next parameter) and interpreted as if they're
  370. being entered from the keyboard.\
  371. Specifying "record" runs in recording mode - all keystrokes are recorded
  372. in the autokey file.\
  373. See also {Autokey Mode}.
  374.  
  375. AUTOKEYNAME=[filename]\
  376. Specifies the file name to be used in autokey mode. The default file name
  377. is AUTO.KEY.
  378.  
  379. FPU=387|IIT|NOIIT\
  380. This parameter is useful if you have an unusual coprocessor chip. If you
  381. have a 80287 replacement chip with full 80387 functionality use "FPU=387"
  382. to inform Fractint to take advantage of those extra 387 instructions.
  383. If you have the IIT fpu, but don't have IIT's 'f4x4int.com' TSR loaded,
  384. use "FPU=IIT" to force Fractint to use that chip's matrix multiplication
  385. routine automatically to speed up 3-D transformations (if you have an IIT
  386. fpu and have that TSR loaded, Fractint will auto-detect the presence of
  387. the fpu and TSR and use its extra capabilities automatically).
  388. Since all IIT chips support 80387 instructions, enabling the IIT code also
  389. enables Fractint's use of all 387 instructions.
  390. Setting "FPU=NOIIT" disables Fractint's IIT Auto-detect capability.
  391. Warning: multi-tasking operating systems such as Windows and DesQView
  392. don't automatically save the IIT chip extra registers, so running two
  393. programs at once that both use the IIT's matrix multiply feature but
  394. don't use the handshaking provided by that 'f4x4int.com' program,
  395. errors will result.
  396.  
  397. MAKEDOC[=filename]\
  398. Create Fractint documentation file (for printing or viewing with a text
  399. editor) and then return to DOS.  Filename defaults to FRACTINT.DOC.
  400. There's also a function in Fractint's online help which can be used to
  401. produce the documentation file -
  402. ~Doc-
  403. see {Printing Fractint Documentation}.
  404. ~Doc+,Online-
  405. use "Printing Fractint Documentation" from the main help index.
  406. ~Online+
  407. ;
  408. ;
  409. ~Topic=Calculation Mode Parameters
  410.  
  411. PASSES=1|2|guess|btm|tesseral\
  412. Selects single-pass, dual-pass, solid-Guessing mode, Boundary Tracing,
  413. or the Tesseral algorithm.  See {Drawing Method}.
  414.  
  415. FILLCOLOR=normal|<nnn>\
  416. Sets a color to be used for block fill by Boundary Tracing and Tesseral
  417. algorithms.  See {Drawing Method}.
  418.  
  419. FLOAT=yes\
  420. Most fractal types have both a fast integer math and a floating point
  421. version. The faster, but possibly less accurate, integer version is the
  422. default. If you have a new 80486 or other fast machine with a math
  423. coprocessor, or if you are using the continuous potential option (which
  424. looks best with high bailout values not possible with our integer math
  425. implementation), you may prefer to use floating point. Just add
  426. "float=yes" to the command line to do so.
  427. Also see {"Limitations of Integer Math (And How We Cope)"}.
  428.  
  429. SYMMETRY=xxx\
  430. Forces symmetry to None, Xaxis, Yaxis, XYaxis, Origin, or Pi symmetry.
  431. Useful for debugging.
  432. ;
  433. ;
  434. ~Topic=Fractal Type Parameters
  435.  
  436. TYPE=[name]\
  437. Selects the fractal type to calculate. The default is type "mandel".
  438.  
  439. PARAMS=n/n/n/n...\
  440. Set optional (required, for some fractal types) values used in the
  441. calculations. These numbers typically represent the real and imaginary
  442. portions of some startup value, and are described in detail as needed in
  443. {Fractal Types}.\
  444. (Example: FRACTINT TYPE=julia PARAMS=-0.48/0.626 would wait at the opening
  445. screen for you to select a video mode, but then proceed straight to the
  446. Julia set for the stated x (real) and y (imaginary) coordinates.)
  447.  
  448. FUNCTION=[fn1[/fn2[/fn3[/fn4]]]]\
  449. Allows setting variable functions found in some fractal type formulae.
  450. Possible values are sin, cos, tan, cotan, sinh, cosh, tanh, cotanh, exp,
  451. log, sqr, recip (i.e. 1/z), ident (i.e. identity), and cosxx (cos with
  452. a pre version 16 bug).
  453.  
  454. FORMULANAME=[formulaname]\
  455. Specifies the default formula name for type=formula fractals.  (I.e. the
  456. name of a formula defined in the FORMULAFILE.) Required if you want to
  457. generate one of these fractal types in batch mode, as this is the only way
  458. to specify a formula name in that case.
  459.  
  460. LNAME=[lsystemname]\
  461. Specifies the default L-System name. (I.e. the name of an entry in the
  462. LFILE.) Required if you want to generate one of these fractal types in
  463. batch mode, as this is the only way to specify an L-System name in that
  464. case.
  465.  
  466. IFS=[ifsname]\
  467. Specifies the default IFS name. (I.e. the name of an entry in the
  468. IFSFILE.) Required if you want to generate one of these fractal types in
  469. batch mode, as this is the only way to specify an IFS name in that case.
  470. ;
  471. ;
  472. ~Topic=Image Calculation Parameters
  473.  
  474. MAXITER=nnn\
  475. Reset the iteration maximum (the number of iterations at which the program
  476. gives up and says 'OK, this point seems to be part of the set in question
  477. and should be colored [insidecolor]') from the default 150. Values range
  478. from 10 to 32000 (super-high iteration limits like 30000 are useful when
  479. using logarithmic palettes).  See {The Mandelbrot Set} for a description
  480. of the iteration method of calculating fractals.\
  481. "maxiter=" can also be used to adjust the number of orbits plotted for
  482. 3D "attractor" fractal types such as lorenz3d and kamtorus.
  483.  
  484. CORNERS=xmin/xmax/ymin/ymax[/x3rd/y3rd]\
  485. Example: corners=-0.739/-0.736/0.288/0.291\
  486. Begin with these coordinates as the range of x and y coordinates, rather
  487. than the default values of (for type=mandel) -2.0/2.0/-1.5/1.5. When you
  488. specify four values (the usual case), this defines a rectangle: x-
  489. coordinates are mapped to the screen, left to right, from xmin to xmax, y-
  490. coordinates are mapped to the screen, bottom to top, from ymin to ymax.
  491. Six parameters can be used to describe any rotated or stretched
  492. parallelogram:    (xmin,ymax) are the coordinates used for the top-left
  493. corner of the screen, (xmax,ymin) for the bottom-right corner, and
  494. (x3rd,y3rd) for the bottom-left.
  495.  
  496. CENTER-MAG=[Xctr/Yctr/Mag]\
  497. This is an alternative way to enter corners as a center point and a
  498. magnification that is popular with some fractal programs and publications.
  499. Entering just "CENTER-MAG=" tells Fractint whether to use this form rather
  500. than corners when saving parameters with  the <B> command. The <TAB>
  501. status display shows the "corners" in both forms.  Note that an aspect
  502. ratio of 1.3333 is assumed; if you have altered the zoom box proportions
  503. or rotated the zoom box, this form can no longer be used.
  504.  
  505. BAILOUT=nnn\
  506. Over-rides the default bailout criterion for escape-time fractals. Can
  507. also be set from the parameters screen after selecting a fractal type.
  508. See description of bailout in {The Mandelbrot Set}.
  509.  
  510. RESET\
  511. Causes Fractint to reset all calculation related parameters to their
  512. default values. Non-calculation parameters such as "printer=", "sound=",
  513. and "savename=" are not affected. RESET should be specified at the start
  514. of each parameter file entry (used with the <@> command) which defines an
  515. image, so that the entry need not describe every possible parameter - when
  516. invoked, all parameters not specifically set by the entry will have
  517. predictable values (the defaults).
  518.  
  519. INITORBIT=pixel\
  520. INITORBIT=nnn/nnn\
  521. Allows control over the value used to begin each Mandelbrot-type orbit.
  522. "initorbit=pixel" is the default for most types; this command initializes
  523. the orbit to the complex number corresponding to the screen pixel. The
  524. command "initorbit=nnn/nnn" uses the entered value as the initializer. See
  525. the discussion of the {Mandellambda Sets} for more on this topic.
  526.  
  527. ORBITDELAY=<nn>\
  528. Slows up the display of orbits using the <o> command
  529. for folks with hot new computers. Units are in 1/10000 seconds per
  530. orbit point.  ORBITDELAY=10 therefore allows you to see each pixel's
  531. orbit point for about one millisecond. For best display of orbits,
  532. try passes=1 and a moderate resolution such as 320x200.  Note that
  533. the first time you press the 'o' key with the 'orbitdelay' function
  534. active, your computer will pause for a half-second or so to calibrate
  535. a high-resolution timer.        
  536.  
  537. PERIODICITY=no|show|nnn\
  538. Controls periodicity checking (see {Periodicity Logic}).
  539. "no" turns it off, "show" lets
  540. you see which pixels were painted as "inside" due to being caught
  541. by periodicity.  Specifying a number causes a more conservative
  542. periodicity test (each increase of 1 divides test tolerance by 2).
  543. Entering a negative number lets you turn on "show" with that number. Type
  544. lambdafn function=exp needs periodicity turned off to be accurate -- there
  545. may be other cases.
  546.  
  547. RSEED=nnnn\
  548. The initial random-number "seed" for plasma clouds is taken from your PC's
  549. internal clock-timer. This argument forces a value (which you can see in
  550. the <Tab> display), and allows you to reproduce plasma clouds. A detailed
  551. discussion of why a TRULY random number may be impossible to define, let
  552. alone generate, will have to wait for "FRACTINT: The 3-MB Doc File."
  553.  
  554. SHOWDOT=<nn>\
  555. Colors the pixel being calculated color <nn>. Useful for very slow
  556. fractals for showing you the calculation status.
  557. ;
  558. ;
  559. ~Topic=Color Parameters
  560.  
  561. INSIDE=nnn|bof60|bof61|zmag|attractor|epscross|startrail\
  562. Set the color of the interior: for
  563. example, "inside=0" makes the M-set "lake" a stylish basic black. A setting of
  564. -1 makes inside=maxiter. Three more options reveal hidden structure inside the
  565. lake.  Inside=bof60 and inside=bof61, are named after the figures on pages 60
  566. and 61 of "Beauty of Fractals".  See {Inside=bof60|bof61|zmag} for a brilliant
  567. explanation of what these do!
  568.  
  569. Inside=zmag is a method of coloring based on the magnitude of Z after the
  570. maximum iterations have been reached.  The affect along the edges of the
  571. Mandelbrot is like thin-metal welded sculpture.
  572.  
  573. The inside=attractor option uses yet another scheme - see {Finite Attractors}.
  574.  
  575. Inside=epscross colors pixels green or yellow according to whether their 
  576. orbits swing close to the Y-axis or X-axis, respectively. Inside=starcross
  577. has a coloring scheme based on clusters of points in the orbits. Best with
  578. outside=<nnn>. For more information, see {Inside=epscross|startrail}.
  579.  
  580. OUTSIDE=nnn|iter|real|imag|summ|mult\
  581. The classic method of coloring outside
  582. the fractal is to color according to how many iterations were required before
  583. Z reached the bailout value, usually 4. This is the method used when
  584. OUTSIDE=iter.
  585.  
  586. However, when Z reaches bailout the real and imaginary components can be at
  587. very diferent values.  OUTSIDE=real and OUTSIDE=imag color using the iteration
  588. value plus the real or imaginary values.  OUTSIDE=summ uses the sum of all
  589. these values.  These options can give a startling 3d quality to otherwise flat
  590. images and can change some boring images to wonderful ones. OUTSIDE=mult
  591. colors by multiplying the iteration by real divided by imaginary. There was no
  592. mathematical reason for this, it just seemed like a good idea.
  593.  
  594. Outside=nnn sets the color of the exterior to some number of your choosing:
  595. for example, "OUTSIDE=1" makes all points not INSIDE the fractal set to color
  596. 1 (blue). Note that defining an OUTSIDE color forces any image to be a
  597. two-color one: either a point is INSIDE the set, or it's OUTSIDE it.
  598.  
  599. MAP=[filename]\
  600. Reads in a replacement color map from [filename]. This map replaces the
  601. default color map of your video adapter. Requires a VGA or higher adapter.
  602. The difference
  603. between this argument and an alternate map read in via <L> in color-
  604. command mode is that this one applies to the entire run.
  605. See {Palette Maps}.
  606.  
  607. COLORS=@filename|colorspecification\
  608. Sets colors for the current image, like the <L> function in color cycling
  609. and palette editing modes. Unlike the MAP= parameter, colors set with
  610. COLORS= do not replace the default - when you next select a new video
  611. mode, colors will revert to their defaults.\
  612. COLORS=@filename tells Fractint to use a color map file named "filename".
  613. See {Palette Maps}.\
  614. COLORS=colorspecification specifies the colors directly. The value of
  615. "colorspecification" is rather long (768 characters for 256 color modes),
  616. and its syntax is not documented here. This form of the COLORS= command is
  617. not intended for manual use - it exists for use by the <B> command when
  618. saving the description of a nice image.
  619.  
  620. CYCLERANGE=nnn/nnn\
  621. Sets the range of color numbers to be animated during color cycling.  The
  622. default is 1/255, i.e. just color number 0 (usually black) is not cycled.
  623.  
  624. CYCLELIMIT=nnn\
  625. Sets the speed of color cycling. Technically, the number of DAC registers
  626. updated during a single vertical refresh cycle. Legal values are 1 - 256,
  627. default is 55.
  628.  
  629. TEXTCOLORS=mono\
  630. Set text screen colors to simple black and white.
  631.  
  632. TEXTCOLORS=aa/bb/cc/...\
  633. Set text screen colors. Omit any value to use the default (e.g.
  634. textcolors=////50 to set just the 5th value). Each value is a 2 digit
  635. hexadecimal value; 1st digit is background color (from 0 to 7), 2nd digit
  636. is foreground color (from 0 to F).\
  637. ~Format-
  638. Color values are:
  639.     0 black    8 gray
  640.     1 blue    9 light blue
  641.     2 green    A light green
  642.     3 cyan    B light cyan
  643.     4 red    C light red
  644.     5 magenta    D light magenta
  645.     6 brown    E yellow
  646.     7 white    F bright white
  647. 29 colors can be specified, their meanings are as follows:
  648.   heading:
  649.     1  Fractint version info
  650.     2  heading line development info (not used in released version)
  651.   help:
  652.     3  sub-heading
  653.     4  main text
  654.     5  instructions at bottom of screen
  655.     6  hotlink field
  656.     7  highlighted (current) hotlink
  657.   menu, selection boxes, parameter input boxes:
  658.     8  background around box and instructions at bottom
  659.     9  emphasized text outside box
  660.    10  low intensity information in box
  661.    11  medium intensity information in box
  662.    12  high intensity information in box (e.g. heading)
  663.    13  current keyin field
  664.    14  current keyin field when it is limited to one of n values
  665.    15  current choice in multiple choice list
  666.    16  speed key prompt in multiple choice list
  667.    17  speed key keyin in multiple choice list
  668.   general (tab key display, IFS parameters, "thinking" display):
  669.    18  high intensity information
  670.    19  medium intensity information
  671.    20  low intensity information
  672.    21  current keyin field
  673.   disk video:
  674.    22  background around box
  675.    23  high intensity information
  676.    24  low intensity information
  677.   diagnostic messages:
  678.    25  error
  679.    26  information
  680.   credits screen:
  681.    27  bottom lines
  682.    28  high intensity divider line
  683.    29  low intensity divider line
  684.    30  primary authors
  685.    31  contributing authors
  686. The default is
  687.    textcolors=1F/1A/2E/70/28/71/31/78/70/17/
  688.           1F/1E/2F/5F/07/0D/71/70/78/0F/
  689.           70/0E/0F/4F/20/17/20/28/0F/07
  690. (In a real command file, all values must be on one line.)
  691. ~Format+
  692. ;
  693. ;
  694. ~Topic=Doodad Parameters
  695.  
  696. LOGMAP=yes|old|n\
  697. Selects a compressed relationship between escape-time iterations and
  698. palette colors.  See {"Logarithmic Palettes and Color Ranges"} for details.
  699.  
  700. RANGES=nn/nn/nn/...\
  701. Specifies ranges of escape-time iteration counts to be mapped to each
  702. color number.  See {"Logarithmic Palettes and Color Ranges"} for details.
  703.  
  704. DISTEST=nnn/nnn\
  705. A nonzero value in the first parameter enables the distance estimator
  706. method. The second parameter specifies the "width factor", defaults to 71.
  707. See {"Distance Estimator Method"} for details.
  708.  
  709. DECOMP=2|4|8|16|32|64|128|256\
  710. Invokes the corresponding decomposition coloring scheme.
  711. See {Decomposition} for details.
  712.  
  713. BIOMORPH=nnn\
  714. Turn on biomorph option; set affected pixels to color nnn.
  715. See {Biomorphs} for details.
  716.  
  717. POTENTIAL=maxcolor[/slope[/modulus[/16bit]]]\
  718. Enables the "continuous potential" coloring mode for all fractal types
  719. except plasma clouds, attractor types such as lorenz, and IFS. The four
  720. arguments define the maximum color value, the slope of the potential
  721. curve, the modulus "bailout" value, and whether 16 bit values are to be
  722. calculated.  Example: "POTENTIAL=240/2000/40/16bit". The Mandelbrot and
  723. Julia types ignore the modulus bailout value and use their own hardwired
  724. value of 4.0 instead.  See {Continuous Potential} for details.
  725.  
  726. INVERT=nn/nn/nn\
  727. Turns on inversion. The parameters are radius of inversion, x-coordinate
  728. of center, and y-coordinate of center. -1 as the first parameter sets the
  729. radius to 1/6 the smaller screen dimension; no x/y parameters defaults to
  730. center of screen. The values are displayed with the <Tab> command.
  731. See {Inversion} for details.
  732.  
  733. FINATTRACT=no|yes\
  734. Another option to show coloring inside some Julia "lakes" to show escape
  735. time to finite attractors. Works with lambda, magnet types, and possibly
  736. others.  See {Finite Attractors} for more information.
  737.  
  738. EXITNOASK=yes\
  739. This option forces Fractint to bypass the final "are you sure?" exit
  740. screen when the ESCAPE key is pressed from the main image-generation
  741. screen.  Added at the request of Ward Christensen.  It's his funeral <grin>.
  742. ;
  743. ;
  744. ~Topic=File Parameters
  745.  
  746. SAVENAME=[name]\
  747. Set the filename to use when you <S>ave a screen. The default filename is
  748. FRACT001. The .GIF extension is optional (Example: SAVENAME=myfile)
  749.  
  750. OVERWRITE=no|yes\
  751. Sets the savename overwrite flag (default is 'no'). If 'yes', saved files
  752. will over-write existing files from previous sessions; otherwise the
  753. automatic incrementing of FRACTnnn.GIF will find the first unused
  754. filename.
  755.  
  756. SAVETIME=nnn\
  757. Tells Fractint to automatically do a save every nnn minutes while a
  758. calculation is in progress.  This is mainly useful with long batches - see
  759. {Batch Mode}.
  760.  
  761. GIF87a=YES\
  762. Backward-compatibility switch to force creation of GIF files in the GIF87a
  763. format. As of version 14, Fractint defaults to the new GIF89a format which
  764. permits storage of fractal information within the format. GIF87a=YES is
  765. only needed if you wish to view Fractint images with a GIF decoder that
  766. cannot accept the newer format.  See {GIF Save File Format}.
  767.  
  768. PARMFILE=[parmfilename]\
  769. Specifies the default parameter file to be used by the <@> and <B>
  770. commands.  If not specified, the default is FRACTINT.PAR.
  771.  
  772. FORMULAFILE=[formulafilename]\
  773. Specifies the formula file for type=formula fractals (default is
  774. FRACTINT.FRM).    Handy if you want to generate one of these fractal types
  775. in batch mode.
  776.  
  777. LFILE=[lsystemfile]\
  778. Specifies the default L-System file for type=lsystem fractals (if not
  779. FRACTINT.L).
  780.  
  781. IFSFILE=[ifsfilename]\
  782. Specifies the default file for type=ifs fractals (default is
  783. FRACTINT.IFS).
  784.  
  785. FILENAME=[.suffix]\
  786. Sets the default file extension used for the <r> command.
  787. When this parameter is omitted, the
  788. default file mask shows .GIF and .POT files.  You might want to specify
  789. this parameter and the SAVENAME= parameter in your SSTOOLS.INI file if you
  790. keep your fractal images separate from other .GIF files by using a
  791. different suffix for them.
  792.  
  793. ORBITSAVE=yes\
  794. Causes the file ORBITS.RAW to be opened and the points generated by orbit
  795. fractals or IFS fractals to be saved in a raw format. This file can be read
  796. by the Acrospin program which can rotate and scale the image rapidly in
  797. response to cursor-key commands. The filename ORBITS.RAW is fixed and will
  798. be overwritten each time a new fractal is generated with this option.\
  799. (see {Barnsley IFS Fractals} {Orbit Fractals} {=@ACROSPIN Acrospin});
  800. ;
  801. ~Topic=Video Parameters
  802.  
  803. VIDEO=xxx\
  804. Set the initial video mode (and bypass the informational screens). Handy
  805. for batch runs. (Example: VIDEO=F4 for IBM 16-color VGA.)
  806. You can obtain the current VIDEO= values (key assignments) from the
  807. "select video mode" screens inside Fractint. If you want to do a batch run
  808. with a video mode which isn't currently assigned to a key, you'll have to
  809. modify the key assignments - see {"Video Mode Function Keys"}.
  810.  
  811. ASKVIDEO=yes|no\
  812. If "no," this eliminates the prompt asking you if a file to be restored is
  813. OK for your current video hardware.\
  814. WARNING: every version of Fractint so far has had a bigger, better, but
  815. shuffled-around video table. Since calling for a mode your hardware
  816. doesn't support can leave your system in limbo, be careful about leaving
  817. the above two parameters in a command file to be used with future versions
  818. of Fractint, particularly for the super-VGA modes.
  819.  
  820. ADAPTER=hgc|cga|ega|egamono|mcga|vga|ATI|Everex|Trident|NCR|Video7|Genoa|
  821.         Paradise|Chipstech|Tseng3000|Tseng4000|AheadA|AheadB|Oaktech\
  822. Bypasses Fractint's internal video autodetect logic and assumes that the
  823. specified kind of adapter is present. Use this parameter only if you
  824. encounter video problems without it.  Specifying adapter=vga with an SVGA
  825. adapter will make its extended modes unusable with Fractint.  All of the
  826. options after the "VGA" option specify specific SuperVGA chipsets which
  827. are capable of video resolutions higher than that of a "vanilla" VGA adapter.
  828. Note that Fractint cares about the Chipset your adapter uses internally,
  829. not the name of the company that sold it to you.
  830.  
  831. VESADETECT=yes|no\
  832. Specify no to bypass VESA video detection logic. Try this if you encounter
  833. video problems with a VESA compliant video adapter or driver.
  834.  
  835. TEXTSAFE=yes|no|bios|save\
  836. When you switch from a graphics image to text mode (e.g. when you use <F1>
  837. while a fractal is on display), Fractint remembers the graphics image, and
  838. restores it when you return from the text mode.
  839. This should be no big deal - there are a number of well-defined ways
  840. Fractint could do this which *should* work on any video adapter.  They
  841. don't - every fast approach we've tried runs into a bug on one video
  842. adapter or another.  So, we've implemented a fast way which works on most
  843. adapters in most modes as the default, and added this parameter for use
  844. when the default approach doesn't work.\
  845. If you experience the following problems, please fool around with this
  846. parameter to try to fix the problem:\
  847.   o Garbled image, or lines or dashes on image, when returning to image
  848.     after going to menu, <tab> display, or help.\
  849.   o Blank screen when starting Fractint.\
  850. The problems most often occur in higher resolution modes. We have not
  851. encountered them at all in modes under 320x200x256 - for those modes
  852. Fractint always uses a fast image save/restore approach.\
  853. Textsafe options:\
  854.   yes: This is the default. When switching to/from graphics, Fractint
  855.     saves just that part of video memory which EGA/VGA adapters are
  856.     supposed to modify during the mode changes.
  857.   no: This forces use of monochrome 640x200x2 mode for text displays (when
  858.     there is a high resolution graphics image to be saved.) This choice is
  859.     fast but uses chunky and colorless characters. If it turns out to be
  860.     the best choice for you, you might want to also specify
  861.     "textcolors=mono" for a more consistent appearance in text screens.
  862.   bios: This saves memory in the same way as textsafe=yes, but uses the
  863.     adapter's BIOS routines to save/restore the graphics state.  This
  864.     approach is fast and ought to work on all adapters. Sadly, we've found
  865.     that very few adapters implement this function perfectly.
  866.   save: This is the last choice to try. It should work on all adapters in
  867.     all modes but it is slow. It tells Fractint to save/restore the entire
  868.     image. Expanded or extended memory is used for the save if you have
  869.     enough available; otherwise a temporary disk file is used. The speed
  870.     of textsafe=save will be acceptable on some machines but not others.
  871.     The speed depends on:\
  872.       o Cpu and video adapter speed.\
  873.       o Whether enough expanded or extended memory is available.\
  874.       o Video mode of image being remembered. A few special modes are
  875.     *very* slow compared to the rest. The slow ones are: 2 and 4 color
  876.     modes with resolution higher than 640x480; custom modes for ATI
  877.     EGA Wonder, Paradise EGA-480, STB, Compaq portable 386, AT&T 6300,
  878.     and roll-your-own video modes implemented with customized
  879.     "yourvid.c" code.
  880. If you want to tune Fractint to use different "textsafe" options for
  881. different video modes, see {"Customized Video Modes\, FRACTINT.CFG"}.
  882. (E.g. you might
  883. want to use the slower textsafe=save approach just for a few high-
  884. resolution modes which have problems with textsafe=yes.)
  885.  
  886. EXITMODE=nn\
  887. Sets the bios-supported videomode to use upon exit to the specified value.
  888. nn is in hexadecimal.  The default is 3, which resets to 80x25 color text
  889. mode on exit. With Hercules Graphics Cards, and with monochrome EGA
  890. systems, the exit mode is always 7 and is unaffected by this parameter.
  891.  
  892. TPLUS=yes|no\
  893. For TARGA+ adapters. Setting this to 'no' pretends a TARGA+ is NOT
  894. installed.
  895.  
  896. NONINTERLACED=yes|no\
  897. For TARGA+ adapters. Setting this to 'yes' will configure the adapter to a
  898. non-interlaced mode whenever possible.    It should only be used with a
  899. multisynch monitor. The default is no, i.e. interlaced.
  900.  
  901. MAXCOLORRES=8|16|24\
  902. For TARGA+ adapters. This determines the number of bits to use for color
  903. resolution.  8 bit color is equivalent to VGA color resolution. The 16 and
  904. 24 bit color resolutions are true color video modes which are not yet
  905. supported by Fractint but are hopefully coming soon.
  906.  
  907. PIXELZOOM=0|1|2|3\
  908. For TARGA+ adapters. Lowers the video mode resolution by powers of 2. For
  909. example, the 320x200 video resolution on the TARGA+ is actually the
  910. 640x400 video mode with a pixel zoom of 1.  Using the 640x400 video mode
  911. with a zoom of 3 would lower the resolution by 8, which is 2 raised to the
  912. 3rd power, for a full screen resolution of 80x50 pixels.
  913. ;
  914. ;
  915. ~Topic=Sound Parameters
  916.  
  917. SOUND=off|x|y|z\
  918. We're all MUCH too busy to waste time with Fractint at work, and no doubt
  919. you are too, so "sound=off" is included only for use at home, to avoid
  920. waking the kids or your Significant Other, late at night. (By the way,
  921. didn't you tell yourself "just one more zoom on LambdaSine" an hour ago?)
  922. Suggestions for a "boss" hot-key will be cheerfully ignored, as this
  923. sucker is getting big enough without including a spreadsheet screen too.
  924. The "sound=x/y/x" options are for the "attractor" fractals, like the
  925. Lorenz fractals - they play with the sound on your PC speaker as they are
  926. generating an image, based on the X or Y or Z co-ordinate they are
  927. displaying at the moment.  At the moment, "sound=x" (or y or z) really
  928. doesn't work very well when using an integer algorithm - try it with the
  929. floating-point toggle set, instead.
  930.  
  931. The scope of the sound command has been extended. You can now hear the
  932. sound of fractal orbits--just turn on sound from the command line or the
  933. <X> menu, fire up a fractal, and try the <O>rbits command. Use the
  934. orbitdelay=<nnn> command (also on the <X> menu) to dramatically alter
  935. the effect, which ranges from an unearthly scream to a series of discrete
  936. tones. Not recommended when people you have to live with are nearby!
  937. Remember, we don't promise that it will sound beautiful!
  938.  
  939. You can also "hear" any image that Fractint can decode; turn on sound
  940. before using <R> to read in a GIF file. We have no idea if this feature
  941. is useful. It was inspired by the comments of an on-line friend who is
  942. blind. We solicit feedback and suggestions from anyone who finds these
  943. sound features interesting or useful. The orbitdelay command also affects
  944. the sound of decoding images.
  945.  
  946. HERTZ=nnn\
  947. Adjusts the sound produced by the "sound=x/y/z" option.  Legal values are
  948. 200 through 10000.
  949. ;
  950. ;
  951. ~Topic=Printer Parameters
  952.  
  953. ~Doc-
  954. General printer parameters are described below.\
  955. Additional parameters for specific types of printers are described in:\
  956.      {PostScript Parameters}\
  957.      {PaintJet Parameters}\
  958.      {Plotter Parameters}\
  959.  
  960. ~Doc+
  961. PRINTER=type[/resolution[/port#]]\
  962. Defines your printer setup. The SSTOOLS.INI file is a REAL handy place to
  963. put this option, so that it's available whenever you have that sudden,
  964. irresistible urge for hard copy.
  965. ~Format-
  966. Printer types:
  967.   IB  IBM-compatible (default)
  968.   EP  Epson-compatible
  969.   HP  LaserJet
  970.   CO  Star Micronics Color printer, supposedly Epson-color-compatible
  971.   PA  Paintjet
  972.   PS  PostScript
  973.   PSL Postscript, landscape mode
  974.   PL  Plotter using HP-GL
  975. Resolution:
  976.   In dots per inch.
  977.   Epson/IBM: 60, 120, 240
  978.   LaserJet: 75, 150, 300
  979.   PaintJet: 90, 180
  980.   PostScript: 10 through 600, or special value 0 to print full page to
  981.   within about .4" of the edges (in portrait mode, width is full page and
  982.   height is adjusted to 3:4 aspect ratio)
  983.   Plotter: 1 to 10 for 1/Nth of page (e.g. 2 for 1/2 page)
  984. Port:
  985.   1, 2, 3 for LPT1-3 via BIOS
  986.   11, 12, 13, 14 for COM1-4 via BIOS
  987.   21, 22 for LPT1 or LPT2 using direct port access (faster when it works)
  988.   31, 32 for COM1 or COM2 using direct port access
  989. ~Format+
  990.  
  991. COMPORT=port/baud/options\
  992. Serial printer port initialization.\
  993. Port=1,2,3,etc.\
  994. Baud=115,150,300,600,1200,2400,4800,9600\
  995. Options: 7,8 | 1,2 | e,n,o (any order).\
  996. Example: comport=1/9600/n81 for COM1 set to 9600, no parity, 8 bits per
  997. character, 1 stop bit.
  998.  
  999. LINEFEED=crlf|lf|cr\
  1000. Specifies the control characters to emit at end of each line:  carriage
  1001. return and linefeed, just linefeed, or just carriage return.  The default
  1002. is crlf.
  1003.  
  1004. TITLE=yes\
  1005. If specified, title information is added to printouts.
  1006.  
  1007. PRINTFILE=filename\
  1008. Causes output data for the printer to be written to the named file on disk
  1009. instead of to a printer port. The filename is incremented by 1 each time
  1010. an image is printed - e.g. if the name is FRAC01.PRN, the second print
  1011. operation writes to FRAC02.PRN, etc. Existing files are not overwritten -
  1012. if the file exists, the filename is incremented to a new name.
  1013. ;
  1014. ;
  1015. ~Topic=PostScript Parameters
  1016.  
  1017. EPSF=1|2|3\
  1018. Forces print-to-file and PostScript. If PRINTFILE is not specified, the
  1019. default filename is FRACT001.EPS. The number determines how 'well-behaved'
  1020. a .EPS file is. 1 means by-the-book. 2 allows some EPS 'no-nos' like
  1021. settransfer and setscreen - BUT includes code that should make the code
  1022. still work without affecting the rest of the non-EPS document. 3 is a
  1023. free-for-all.
  1024.  
  1025. COLORPS=YES|NO - Enable or disable the color extensions.
  1026.  
  1027. TRANSLATE=yes|-n|n\
  1028. Translate=yes prints the negative image of the fractal.
  1029. Translate=n reduces the image to that many colors. A negative value causes
  1030. a color reduction as well as a negative image.
  1031.  
  1032. HALFTONE=frq/ang/sty[/f/a/s/f/a/s/f/a/s]\
  1033. Tells the PostScript printer how to define its halftone screen. The first
  1034. value, frequency, defines the number of halftone lines per inch. The
  1035. second chooses the angle (in degrees) that the screen lies at. The third
  1036. option chooses the halftone 'spot' style. Good default frequencies are
  1037. between 60 and 80; Good default angles are 45 and 0; the default style is
  1038. 0. If the halftone= option is not specified, Fractint will print using the
  1039. printer's default halftone screen, which should have been already set to
  1040. do a fine job on the printer.
  1041.  
  1042. These are the only three used when colorps=no. When color PS printing is
  1043. being used, the other nine options specify the red, green, then blue
  1044. screens. A negative number in any of these places will cause it to use
  1045. the previous (or default) value for that parameter. NOTE: Especially when
  1046. using color, the built-in screens in the printer's ROM may be the best
  1047. choice for printing. The default values are as follows:
  1048. halftone=45/45/1/45/75/1/45/15/1/45/0/1 and these will be used
  1049. if Fractint's halftone is chosen over the printer's built-in screen.
  1050. ~Format-
  1051. Current halftone styles:
  1052.     0 Dot
  1053.     1 Dot (Smoother)
  1054.     2 Dot (Inverted)
  1055.     3 Ring (Black)
  1056.     4 Ring (White)
  1057.     5 Triangle (Right)
  1058.     6 Triangle (Isosceles)
  1059.     7 Grid
  1060.     8 Diamond
  1061.     9 Line
  1062.    10 Microwaves
  1063.    11 Ellipse
  1064.    12 Rounded Box
  1065.    13 Custom
  1066.    14 Star
  1067.    15 Random
  1068.    16 Line (slightly different)
  1069. ~Format+
  1070.  
  1071. A word from the author (Scott Taylor)\
  1072. -------------------------------------\
  1073.  
  1074. Color PostScript printing is new to me. I don't even have a color printer to
  1075. test it on. (Don't want money. Want a Color PostScript printer!) The initial
  1076. tests seem to have worked. I am still testing and don't know whether or not
  1077. some sort of gamma correction will be needed. I'll have to wait and see about
  1078. that one.
  1079. ;
  1080. ;
  1081. ~Topic=PaintJet Parameters
  1082. Note that the pixels printed by the PaintJet are square.
  1083. Thus, a printout of an image
  1084. created in a video mode with a 4:3 pixel ratio (such as 640x480 or
  1085. 800x600) will come out matching the screen; other modes (such as 320x200)
  1086. will come out stretched.
  1087.  
  1088. Black and white images, or images using the 8 high resolution PaintJet
  1089. colors, come out very nicely.  Some images using the full spectrum of
  1090. PaintJet colors are very nice, some are disappointing.
  1091.  
  1092. When 180 dots per inch is selected (in PRINTER= command), high resolution
  1093. 8 color printing is done.  When 90 dpi is selected, low resolution
  1094. printing using the full 330 dithered color palette is done.  In both
  1095. cases, Fractint starts by finding the nearest color supported by the
  1096. PaintJet for each color in your image.    The translation is then
  1097. displayed (unless the current display mode is disk video).  This display
  1098. *should* be a fairly good match to what will be printed
  1099. - it won't be perfect most of the time but should give some idea
  1100. of how the output will look.  At this point you can <Enter> to go ahead
  1101. and print, <Esc> to cancel, or <k> to cancel and keep the
  1102. adjusted colors.
  1103.  
  1104. Note that you can use the color map PAINTJET.MAP to create images which
  1105. use the 8 high resolution colors available on the PaintJet.  Also, two
  1106. high-resolution disk video modes are available for creating full page
  1107. images.
  1108.  
  1109. If you find that the preview image seems very wrong (doesn't match what
  1110. actually gets printed) or think that Fractint could be doing a better job
  1111. of picking PaintJet colors to match your image's colors, you can try
  1112. playing with the following parameter.  Fair warning: this is a very
  1113. tricky business and you may find it a very frustrating business trying to
  1114. get it right.
  1115.  
  1116. HALFTONE=r/g/b\
  1117. (The parameter name is not appropriate - we appropriated a PostScript
  1118. parameter for double duty here.)\
  1119. This separately sets the "gamma" adjustment for each of the red, green,
  1120. and blue color components.  Think of "gamma" as being
  1121. like the contrast adjustment on your screen.  Higher gamma values for all
  1122. three components results in colors with more contrast being produced
  1123. on the printer.  Since each color component can have its gamma separately
  1124. adjusted, you can change the resulting color mix subtly (or drastically!)\
  1125. Each gamma value entered has one implied decimal digit.\
  1126. The default is "halftone=21/19/16", for red 2.1, green 1.9, and blue 1.6.
  1127. (A note from Pieter Branderhorst: I wrote this stuff to come out reasonably
  1128. on my monitor/printer.    I'm a bit suspicious of the guns on my monitor;
  1129. if the colors seem ridiculously wrong on your system you might start by
  1130. trying halftone=17/17/17.)
  1131. ;
  1132. ;
  1133. ~Topic=Plotter Parameters
  1134.  
  1135. Plotters which understand HP-GL commands are supported. To use a plotter,
  1136. draw a SMALL image (32x20 or 64x40) using the <v>iew screen options.  Put
  1137. a red pen in the first holder in the plotter, green in the second, blue in
  1138. the third.  Now press <P> to start plotting.  Now get a cup of coffee...
  1139. or two... or three.  It'll take a while to plot.  Experiment with
  1140. different resolutions, plot areas, plotstyles, and even change pens to
  1141. create weird-colored images.
  1142.  
  1143. PLOTSTYLE=0|1|2\
  1144. 0: 3 parallel lines (red/green/blue) are drawn for each pixel, arranged
  1145.   like "///".  Each bar is scaled according to the intensity of the
  1146.   corresponding color in the pixel.  Using different pen colors (e.g.
  1147.   blue, green, violet) can come out nicely.  The trick is to not tell
  1148.   anyone what color the bars are supposed to represent and they will
  1149.   accept these plotted colors because they do look nice...
  1150. 1: Same as 0, but the lines are also twisted.  This removes some of the
  1151.   'order' of the image which is a nice effect.  It also leaves more
  1152.   whitespace making the image much lighter, but colors such as yellow are
  1153.   actually visible.
  1154. 2: Color lines are at the same angle and overlap each other.  This type
  1155.   has the most whitespace.  Quality improves as you increase the number of
  1156.   pixels squeezed into the same size on the plotter.
  1157. ;
  1158. ;
  1159. ~Topic=3D Parameters
  1160.  
  1161. To stay out of trouble, specify all the 3D parameters, even if you want to
  1162. use what you think are the default values. It takes a little practice to
  1163. learn what the default values really are. The best way to create a set of
  1164. parameters is to use the <B> command on an image you like and then use an
  1165. editor to modify the resulting parameter file.
  1166.  
  1167. 3D=Yes\
  1168. Resets all 3d parameters to default values. If FILENAME= is given, forces
  1169. a restore to be performed in 3D mode (handy when used with
  1170. 'batch=yes' for batch-mode 3D images). If specified, 3D=Yes should come before
  1171. any other 3d parameters on the command line or in a parameter file entry.\
  1172. The options below override the 3D defaults:
  1173. ~Format-
  1174. PREVIEW=yes           Turns on 3D 'preview' default mode
  1175. SHOWBOX=yes           Turns on 3D 'showbox' default mode
  1176. COARSE=nn           Sets Preview 'coarseness' default value
  1177. SPHERE=yes           Turns on spherical projection mode
  1178. STEREO=n           Selects the type of stereo image creation
  1179. RAY=nnn            selects raytrace output file format
  1180. BRIEF=yes           selects brief or verbose file for DKB output
  1181.  
  1182. INTEROCULAR=nn           Sets the interocular distance for stereo
  1183. CONVERGE=nn           Determines the overall image separation
  1184. CROP=nn/nn/nn/nn       Trims the edges off stereo pairs
  1185. BRIGHT=nn/nn           Compensates funny glasses filter parameters
  1186. LONGITUDE=nn/nn        Longitude minimum and maximum
  1187. LATITUDE=nn/nn           Latitude minimum and maximum
  1188. RADIUS=nn           Radius scale factor
  1189. ROTATION=nn[/nn[/nn]]       Rotation about x,y, and z axes
  1190. SCALEZYZ=nn/nn/nn       X,y,and z scale factors
  1191. ROUGHNESS=nn           Same as z scale factor
  1192. WATERLINE=nn           Colors nn and below will be "inside" color
  1193. FILLTYPE=nn           3D filltype
  1194. PERSPECTIVE=nn           Perspective distance
  1195. XYSHIFT=nn/nn           Shift image in x and y directions with
  1196.                 perspective
  1197. LIGHTSOURCE=nn/nn/nn       Coordinates for light-source vector
  1198. SMOOTHING=nn           Smooths images in light-source fill modes
  1199. TRANSPARENT=min/max       Defines a range of colors to be treated as
  1200.                 "transparent" when <O>verlaying 3D images.
  1201. XYADJUST=nn/nn           This shifts the image in the x/y dir without
  1202.                 perspective
  1203. ~Format+
  1204.  
  1205. Below are new commands as of version 14 that support Marc Reinig's terrain
  1206. features.
  1207.  
  1208. RANDOMIZE=nnn (0 - 100)\
  1209. This feature randomly varies the color of a pixel to near by colors.
  1210. Useful to minimize map banding in 3d transformations. Usable with all
  1211. FILLTYPES. 0 disables, max values is 7. Try 3 - 5.
  1212.  
  1213. AMBIENT=nnn (0 - 100)\
  1214. Set the depth of the shadows when using full color and light source
  1215. filltypes. "0" disables the function, higher values lower the contrast.
  1216.  
  1217. FULLCOLOR=yes\
  1218. Valid with any light source FILLTYPE. Allows you to create a Targa-24 file
  1219. which uses the color of the image being transformed or the map you select
  1220. and shades it as you would see it in real life. Well, its better than B&W.
  1221. A good map file to use is topo
  1222.  
  1223. HAZE=nnn (0 - 100)\
  1224. Gives more realistic terrains by setting the amount of haze for distant
  1225. objects when using full color in light source FILLTYPES. Works only in the
  1226. "y" direction currently, so don't use it with much y rotation. Try
  1227. "rotation=85/0/0". 0 disables.
  1228.  
  1229. LIGHTNAME=<filename>\
  1230. The name of the Targa-24 file to be created when using full color with
  1231. light source. Default is light001.tga. If overwrite=no (the default), the
  1232. file name will be incremented until an unused filename is found.
  1233. Background in this file will be sky blue.
  1234. ;
  1235. ;
  1236. ;
  1237. ~Topic=Batch Mode
  1238.  
  1239. It IS possible, believe it or not, to become so jaded with the screen
  1240. drawing process, so familiar with the types and options, that you just
  1241. want to hit a key and do something else until the final images are safe on
  1242. disk.  To do this, start Fractint with the BATCH=yes parameter.  To set up
  1243. a batch run with the parameters required for a particular image you might:
  1244.   o Find an interesting area.  Note the parameters from the <Tab> display.
  1245.     Then use an editor to write a batch file.
  1246.   o Find an interesting area.  Set all the options you'll want in the
  1247.     batch run.    Use the <B> command to store the parameters in a file.
  1248.     Then use an editor to add the additional required batch mode
  1249.     parameters (such as VIDEO=) to the generated parameter file entry.
  1250.     Then run the batch using "fractint @myname.par/myentry" (if you told
  1251.     the <B> command to use file "myname" and to name the entry "myentry").
  1252.  
  1253. Another approach to batch mode calculations, using "FILENAME=" and resume,
  1254. is described later.
  1255.  
  1256. When modifying a parameter file entry generated by the <B> command, the
  1257. only parameters you must add for a batch mode run are "BATCH=yes", and
  1258. "VIDEO=xxx" to select a video mode.  You might want to also add
  1259. "SAVENAME=[name]" to name the result as something other than the default
  1260. FRACT001.GIF.  Or, you might find it easier to leave the generated
  1261. parameter file unchanged and add these parameters by using a command like:
  1262.    fractint @myname.par/myentry batch=y video=AF3 savename=mygif
  1263.  
  1264. "BATCH=yes" tells Fractint to run in batch mode -- that is, Fractint draws
  1265. the image using whatever other parameters you specified, then acts as if
  1266. you had hit <S> to save the image, then exits to DOS.
  1267.  
  1268. "FILENAME=" can be used with "BATCH=yes" to resume calculation of an
  1269. incomplete image.  For instance, you might interactively find an image you
  1270. like; then select some slow options (a high resolution disk video mode,
  1271. distance estimator method, high maxiter, or whatever);    start the
  1272. calculation;  then interrupt immediately with a <S>ave.  Rename the save
  1273. file (fract001.gif if it is the first in the session and you didn't name
  1274. it with the <X> options or "savename=") to xxx.gif. Later you can run
  1275. Fractint in batch mode to finish the job:\
  1276.     fractint batch=yes filename=xxx savename=xxx
  1277.  
  1278. "SAVETIME=nnn" is useful with long batch calculations, to store a
  1279. checkpoint every nnn minutes.  If you start a many hour calculation with
  1280. say "savetime=60", and a power failure occurs during the calculation,
  1281. you'll have lost at most an hour of work on the image.  You can resume
  1282. calculation from the save file as above.  Automatic saves triggered by
  1283. SAVETIME do not increment the save file name. The same file is overwritten
  1284. by each auto save until the image completes.  But note that Fractint does
  1285. not directly over-write save files.  Instead, each save operation writes a
  1286. temporary file FRACTINT.TMP, then deletes the prior save file, then
  1287. renames FRACTINT.TMP to be the new save file.  This protects against power
  1288. failures which occur during a save operation - if such a power failure
  1289. occurs, the prior save file is intact and there's a harmless incomplete
  1290. FRACTINT.TMP on your disk.
  1291.  
  1292. If you want to spread a many-hour image over multiple bits of free machine
  1293. time you could use a command like:\
  1294.     fractint batch=yes filename=xxx savename=xxx savetime=60\
  1295. While this batch is running, hit <S> (almost any key actually) to tell
  1296. fractint to save what it has done so far and give your machine back.  Kick
  1297. off the batch again when you have another time slice for it.
  1298.  
  1299. The SAVETIME= parameter, and batch resumes of partial calculations, only
  1300. work with fractal types which can be resumed.  See
  1301. {"Interrupting and Resuming"} for information about non-resumable types.
  1302. ;
  1303. ;
  1304. ;
  1305. ~Topic=Video Adapter Notes
  1306.  
  1307. True to the spirit of public-domain programming, Fractint makes only a
  1308. limited attempt to verify that your video adapter can run in the mode you
  1309. specify, or even that an adapter is present, before writing to it.
  1310. So if you use the "video=" command line parameter, check it before using
  1311. a new version of Fractint -
  1312. the old key combo may now call an ultraviolet holographic mode.
  1313. ~Doc-
  1314.  
  1315. Comments about some particular video adapters:\
  1316.     { EGA }      { Tweaked VGA }   { Super-VGA }\
  1317.     { 8514/A }      { XGA }\
  1318.     { Targa }      { Targa+ }\
  1319.  
  1320. Also see {Customized Video Modes\, FRACTINT.CFG}.
  1321. ~Doc+
  1322. ;
  1323. ;
  1324. ~Topic=EGA
  1325. ~Format-,Online-
  1326. EGA
  1327. ~Format+,Online+
  1328.  
  1329. Fractint assumes that every EGA adapter has a full 256K of memory
  1330. (and can therefore display 640 x 350 x 16 colors), but does nothing to
  1331. verify that fact before slinging pixels.
  1332. ;
  1333. ;
  1334. ~Topic=Tweaked VGA
  1335. ~Format-,Online-
  1336. "TWEAKED" VGA MODES
  1337. ~Format+,Online+
  1338.  
  1339. The IBM VGA adapter is a highly programmable device, and can be set up to
  1340. display many video-mode combinations beyond those "officially" supported
  1341. by the IBM BIOS. E.g. 320x400x256 and 360x480x256 (the latter is one of
  1342. our favorites).
  1343. These video modes are perfectly legal, but temporarily
  1344. reprogram the adapter (IBM or fully register-compatible) in a non-standard
  1345. manner that the BIOS does not recognize.
  1346.  
  1347. Fractint also contains code that sets up the IBM (or any truly register-
  1348. compatible) VGA adapter for several extended modes such as 704x528,
  1349. 736x552, 768x576, and 800x600. It does this by programming the VGA
  1350. controller to use the fastest dot-clock on the IBM adapter (28.322 MHz),
  1351. throwing more pixels, and reducing the refresh rate to make up for it.
  1352.  
  1353. These modes push many monitors beyond their rated specs, in terms of both
  1354. resolution and refresh rate. Signs that your monitor is having problems
  1355. with a particular "tweaked" mode include:
  1356.  o vertical or horizontal overscan (displaying dots beyond the edges of
  1357.    your visible CRT area)
  1358.  o flickering (caused by a too-slow refresh rate)\
  1359.  o vertical roll or total garbage on the screen (your monitor simply
  1360.    can't keep up, or is attempting to "force" the image into a pre-set
  1361.    mode that doesn't fit).
  1362.  
  1363. We have successfully tested the modes up to 768x576 on an IBM PS/2 Model
  1364. 80 connected to IBM 8513, IBM 8514, NEC Multisync II, and Zenith 1490
  1365. monitors (all of which exhibit some overscan and flicker at the highest
  1366. rates), and have tested 800x600 mode on the NEC Multisync II (although it
  1367. took some twiddling of the vertical-size control).
  1368. ;
  1369. ;
  1370. ~Topic=Super-VGA
  1371. ~Format-,Online-
  1372. SUPER-EGA AND SUPER-VGA MODES
  1373. ~Format+,Online+
  1374.  
  1375. Since
  1376. Since version 12.0, we've used both John Bridges' SuperVGA Autodetecting
  1377. logic *and* VESA adapter detection, so that many brand-specific SuperVGA
  1378. modes have been combined into single video mode selection entries.
  1379. There is now exactly one entry for SuperVGA 640x480x256 mode, for instance.
  1380.  
  1381. If Fractint's automatic SuperVGA/VESA detection logic guesses wrong,
  1382. and you know which SuperVGA chipset your video adapter uses, you can use
  1383. the "adapter=" command-line option to force Fractint to assume the presence
  1384. of a specific SuperVGA Chipset - see {Video Parameters} for details.
  1385. ;
  1386. ;
  1387. ~Topic=8514/A
  1388. ~Format-,Online-
  1389. 8514/A MODES
  1390. ~Format+,Online+
  1391.  
  1392. The IBM 8514/A modes use IBM's software interface, and require the pre-
  1393. loading of IBM's HDIDLOAD TSR utility. There are two sets of 8514/A modes:
  1394. full sets (640x480, 1024x768) which cover the entire screen and do NOT
  1395. have a border color (so that you cannot tell when you are "paused" in a
  1396. color-cycling mode), and partial sets (632x474, 1016x762) with small
  1397. border areas which do turn white when you are paused in color-cycling
  1398. mode. Also, while these modes are declared to be 256-color, if you do not
  1399. have your 8514/A adapter loaded with its full complement of memory you
  1400. will actually be in 16-color mode. Finally, because IBM's interface does
  1401. not handle drawing single pixels very well (we have to draw a 1x1 pixel
  1402. "box"), generating the zoom box is excruciatingly slow. Still, it works!
  1403. ;
  1404. ;
  1405. ~Topic=XGA
  1406. ~Format-,Online-
  1407. XGA MODES
  1408. ~Format+,Online+
  1409.  
  1410. The XGA adapter is supported using the VESA/SuperVGA Autodetect modes -
  1411. the XGA looks like just another SuperVGA adapter to Fractint.
  1412. The supported XGA modes are 640x480x256, 1024x768x16, 1024x768x256,
  1413. 800x600x16, and 800x600x256.  Note that the 1024x768x256 mode requires
  1414. a full 1MB of adapter memory, the 1024x768 modes require a high-rez
  1415. monitor, and the 800x600 modes require a multisynching monitor such
  1416. as the NEC 2A.
  1417. ;
  1418. ;
  1419. ~Topic=Targa
  1420. ~Format-,Online-
  1421. TARGA MODES
  1422. ~Format+,Online+
  1423.  
  1424. TARGA support for Fractint is provided courtesy of Joe McLain and has been
  1425. enhanced with the help of Bruce Goren and Richard Biddle.  To use a TARGA
  1426. board with Fractint, you must define two DOS environment variables,
  1427. "TARGA" and "TARGASET".  The definition of these variables is standardized
  1428. by Truevision; if you have a TARGA board you probably already have added
  1429. "SET" statements for these variables to your AUTOEXEC.BAT file.
  1430. Be aware that there are a LOT of possible TARGA configurations, and a LOT
  1431. of opportunities for a TARGA board and a VGA or EGA board to interfere
  1432. with each other, and we may not have all of them smoothed away yet.  Also,
  1433. the TARGA boards have an entirely different color-map scheme than the VGA
  1434. cards, and at the moment they cannot be run through the color-cycling
  1435. menu. The "MAP=" argument (see {Color Parameters}),
  1436. however, works with both TARGA and
  1437. VGA boards and enables you to redefine the default color maps with either
  1438. board.
  1439. ;
  1440. ;
  1441. ~Topic=Targa+
  1442. ~Format-,Online-
  1443. TARGA+ MODES
  1444. ~Format+,Online+
  1445.  
  1446. To use the special modes supported for TARGA+ adapters, the TARGAP.SYS
  1447. device driver has to be loaded, and the TPLUS.DAT file (included with
  1448. Fractint) must be in the same directory as Fractint.  The video modes with
  1449. names containing "True Color Autodetect" can be used with the Targa+.  You
  1450. might want to use the command line parameters "tplus=", "noninterlaced=",
  1451. "maxcolorres=", and "pixelzoom=" (see {Video Parameters})
  1452. in your SSTOOLS.INI file to modify Fractint's use of the adapter.
  1453. ;
  1454. ;
  1455. ~Topic="Disk-Video" Modes
  1456.  
  1457. These "video modes" do not involve a video adapter at all. They use (in
  1458. order or preference) your expanded memory, your extended memory, or your
  1459. disk drive (as file FRACTINT.DSK) to store the fractal image. These modes
  1460. are useful for creating images beyond the capacity of your video adapter
  1461. right up to the current internal limit of 2048 x 2048 x 256,
  1462. e.g. for subsequent printing.
  1463. They're also useful for
  1464. background processing under multi-tasking DOS managers - create an image
  1465. in a disk-video mode, save it, then restore it in a real video mode.
  1466.  
  1467. While you are using a disk-video mode, your screen will display text
  1468. information indicating whether memory or your disk drive is being used,
  1469. and what portion of the "screen" is being read from or written to.  A
  1470. "Cache size" figure is also displayed. 64K is the maximum cache size.  If
  1471. you see a number less than this, it means that you don't have a lot of
  1472. memory free, and that performance will be less than optimum.  With a very
  1473. low cache size such as 4 or 6k, performance gets considerably worse in
  1474. cases using solid guessing, boundary tracing, plasma, or anything else
  1475. which paints the screen non-linearly.  If you have this problem, all we
  1476. can suggest is having less TSR utilities loaded before starting Fractint,
  1477. or changing in your config.sys file, such as reducing a very high BUFFERS
  1478. value.
  1479.  
  1480. The zoom box is disabled during disk-video modes (you couldn't see where
  1481. it is anyway).    So is the orbit display feature.
  1482.  
  1483. {=@ColorCycling Color Cycling} can be used during disk-video modes,
  1484. but only to load or save a color palette.
  1485.  
  1486. When using real disk for your disk-video, Fractint will not generate some
  1487. "attractor" types (e.g. lorenz) nor "IFS" images.  These would kill your
  1488. disk drive.  Boundary tracing is allowed - it may give your drive a bit of
  1489. a workout, but is generally tolerable.
  1490.  
  1491. When using a real disk, and you are not directing the file to a RAM disk,
  1492. and you aren't using a disk caching program on your machine, specifying
  1493. BUFFERS=10 (or more) in your config.sys file is best for performance.
  1494. BUFFERS=10,2 or even BUFFERS=10,4 is also good.  It is also best to keep
  1495. your disk relatively "compressed" (or "defragmented") if you have a
  1496. utility to do this.
  1497.  
  1498. In order to use extended memory, you must have HIMEM.SYS or an equivalent
  1499. that supports the XMS 2.0 standard or higher.  Also, you can't have a
  1500. VDISK installed in extended memory.  Himem.sys is distributed with
  1501. Microsoft Windows 286/386 and 3.0.  If you have problems using the
  1502. extended memory, try rebooting with just himem.sys loaded and see if that
  1503. clears up the problem.
  1504.  
  1505. If you are running background disk-video fractals under Windows 3, and you
  1506. don't have a lot of real memory (over 2Mb), you might find it best to
  1507. force Fractint to use real disk for disk-video modes.  (Force this by
  1508. using a .pif file with extended memory and expanded memory set to zero.)
  1509. Try this if your disk goes crazy when generating background images, which
  1510. are supposedly using extended or expanded memory.  This problem can occur
  1511. because, to multi-task, sometimes Windows must page an application's
  1512. expanded or extended memory to disk, in big chunks. Fractint's own cached
  1513. disk access may be faster in such cases.
  1514. ;
  1515. ;
  1516. ;
  1517. ~Topic=Customized Video Modes\, FRACTINT.CFG
  1518.  
  1519. If you have a favorite adapter/video mode that you would like to add to
  1520. Fractint... if you want some new sizes of disk-video modes... if you want
  1521. to remove table entries that do not apply to your system... if you want to
  1522. specify different "textsafe=" options for different video modes... relief
  1523. is here, and without even learning "C"!
  1524.  
  1525. You can do these things by modifying the FRACTINT.CFG file with your text
  1526. editor. Saving a backup copy of FRACTINT.CFG first is of course highly
  1527. recommended!
  1528.  
  1529. Fractint uses a video adapter table for most of what it needs to know
  1530. about any particular adapter/mode combination. The table is loaded from
  1531. FRACTINT.CFG each time Fractint is run. It can contain information for
  1532. up to 300 adapter/mode combinations. The table entries, and the function
  1533. keys they are tied to, are displayed in the "select video mode" screen.
  1534.  
  1535. This table makes adding support for various third-party video cards and
  1536. their modes much easier, at least for the ones that pretend to be
  1537. standard with extra dots and/or colors. There is even a special
  1538. "roll-your-own" video mode (mode 19) enabling those of you with "C"
  1539. compilers and a copy of the Fractint source to generate video modes
  1540. supporting whatever adapter you may have.
  1541.  
  1542. The table as currently distributed begins with nine standard and several
  1543. non-standard IBM video modes that have been exercised successfully with a
  1544. PS/2 model 80. These entries, coupled with the descriptive comments in the
  1545. table definition and the information supplied (or that should have been
  1546. supplied!) with your video adapter, should be all you need to add your own
  1547. entries.
  1548.  
  1549. After the IBM and quasi-pseudo-demi-IBM modes, the table contains an ever-
  1550. increasing number of entries for other adapters. Almost all of these
  1551. entries have been added because someone like you sent us spec sheets, or
  1552. modified Fractint to support them and then informed us about it.
  1553.  
  1554. Lines in FRACTINT.CFG which begin with a semi-colon are treated as comments.
  1555. The rest of the lines must have eleven fields separated by commas.
  1556. The fields are defined as:
  1557.  
  1558. ~Format-
  1559. 1. Key assignment. F2 to F10, SF1 to SF10, CF1 to CF10, or AF1 to AF10.
  1560.    Blank if no key is assigned to the mode.
  1561. 2. The name of the adapter/video mode (25 chars max, no leading blanks).
  1562.    The adapter is set up for that mode via INT 10H, with:
  1563. 3. AX = this,
  1564. 4. BX = this,
  1565. 5. CX = this, and
  1566. 6. DX = this (hey, having all these registers wasn't OUR idea!)
  1567. 7. An encoded value describing how to write to your video memory in that
  1568.    mode. Currently available codes are:
  1569.   1) Use the BIOS (INT 10H, AH=12/13, AL=color) (last resort - SLOW!)
  1570.   2) Pretend it's a (perhaps super-res) EGA/VGA
  1571.   3) Pretend it's an MCGA
  1572.   4) SuperVGA 256-Color mode using the Tseng Labs chipset
  1573.   5) SuperVGA 256-Color mode using the Paradise chipset
  1574.   6) SuperVGA 256-Color mode using the Video-7 chipset
  1575.   7) Non-Standard IBM VGA 360 x 480 x 256-Color mode
  1576.   8) SuperVGA 1024x768x16 mode for the Everex chipset
  1577.   9) TARGA video modes
  1578.  10) HERCULES video mode
  1579.  11) Non-Video, i.e. "disk-video"
  1580.  12) 8514/A video modes
  1581.  13) CGA 320x200x4-color and 640x200x2-color modes
  1582.  14) Reserved for Tandy 1000 video modes
  1583.  15) SuperVGA 256-Color mode using the Trident chipset
  1584.  16) SuperVGA 256-Color mode using the Chips & Tech chipset
  1585.  17) SuperVGA 256-Color mode using the ATI VGA Wonder chipset
  1586.  18) SuperVGA 256-Color mode using the EVEREX chipset
  1587.  19) Roll-your-own video mode (as you've defined it in YOURVID.C)
  1588.  20) SuperVGA 1024x768x16 mode for the ATI VGA Wonder chipset
  1589.  21) SuperVGA 1024x768x16 mode for the Tseng Labs chipset
  1590.  22) SuperVGA 1024x768x16 mode for the Trident chipset
  1591.  23) SuperVGA 1024x768x16 mode for the Video 7 chipset
  1592.  24) SuperVGA 1024x768x16 mode for the Paradise chipset
  1593.  25) SuperVGA 1024x768x16 mode for the Chips & Tech chipset
  1594.  26) SuperVGA 1024x768x16 mode for the Everex Chipset
  1595.  27) SuperVGA Auto-Detect mode (we poke around looking for your adapter)
  1596.  28) VESA modes
  1597.  29) True Color Auto-Detect (currently only Targa+ supported)
  1598. Add 100, 200, 300, or 400 to this code to specify an over-ride "textsafe="
  1599.  option to be used with the mode.  100=yes, 200=no, 300=bios, 400=save.
  1600.  E.g. 428 for a VESA mode with textsafe=save forced.
  1601. 8. The number of pixels across the screen (X - 160 to 2048)
  1602. 9. The number of pixels down the screen (Y - 160 to 2048)
  1603. 10. The number of available colors (2, 4, 16, or 256)
  1604. 11. A comment describing the mode (25 chars max, leading blanks are OK)
  1605. ~Format+
  1606.  
  1607. NOTE that the AX, BX, CX, and DX fields use hexadecimal notation (fifteen
  1608. ==> 'f', sixteen ==> '10'), because that's the way most adapter
  1609. documentation describes it. The other fields use standard decimal
  1610. notation.
  1611.  
  1612. If you look closely at the default entries, you will notice that the IBM
  1613. VGA entries labeled "tweaked" and "non standard" have entries in the table
  1614. with AX = BX = CX = 0, and DX = some other number. Those are special flags
  1615. that we used to tell the program to custom-program the VGA adapter, and
  1616. are NOT undocumented BIOS calls. Maybe they should be, but they aren't.
  1617.  
  1618. If you have a fancy adapter and a new video mode that works on it, and it
  1619. is not currently supported, PLEASE GET THAT INFORMATION TO US!    We will
  1620. add the video mode to the list on our next release, and give you credit
  1621. for it. Which brings up another point: If you can confirm that a
  1622. particular video adapter/mode works (or that it doesn't), and the program
  1623. says it is UNTESTED, please get that information to us also.  Thanks in
  1624. advance!
  1625. ;
  1626. ;
  1627. ;
  1628.