mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-22 13:40:25 +02:00
Merged from revision: 2163
- Added support for new resolution: 960x540 (see ja2.ini) - Custom Resolution (25) can now set to any user specific resolution (X, Y) value, but must be at least 640x480 resolution - Added new INI Editor (Version: 2.9) which supports the new 960x540 resolution git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2164 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Binary file not shown.
@@ -61,39 +61,40 @@ JA2_START_FILE = ja2.exe
|
|||||||
; You can choose from the following screen resolutions.
|
; You can choose from the following screen resolutions.
|
||||||
;
|
;
|
||||||
; 0 ... 640x480
|
; 0 ... 640x480
|
||||||
; 1 ... 800x600
|
; 1 ... 960x540
|
||||||
; 2 ... 1024x600
|
; 2 ... 800x600
|
||||||
; 3 ... 1280x720
|
; 3 ... 1024x600
|
||||||
; 4 ... 1024x768
|
; 4 ... 1280x720
|
||||||
; 5 ... 1280x768
|
; 5 ... 1024x768
|
||||||
; 6 ... 1360x768
|
; 6 ... 1280x768
|
||||||
; 7 ... 1366x768
|
; 7 ... 1360x768
|
||||||
; 8 ... 1280x800
|
; 8 ... 1366x768
|
||||||
; 9 ... 1440x900
|
; 9 ... 1280x800
|
||||||
; 10 ... 1600x900
|
; 10 ... 1440x900
|
||||||
; 11 ... 1280x960
|
; 11 ... 1600x900
|
||||||
; 12 ... 1440x960
|
; 12 ... 1280x960
|
||||||
; 13 ... 1770x1000
|
; 13 ... 1440x960
|
||||||
; 14 ... 1280x1024
|
; 14 ... 1770x1000
|
||||||
; 15 ... 1360x1024
|
; 15 ... 1280x1024
|
||||||
; 16 ... 1600x1024
|
; 16 ... 1360x1024
|
||||||
; 17 ... 1440x1050
|
; 17 ... 1600x1024
|
||||||
; 18 ... 1680x1050
|
; 18 ... 1440x1050
|
||||||
; 19 ... 1920x1080
|
; 19 ... 1680x1050
|
||||||
; 20 ... 1600x1200
|
; 20 ... 1920x1080
|
||||||
; 21 ... 1920x1200
|
; 21 ... 1600x1200
|
||||||
; 22 ... 2560x1440
|
; 22 ... 1920x1200
|
||||||
; 23 ... 2560x1600
|
; 23 ... 2560x1440
|
||||||
; 24 ... Custom Resolution
|
; 24 ... 2560x1600
|
||||||
|
; 25 ... Custom Resolution
|
||||||
;******************************************************************************************************************************
|
;******************************************************************************************************************************
|
||||||
|
|
||||||
; The screen resolution of the game
|
; The screen resolution of the game
|
||||||
SCREEN_RESOLUTION = 4
|
SCREEN_RESOLUTION = 5
|
||||||
|
|
||||||
; The screen resolution of the map editor
|
; The screen resolution of the map editor
|
||||||
EDITOR_SCREEN_RESOLUTION = 4
|
EDITOR_SCREEN_RESOLUTION = 5
|
||||||
|
|
||||||
; Applicable only when set to Custom Resolution, minimum 800x600 in multiples of 2
|
; Applicable only when set to Custom Resolution (25).
|
||||||
; Make sure monitor supports the custom resolution if playing in full screen mode
|
; Make sure monitor supports the custom resolution if playing in full screen mode
|
||||||
CUSTOM_SCREEN_RESOLUTION_X = 0
|
CUSTOM_SCREEN_RESOLUTION_X = 0
|
||||||
CUSTOM_SCREEN_RESOLUTION_Y = 0
|
CUSTOM_SCREEN_RESOLUTION_Y = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user