From d650c2c23aa8b0b1c9859710e179fa73b22563c6 Mon Sep 17 00:00:00 2001 From: Wanne Date: Tue, 5 Aug 2014 17:05:09 +0000 Subject: [PATCH] Merged from revision: 7373 - Added custom game resolution (by Buggler) git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@7375 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- gamedir-languages/Chinese_Version/Ja2.ini | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gamedir-languages/Chinese_Version/Ja2.ini b/gamedir-languages/Chinese_Version/Ja2.ini index 09bac9882..dbd7ac28a 100644 --- a/gamedir-languages/Chinese_Version/Ja2.ini +++ b/gamedir-languages/Chinese_Version/Ja2.ini @@ -84,6 +84,7 @@ JA2_START_FILE = ja2.exe ; 21 ... 1920x1200 ; 22 ... 2560x1440 ; 23 ... 2560x1600 +; 24 ... Custom Resolution ;****************************************************************************************************************************** ; The screen resolution of the game @@ -92,9 +93,14 @@ SCREEN_RESOLUTION = 4 ; The screen resolution of the map editor EDITOR_SCREEN_RESOLUTION = 4 +; Applicable only when set to Custom Resolution, minimum 800x600 in multiples of 2 +; Make sure monitor supports the custom resolution if playing in full screen mode +CUSTOM_SCREEN_RESOLUTION_X = 0 +CUSTOM_SCREEN_RESOLUTION_Y = 0 + ;****************************************************************************************************************************** ; Select windowed or full screen mode? -; If you like to play in Windowed Mode, you have to switch your Windows Desktop Color Scheme to 16 Bit! +; If you like to play in Windowed Mode, you have to switch your Windows Desktop Color Scheme/Compatibility Mode to 16 Bit! ; 0 ... Full Screen ; 1 ... Windowed Mode