-
Notifications
You must be signed in to change notification settings - Fork 2
G2HR Video Setup
robotanarchy edited this page Aug 8, 2015
·
5 revisions
The native resolution of GTA2 is 640 x 480.
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
.
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
patches and wiki edits welcome!
- HACKING
- Beginner's Guide to the AutoIt3 Code
- Code Structure
- Development-Setup
- Startup
- Hiding-Game-Window-Borders-In-Wine
- Rumble
- Displaying-ingame-text
- Menu
- Related-GTA2-Projects-and-Resources
- Save-Games
- Linux-(Wine)
- G2HR-Windows-Installer (this is probably not worth it, fix the other bugs first!)