>Paul, I found that when I turned the refresh rate on my Monster 3D up,
>the graphics in F1RS became awful; too dark, with way too much contrast.
>When I went back to the lowest refresh rate, they got beautiful again.
The gamma settings don't take effect at the higher refresh rates unless
you set another of the Glide environment settings, SST_VIDEO_24BPP.
The best method is to set up a batch file for the Glide settings and call
the sim at the end of it. For F1RS, I use the following batch file:
type f:\readme.txt > nul
set FX_GLIDE_NO_SPLASH=1
set SST_FASTPCIRD=1
REM set FX_GLIDE_SWAP_INTERVAL=0
REM set SST_SWAP_EN_WAIT_ON_VSYNC=0
set SST_FASTMEM=1
set SST_GAMMA=1.7
set SST_GRXCLK=55
set SST_VIDEO_24BPP=1
set SST_SCREENREFRESH=85
C:\WINDOWS\UbiSoft\UBISETUP.exe -play F1RS
Some notes:
- the first line is simply to get my machine to read the CD - otherwise
it makes horrible vibration noises (yes, I need a new CD-ROM <g>)
- SST_FASTPCIRD, SST_FASTMEM and SST_GRXCLK all boost the performance of
the 3dfx. Use these at your own risk.
- the two REMed out lines can result in significant fps increases for
some sims and hardware combinations. Alternatively they may make no fps
difference and simply degrade the picture. I didn't notice any
improvements with F1RS on my machine so I don't use them.
Using a batch file like this is that you can easily change the settings
(just edit the .bat & then re-run) and can have different settings for
each Glide program.
Cheers,
Richard