Skip to content
robotanarchy edited this page Aug 8, 2015 · 5 revisions

Video Setup

The native resolution of GTA2 is 640 x 480.

Linux

By default, G2HR will use xrandr to get the desktop resolution of the currently active monitor. You can set a different resolution as parameter to g2hr.sh:

g2hr.sh [width] [height]

For example:

g2hr.sh 1280 960

When you disable the fullscreen mode and do not specify width and height, it will fall back to 640x480.

Windows

In g2hr.ini, you can set the window resolution (this will only work when natively running on Windows, not in wine!):

[video]
window_width = 640
window_height = 480