Massive THANKS to HaYDen for all the work of ENABLING MULTI MONITOR SUPPORT for this game !!!! It was he who found out how to unlock this inside the engine.
All I did was to remove GFWL's memory protection algorithms in order for his method to work!!!
I wrote a plug-in for WideScreen Fixer (since I am familiar with it) based on HaYDen's code and added my little magic to it so the game doesn't crash from 5 to 5 seconds.
- In addition if you want to play it in 3D Vision Surround use HELIX MOD for 3D Vision for proper 3D.
I want to say THANK YOU FOR EVERYONE WHO DID HIS MAGIC SO THIS COULD BE ACHIEVED IN SUCH A SHORT NOTICE and if you really like the outcome please don't forget to show your appreciation;))
Helifax
EDIT: Didn't saw the above post:)) Well now we have 2 fixes:D ^_^ Again! all credit goes to Hayden for his magnificent job!
Flawless Widescreen has also been updated so you can use it!! :D
_________________ WideScreen Fixer... Fixes your Surround problems to give a gorgeous 3D Surround Experience! WideScreen Fixer
Only website to show TRUE 3D Vision Surround Gaming Videos(viewable by anyone) only at 3D Vision Surround Gallery
Internal render fix + Widescreen fixer work great running at 5760x1080. Will be sending some donations to the appropriate parties come payday. You guys make my PC gaming.
Find this line in the plugin: [assuming comfortable editing a text file]
Code:
local AspectRatioFix = HackTool:GetAddress("AspectRatio")
if AspectRatioFix and DisplayInfo then
AspectRatioFix:WriteFloat(DisplayInfo:GetAspectRatio())
end
and change it to this:
Code:
local AspectRatioFix = HackTool:GetAddress("AspectRatio")
if AspectRatioFix and DisplayInfo then
local AspectRatio = DisplayInfo:GetAspectRatio()
if AspectRatio > 1.77 then
AspectRatioFix:WriteFloat(AspectRatio)
end
end
Plugin is found at C:Program Files (x86)Flawless WidescreenPluginCacheFWS_PluginsModulesDarkSoulsDependenciesScriptsDarkSouls_UI.lua - edit it in something other than notepad as it uses Linux style CRLF.
Why are you needing to run this fix anyway - do 16:10 resolutions not work by default?
Find this line in the plugin: [assuming comfortable editing a text file]
Code:
local AspectRatioFix = HackTool:GetAddress("AspectRatio")
if AspectRatioFix and DisplayInfo then
AspectRatioFix:WriteFloat(DisplayInfo:GetAspectRatio())
end
and change it to this:
Code:
local AspectRatioFix = HackTool:GetAddress("AspectRatio")
if AspectRatioFix and DisplayInfo then
local AspectRatio = DisplayInfo:GetAspectRatio()
if AspectRatio > 1.77 then
AspectRatioFix:WriteFloat(DisplayInfo:GetAspectRatio())
end
end
Plugin is found at C:Program Files (x86)Flawless WidescreenPluginCacheFWS_PluginsModulesDarkSoulsDependenciesScriptsDarkSouls_UI.lua - edit it in something other than notepad as it uses Linux style CRLF.
Why are you needing to run this fix anyway - do 16:10 resolutions not work by default?
Thx, I will try it.
16:10 is supported but the game is anamorphic 16:9 so there's black bars on top and bottom.
Users browsing this forum: Yandex [Bot] and 14 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum