![]() |
|
#1
|
|||
|
|||
![]()
I really love this game! The graphics are insane and top quality! Great job!!! I only wish I could play the game in 1920x1080.
Please, please include a fix for this problem in the first patch! |
#2
|
|||
|
|||
![]() Quote:
devs are working on a fix. Actually, fix is ready, but not tested, as we are unable to reproduce this bug on our PCs. Would you be interested in helping the devs? They could send you this fix and you would tell us if it works for you or not ![]() If you are interested, please contact me on ruzarovsky@1cpublishing.eu |
#3
|
|||
|
|||
![]() Quote:
|
#4
|
|||
|
|||
![]()
Alas, the patch doesn't help. The game only lists 4:3 and 16:10 resolutions, 16:9 is still unsupported (no 1920x1080, 1360x768, 1280x720)...
|
#5
|
|||
|
|||
![]()
ztorm, could you try adding ,"1920X1080" in VideoOptions.lua lines 52&53, and in Painmenu.lua uncomment (remove "--") line 2401 and comment line 2402 ? My monitor can't go above 1280x960...
Also tweak VideoOptions_french.lua & VideoOptions_spanish.lua if needed. |
#6
|
|||
|
|||
![]()
Hello guys,
I received many emails from you in which you offered your help in this matter. I already sent patch to one of you (I guess ztorm? ![]() I will keep emails you sent me and will contact you in case the devs would need more info. Many thanks |
#7
|
|||
|
|||
![]()
Yep Karel, that was me
![]() By the way, could you please report this thread to the devs too ? I think our user-made fix for 16:10 might interest them in relation to the 16:9 problem... Support for all aspect ratios would be great, a wider view in widescreen would be even better ! Quote:
![]() Edit : can you post your lines 2401 & 2402 of Painmenu.lua ? I'm using Notepad and line 2401 is not commented... Last edited by ztorm; 03-09-2009 at 11:35 AM. |
#8
|
|||
|
|||
![]()
In the ORIGINAL painmenu.lua, lines 2401&2402 should be:
Code:
--R3D.ApplyVideoSettings( Cfg.Resolution, Cfg.Fullscreen, Cfg.Gamma, Cfg.Brightness, Cfg.Contrast, Cfg.Shadows, Cfg.TextureQuality, Cfg.WeatherEffects, Cfg.ViewWeaponModel, Cfg.TextureFiltering, Cfg.DynamicLights, Cfg.Projectors, Cfg.Coronas, Cfg.Decals, Cfg.DecalsStay ) R3D.ApplyVideoSettings( 0, Cfg.Fullscreen, Cfg.Gamma, Cfg.Brightness, Cfg.Contrast, Cfg.Shadows, Cfg.TextureQuality, Cfg.WeatherEffects, Cfg.ViewWeaponModel, Cfg.TextureFiltering, Cfg.DynamicLights, Cfg.Projectors, Cfg.Coronas, Cfg.Decals, Cfg.DecalsStay ) Quote:
EDIT: if the previous adding "1920X1080" in VideoOptions.lua doesn't work, try Code:
R3D.ApplyVideoSettings( "1920X1080", Cfg.Fullscreen, Cfg.Gamma, Cfg.Brightness, Cfg.Contrast, Cfg.Shadows, Cfg.TextureQuality, Cfg.WeatherEffects, Cfg.ViewWeaponModel, Cfg.TextureFiltering, Cfg.DynamicLights, Cfg.Projectors, Cfg.Coronas, Cfg.Decals, Cfg.DecalsStay ) Last edited by Gniarf; 03-09-2009 at 04:21 PM. |
![]() |
|
|