Widescreen Gaming Forum

[-noun] Web community dedicated to ensuring PC games run properly on your tablet, netbook, personal computer, HDTV and multi-monitor gaming rig.
It is currently 07 Jul 2024, 09:42

All times are UTC [ DST ]




Post new topic Reply to topic  [ 869 posts ]  Go to page Previous  1 ... 22, 23, 24, 25, 26, 27, 28 ... 87  Next
Author Message
PostPosted: 13 Sep 2015, 20:14 
Offline

Joined: 01 Sep 2015, 21:10
Posts: 9
Thank you, I will do the same if I get it.


Top
 Profile  
 


PostPosted: 13 Sep 2015, 22:13 
Offline

Joined: 02 Sep 2015, 04:51
Posts: 7
Not sure what I am doing wrong. I tried to do it with the 3440/1440 resolution manually (not using your tool) and the middle monitor works very well, no black bars and resolution is great. It's only once I try to go beyond that the it doesn't work.
If you don't mind, to see if I am doing it right, what hex number should I use for a resolution of 10320x1440?

Thanks for your help!!


So sorry for the late response!! :crazy:

Well the aspect ratio for that resolution should be 7.166666667.

In binary32 float you should get 111.001010101010101010101 with 7 being 0111 in binary and our fractional value being 001010101010101010101.

Move the decimal over and we find that the exponent is 2 and the fully formulated significand is 11001010101010101010101 in raw binary. Bias your exponent (2+((2^8)-1)=129) and you have 10000001.

Your raw binary should be 0 10000001 11001010101010101010101 (spaces for readability).

In hex, that is literally 40 E5 55 55 so reversed, your actual value should be 55 55 E5 40

So, Tontondavid, it looks like your math is good. As to why it's not working in practice, I'm really not sure. Obvious question but, are you using any bezel correction you might not have accounted for?


Top
 Profile  
 
PostPosted: 13 Sep 2015, 22:35 
Offline
I Donated
I Donated
User avatar

Joined: 26 Jul 2011, 12:04
Posts: 54
Location: Ireland
I'm having issues with the fix, and could use some help:

I copy and paste jackfuste's modified file for 48:9 into the game folder (C:\Program Files (x86)\Steam\steamapps\common\MGS_TPP) when I run the game, the aspect ratio is perfect, but it looks like the game is at a lower resolution-graphics look fuzzy...

I tried switching to Fullscreen in the in game menu, but the aspect ratio is stretched 3 times more than it should be if that makes sense.

What am I doing wrong here?

_________________
Silverstone FT05 * Asus Maximus VII Formula* I7 4970k * Corsair H80i * 8GB Corsair Vengeance Pro* 2 x EVGA 980ti ACX superclocked * Crucial M4 256GB * Silverstone ST85F-GS 850W* Corsair SP2500 * 3 x 1 Samsung S27A950D's 1 x AOC 24" 1080p something..


Top
 Profile  
 
PostPosted: 13 Sep 2015, 23:13 
Offline

