Sure, feel free to PM me. I'm about to go to bed, it's 09:43 A.M. here (shows you what MY sleeping habits are like!) so I might not answer for a few hours.
In the meantime... to select resolutions, look in the box near the upper left corner... the one with the down arrow at the right edge, with a drop-down list box.
For example, mine currently says "1400x1050 A0.3 M2" (not a standard setting, because I made modifications).
That's how you select resolutions.
The box just to the right of that is the command window. All sorts of things can go in there... but for now, if you enter:
-f
then it will DISPLAY the rendering, but it will not save the image into a file. If you enter +fn, the image is saved as a .PNG, +ft it is saved as an uncompressed TARGA (.TGA) file, if you leave the window blank it will be saved as a .BMP.
The resolutions in that resolution box are determined by the contents of quickres.ini, which you can edit if you want.
And if you need a nonstandard resolution, what you put in the command window will override the resolution box. The resolution box might have 320x200 in it, but if I enter this in the command window:
+w9937 +h23 +fn
... then it will render a 9937x23 .PNG file. And that would be strange.
My quickres.ini currently looks like this (and this was so modified that you may as well say that it was just re-written - it will look different than yours):
Code: Select all
[320x240, A0.3 M2]
Width=320
Height=240
Antialias=On
Antialias_Threshold=0.3
Sampling_Method=2
[640x480, A0.3 M2]
Width=640
Height=480
Antialias=On
Antialias_Threshold=0.3
Sampling_Method=2
[800x600, A0.3 M2]
Width=800
Height=600
Antialias=On
Antialias_Threshold=0.3
Sampling_Method=2
[1400x1050, A0.3 M2]
Width=1400
Height=1050
Antialias=On
Antialias_Threshold=0.3
Sampling_Method=2
[1680x1050, A0.3 M2]
Width=1680
Height=1050
Antialias=On
Antialias_Threshold=0.3
Sampling_Method=2
[160x120, No AA]
Width=160
Height=120
Antialias=Off
[320x240, No AA]
Width=320
Height=240
Antialias=Off
[160x120, AA 0.3]
Width=160
Height=120
Antialias=On
Antialias_Threshold=0.3
[320x240, AA 0.3]
Width=320
Height=240
Antialias=On
Antialias_Threshold=0.3
... So have fun with it, and PM any questions that you have.