home *** CD-ROM | disk | FTP | other *** search
- ; this is a "profile" like those you get in windows
- ; the name of this one , "sstools.ini", is taken from fractint
- ; this file is a convenient place to dump stuff for me
- ; can be used mixed with fractint stuff
-
- [FORM]
- ;
- ; NAME | VALUES ALLOWED | EQUIVALENT COMMAND LINE SWITCHES
- ; =============|=================|=================================
- ; pov_output | no yes | -pov- -pov+
- ; pov_version | 1 or 2 | -pov_version= 1 | 2
- ; pov_type | UNNESTED | -pov1
- ; | NESTED | -pov2
- ; | DECLARES | -pov3
- ; vivid_output | no yes | -vivid- -vivid+
- ; vivid_type | UNNESTED | -vivid=1 (can have textures)
- ; | NESTED | -vivid=2 (no textures)
- ; dxf_output | no yes | -dxf- -dxf
- ; dxf_type | UNNESTED | -dxf=1
- ; | NESTED | -dxf=2
- ; plg_output | no yes | -plg- -plg+
- ; display | no yes | -display- -display+
- ; display_type | FLAT | -display1
- ; | WIREFRAME | -display2
- ; | GOURAUD | -display3
- ; | PHONG | -display4
- ; save | yes no | -save -save-
- ; save_name | filename | -save=filename
- ; | (only if |
- ; | save=yes) |
- ; pause | yes no | -k+ -k-
- ; dump | yes no | -dump+ -dump-
- ; screen_res | 1 | -res1
- ; | 2 | -res2
- ; | 3 | -res3
- ; vesa | yes no | -vesa -vesa-
- ; verbose | yes no | -verbose+ -verbose-
- ; bios | yes no | -bios -bios-
- ; path | comma separated | -path=semicolon separated
- ; | directories | directories
- ; SaveBackgroundAsWhite | yes no | -w+ -w-
- ; SaveAs | GIF or TGA | -g+ -t- or -t+ -g-
- ; view_angle | degrees | -view_angle=
- ; | around y axis |
- ; use_ems | Y N | -ems+ or -ems-
- ;
- ; float_render | Y N | -float+ or -float-
- ;
- ;
- pov_output=no
- plg_output=no
- vivid_output=no
- vivid_type=NESTED
- dxf_output=no
- dxf_type=UNNESTED
- display=yes
- display_type=GOURAUD
- screen_res=1
- bios=yes ; change to no for more speed, see below if having trouble
- vgamodex=no ; change to yes if having trouble in 320x200 mode (quite likely)
- vesa=yes ; don't change this unless you find a need
- path=shapes, formincs ; use "," or space as path separators here
- SaveBackgroundAsWhite=No ; nice black background
- SaveAs=GIF
- view_angle=0
- use_ems=yes
- ;pov_type=UNNESTED, NESTED , DECLARES
- ;pov_version=2
- ;save=yes|no
- ;save_name="filename" ; .tga added if reqd
- ;pause=yes|no
- ;Dump=yes|no
- ;verbose=yes|no
-
-