Joined: 01 Jul 2014, 01:00
Posts: 70
AFKing wrote:
cheers for that ekrboi. unfortunately I must be doing something wrong then because the game is still white screening when i activate the altered (5760x1080) cheat table in game :( its my first time using cheat engine so maybe im messing that up



I played for hours with it last night before posting it. After updating to 1.0.0.6 beta did you patch mgsvtpp.exe for your aspect ratio?

You wrote "the 005 widescreen fix is working fine with the 006 beta" in a previous post which makes me think you copied Jackfuste's 1.0.0.5 exe back in after updating to 1.0.0.6 beta.

Pretty much the only thing changing from version to version is the exe. If you put the 1.0.0.5 exe back in after opting in to the beta then you just downgraded the game. You will have to manually patch 1.0.0.6 exe for your aspect ratio (tutorial -> http://www.wsgf.org/forums/viewtopic.php?p=160680#p160680, or wait for 1.0.0.6 to officially be released and Jackfuste to upload new patched exe's) then you can use the cheat table I uploaded. Basically if using the 1.0.0.6 cheat table on 1.0.0.5 exe it will patch the wrong parts in memory and probably crash like you are seeing.


Top
 Profile  
 
PostPosted: 14 Sep 2015, 00:44 
Offline

Joined: 10 Sep 2015, 22:05
Posts: 6
iria2 wrote:
Not sure what I am doing wrong. I tried to do it with the 3440/1440 resolution manually (not using your tool) and the middle monitor works very well, no black bars and resolution is great. It's only once I try to go beyond that the it doesn't work.
If you don't mind, to see if I am doing it right, what hex number should I use for a resolution of 10320x1440?

Thanks for your help!!


So sorry for the late response!! :crazy:

Well the aspect ratio for that resolution should be 7.166666667.

In binary32 float you should get 111.001010101010101010101 with 7 being 0111 in binary and our fractional value being 001010101010101010101.

Move the decimal over and we find that the exponent is 2 and the fully formulated significand is 11001010101010101010101 in raw binary. Bias your exponent (2+((2^8)-1)=129) and you have 10000001.

Your raw binary should be 0 10000001 11001010101010101010101 (spaces for readability).

In hex, that is literally 40 E5 55 55 so reversed, your actual value should be 55 55 E5 40

So, Tontondavid, it looks like your math is good. As to why it's not working in practice, I'm really not sure. Obvious question but, are you using any bezel correction you might not have accounted for?


Thanks for your reply! Don't apologize please, you are helping a lot of people here. I was able to finally figure it out. It is really dumb but it may help others:

What happened is that I indeed modified it correctly, however, in addition of selecting full screen, you must ALSO change the resolution! I was under the impression that once you patched the game, you could not change the resolution inside the game because when I first tried it, I did not select full screen, so I could NOT change the resolution and thought it was "hard coded" by the patch.
BUT, once I switched to full screen, I was able to change it to my bezel corrected resolution and BAM, it works beautifully now.
I now have to figure out how to fix the markers.

Hopefully this helps someone else.
Cheers.


Top
 Profile  
 
PostPosted: 14 Sep 2015, 03:59 
Offline

Joined: 10 Sep 2015, 22:05
Posts: 6
I have been trying to see how to fix the marker using the cheat table but it's way beyond me. Can someone explain quickly what needs to be done?

I have installed cheat engine. I did some of the tutorial and tried to find where to make the changes but couldn't.

:(


Top
 Profile  
 
PostPosted: 14 Sep 2015, 05:33 
Offline

Joined: 25 Oct 2013, 21:04
Posts: 51
Seems like 1.0.0.6 has been released.
Would someone be able to publish the EXE + marker and I'll gladly donate.

- 5760X1200


Top
 Profile  
 
PostPosted: 14 Sep 2015, 08:30 
Offline
Insiders
Insiders
User avatar

Joined: 06 Sep 2011, 09:29
Posts: 552
Location: Haarlem, the Netherlands
X1XNobleX1X wrote:
Seems like 1.0.0.6 has been released.
Would someone be able to publish the EXE + marker and I'll gladly donate.

- 5760X1200


The 1.005 fix for 21:9 still works for me. Try replacing the 1.006 .exe with the modded 1.005 .exe and let us know if that worked for you as well.

_________________
Philips BDM4065UC(3840x2160) Acer Z35(2560x1080@200hz); 980 Ti Hybrid @stock ; 6700K 4.6ghz (1.35v)/D15; 16GB 3200mhz; Asus Maximus Ranger VIII; AX860; 1TB 960 EVO; 750GB 840 EVO; Teufel Concept D 500; Sennheiser HD6XX; Windows 10 (latest build)


Top
 Profile  
 
PostPosted: 14 Sep 2015, 09:20 
Offline
I Donated
I Donated
User avatar

Joined: 28 Feb 2014, 21:02
Posts: 58
Updated EXE + Marker Fix for 21:9 Steam Version - DOWNLOAD HERE (Link updated to fix scope issue)

Updated EXE + Marker Fix for 5760x1200 Steam Version - DOWNLOAD HERE (Link updated to fix scope issue) (Not tested, let me know if it works!)

X1XNobleX1X wrote:
Seems like 1.0.0.6 has been released.
Would someone be able to publish the EXE + marker and I'll gladly donate.

- 5760X1200

Donate to wsgf.org/jackfuste if it works.

Additionally, thanks jackfuste and ekrboi for providing a tutorial and example on fixing this ourselves. I'm sure jackfuste can take it from here when he get's back online for all the other aspect ratios that still need a fix.

Quote:
http://steamcommunity.com/app/287700/di ... 920650450/
Official 1.006 patch release

Changelist:

- The game sometimes stopped progression once "Mission 29" or "Mission 42" were cleared while having Quiet as a buddy. This issue was fixed.

- The game sometimes stopped progression during the tutorial when the player first acquires FOBs, while using a gamepad. This issue was fixed.

_________________
Steam Profile | ReShade/SweetFX Presets | YouTube


Last edited by Razed on 14 Sep 2015, 10:29, edited 4 times in total.

Top
 Profile  
 
PostPosted: 14 Sep 2015, 10:14 
Offline

Joined: 06 Sep 2015, 13:28
Posts: 3
Razed wrote:
Updated EXE + Marker Fix for 21:9 Steam Version - DOWNLOAD HERE

Updated EXE + Marker Fix for 5760x1200 Steam Version - DOWNLOAD HERE (Not tested, let me know if it works!)

X1XNobleX1X wrote:
Seems like 1.0.0.6 has been released.
Would someone be able to publish the EXE + marker and I'll gladly donate.

- 5760X1200

Donate to wsgf.org/jackfuste if it works.

Additionally, thanks jackfuste and ekrboi for providing a tutorial and example on fixing this ourselves. I'm sure jackfuste can take it from here when he get's back online for all the other aspect ratios that still need a fix.

Quote:
http://steamcommunity.com/app/287700/di ... 920650450/
Official 1.006 patch release

Changelist:

- The game sometimes stopped progression once "Mission 29" or "Mission 42" were cleared while having Quiet as a buddy. This issue was fixed.

- The game sometimes stopped progression during the tutorial when the player first acquires FOBs, while using a gamepad. This issue was fixed.


First of all, thanks for the 1.06 fix! I just tried using the marker fix, and I got an image like the one attached! The marker fix works, but the edges of the scope don't reach the edge of the screen. Using the 21x9 3440x1440 Steam version!


Attachments:
2015-09-14_00001.jpg
2015-09-14_00001.jpg [ 379.06 KiB | Viewed 3050 times ]
Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 869 posts ]  Go to page Previous  1 ... 22, 23, 24, 25, 26, 27, 28 ... 87  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 5 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

Search for:
Jump to:  




Powered by phpBB® Forum Software © phpBB Group