From 50a7cffaeb0c3cd10b42dd507a6118372df2ecfc Mon Sep 17 00:00:00 2001 From: kervala Date: Thu, 18 Nov 2010 19:33:34 +0100 Subject: [PATCH] Changed: Use auto ScreenAspectRatio by default (it works well everytime) --- code/ryzom/client/client_default.cfg | 4 ++-- code/ryzom/client/client_default.cfg.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/ryzom/client/client_default.cfg b/code/ryzom/client/client_default.cfg index a234c6daa..ce6540915 100644 --- a/code/ryzom/client/client_default.cfg +++ b/code/ryzom/client/client_default.cfg @@ -261,7 +261,7 @@ EnableRacialAnimation = 1; // *** MISC // This is the actual aspect ratio of your screen (no relation with the resolution!!). Set 1.7777 if you got a 16/9 screen for instance -ScreenAspectRatio = 1.33333; +ScreenAspectRatio = 0.0; ForceDXTC = 1; // Enable/Disable DXTC. DivideTextureSizeBy2= 0; // Divide texture size DisableVtxProgram = 0; // Disable Hardware Vertex Program. @@ -269,7 +269,7 @@ DisableVtxAGP = 0; // Disable Hardware Vertex AGP. DisableTextureShdr = 0; // Disable Hardware Texture Shader. HDEntityTexture = 0; HDTextureInstalled = 1; -WaitVBL = 0; // 0 or 1 to wait Vertical Sync. +WaitVBL = 0; // 0 or 1 to wait Vertical Sync. ////////////////// // GAME OPTIONS // diff --git a/code/ryzom/client/client_default.cfg.in b/code/ryzom/client/client_default.cfg.in index 43d7211ec..dad9e3ccb 100644 --- a/code/ryzom/client/client_default.cfg.in +++ b/code/ryzom/client/client_default.cfg.in @@ -261,7 +261,7 @@ EnableRacialAnimation = 1; // *** MISC // This is the actual aspect ratio of your screen (no relation with the resolution!!). Set 1.7777 if you got a 16/9 screen for instance -ScreenAspectRatio = 1.33333; +ScreenAspectRatio = 0.0; ForceDXTC = 1; // Enable/Disable DXTC. DivideTextureSizeBy2= 0; // Divide texture size DisableVtxProgram = 0; // Disable Hardware Vertex Program. @@ -269,7 +269,7 @@ DisableVtxAGP = 0; // Disable Hardware Vertex AGP. DisableTextureShdr = 0; // Disable Hardware Texture Shader. HDEntityTexture = 0; HDTextureInstalled = 1; -WaitVBL = 0; // 0 or 1 to wait Vertical Sync. +WaitVBL = 0; // 0 or 1 to wait Vertical Sync. ////////////////// // GAME OPTIONS //