diff --git a/INI Editor.exe b/INI Editor.exe index fd99782c1..ad7fd7c53 100644 Binary files a/INI Editor.exe and b/INI Editor.exe differ diff --git a/Ja2.ini b/Ja2.ini index abaf13ce9..b064ea57d 100644 --- a/Ja2.ini +++ b/Ja2.ini @@ -61,39 +61,40 @@ JA2_START_FILE = ja2.exe ; You can choose from the following screen resolutions. ; ; 0 ... 640x480 -; 1 ... 800x600 -; 2 ... 1024x600 -; 3 ... 1280x720 -; 4 ... 1024x768 -; 5 ... 1280x768 -; 6 ... 1360x768 -; 7 ... 1366x768 -; 8 ... 1280x800 -; 9 ... 1440x900 -; 10 ... 1600x900 -; 11 ... 1280x960 -; 12 ... 1440x960 -; 13 ... 1770x1000 -; 14 ... 1280x1024 -; 15 ... 1360x1024 -; 16 ... 1600x1024 -; 17 ... 1440x1050 -; 18 ... 1680x1050 -; 19 ... 1920x1080 -; 20 ... 1600x1200 -; 21 ... 1920x1200 -; 22 ... 2560x1440 -; 23 ... 2560x1600 -; 24 ... Custom Resolution +; 1 ... 960x540 +; 2 ... 800x600 +; 3 ... 1024x600 +; 4 ... 1280x720 +; 5 ... 1024x768 +; 6 ... 1280x768 +; 7 ... 1360x768 +; 8 ... 1366x768 +; 9 ... 1280x800 +; 10 ... 1440x900 +; 11 ... 1600x900 +; 12 ... 1280x960 +; 13 ... 1440x960 +; 14 ... 1770x1000 +; 15 ... 1280x1024 +; 16 ... 1360x1024 +; 17 ... 1600x1024 +; 18 ... 1440x1050 +; 19 ... 1680x1050 +; 20 ... 1920x1080 +; 21 ... 1600x1200 +; 22 ... 1920x1200 +; 23 ... 2560x1440 +; 24 ... 2560x1600 +; 25 ... Custom Resolution ;****************************************************************************************************************************** ; The screen resolution of the game -SCREEN_RESOLUTION = 4 +SCREEN_RESOLUTION = 5 ; 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 CUSTOM_SCREEN_RESOLUTION_X = 0 CUSTOM_SCREEN_RESOLUTION_Y = 0