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