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 30 Sep 2024, 11:18

All times are UTC [ DST ]




Post new topic Reply to topic  [ 869 posts ]  Go to page Previous  1 ... 36, 37, 38, 39, 40, 41, 42 ... 87  Next
Author Message
PostPosted: 23 Oct 2015, 23:33 
Offline

Joined: 23 Oct 2015, 22:56
Posts: 2
Try this, I do it a minute ago.
If it`s OK, write

2560:1080 v1.043
mgsvtpp.zip
http://www44.zippyshare.com/v/QjF3OiEf/file.html


Top
 Profile  
 


PostPosted: 23 Oct 2015, 23:40 
Offline

Joined: 23 Oct 2015, 09:03
Posts: 7
Mayh3M wrote:

Can you elaborate on how to add this entry into cheat engine?

I clicked on 'Add Address Manually' and entered 307F1A2 into the address and then changed the 'Type' to Array of Bytes but the resultant value is 0 0 0 0 0 0 0 0 0 0.


that value was the offset from the base program address. (I think full address is 14307F1A2)
As example
<CheatEntry>
<ID>0</ID>
<Description>"No description"</Description>
<LastState Value="F3 0F 59 0D E0 0D FD FE" Activated="0" RealAddress="1430816D0"/>
<ShowAsHex>1</ShowAsHex>
<Color>80000008</Color>
<VariableType>Array of byte</VariableType>
<ByteLength>8</ByteLength>
<Address>mgsvtpp.exe+30816D0</Address>
</CheatEntry>


Top
 Profile  
 
PostPosted: 24 Oct 2015, 00:45 
Offline
User avatar

Joined: 24 Oct 2015, 00:40
Posts: 4
Has anyone found a fix for 5760x1080 surround?


Top
 Profile  
 
PostPosted: 24 Oct 2015, 01:10 
Offline

Joined: 12 Mar 2015, 22:24
Posts: 26
mrkite wrote:
Mayh3M wrote:

Can you elaborate on how to add this entry into cheat engine?

I clicked on 'Add Address Manually' and entered 307F1A2 into the address and then changed the 'Type' to Array of Bytes but the resultant value is 0 0 0 0 0 0 0 0 0 0.


that value was the offset from the base program address. (I think full address is 14307F1A2)
As example
<CheatEntry>
<ID>0</ID>
<Description>"No description"</Description>
<LastState Value="F3 0F 59 0D E0 0D FD FE" Activated="0" RealAddress="1430816D0"/>
<ShowAsHex>1</ShowAsHex>
<Color>80000008</Color>
<VariableType>Array of byte</VariableType>
<ByteLength>8</ByteLength>
<Address>mgsvtpp.exe+30816D0</Address>
</CheatEntry>


OK I see. I now get the value: F3 0F 59 0D EA 31 FD FE using your latest offset. Any ideas on what needs changing for 21:9?


Top
 Profile  
 
PostPosted: 24 Oct 2015, 01:27 
Offline

Joined: 02 Apr 2015, 21:52
Posts: 3
Okay, I made a thing that helps me waiting for proper patches

The script attempts to determine your display resolution and patch mgsvtpp.exe automatically

So basically automates this process:
jackfuste wrote:
  • Calculate your aspect ratio
    For example:
    5985/1080 = 5.541666666666667
  • Convert it to hex value here - http://babbage.cs.qc.cuny.edu/IEEE-754/
    You get - 40 B1 55 55
    Now write bytes from right to left, so it will be 55 55 B1 40
  • Open mgsvtpp.exe in HEX-editor
  • Find value 39 8E E3 3F and change it to 55 55 B1 40
  • Save file
  • Play


Source here:
https://github.com/malyavkin/mgsvtpp-arfix

<3


Top
 Profile  
 
PostPosted: 24 Oct 2015, 01:44 
Offline

Joined: 12 Mar 2015, 22:24
Posts: 26
EDIT: I seemed to fix the markers by doing the following:

Change the address of the first value to: mgsvtpp.exe+307F1A2
This results in the following value: F3 0F 59 0D EA 31 FD FE
Change this to: F3 0F 59 0D EE 31 FD FE

This seemed to fix the markers but I just noticed in the menu the completion text falls below the screen so this is obviously not fully correct.

EDIT2: I just realised the secondary issue above is fixed by applying the second code from jackfuste which still works fine. This adjusts the UI elements for your aspect ratio. In my case the value is 86.0003762516.

So yeah the markers are now fixable by editing the first two values in jackfuste's cheat engine profile.

mrkite I don't know how you figured out the new address but can you do the same for the other fixes? (sonar effect, wind in desert, and most importantly FOV)

I just need the FOV address and then I can play again. :)


Top
 Profile  
 
PostPosted: 24 Oct 2015, 02:28 
Offline
User avatar

Joined: 24 Oct 2015, 00:40
Posts: 4
amdc wrote:
Okay, I made a thing that helps me waiting for proper patches

The script attempts to determine your display resolution and patch mgsvtpp.exe automatically

So basically automates this process:
jackfuste wrote:
  • Calculate your aspect ratio
    For example:
    5985/1080 = 5.541666666666667
  • Convert it to hex value here - http://babbage.cs.qc.cuny.edu/IEEE-754/
    You get - 40 B1 55 55
    Now write bytes from right to left, so it will be 55 55 B1 40
  • Open mgsvtpp.exe in HEX-editor
  • Find value 39 8E E3 3F and change it to 55 55 B1 40
  • Save file
  • Play


Source here:
https://github.com/malyavkin/mgsvtpp-arfix

<3


Sorry for maybe a newbish question here. I am trying to fix my 5760x1080 and thought I would try your fix out to see if that worked for my res.
So I downloaded the NodeJS program and that gives me a cmd prompt window. Am I supposed to copy the app.js txt and put it into that program somehow? Should I put that program in my msgv directory? Or am I just getting this completely wrong?

Thanks, Vlad


Top
 Profile  
 
PostPosted: 24 Oct 2015, 04:17 
Offline

Joined: 24 Oct 2015, 04:09
Posts: 14
I'm using hex edit on the game's exe for a 5:4 resolution (1280x1024) and it doesn't even work. What would the hex be to enter in? I'm putting in 00 00 a0 3f


Top
 Profile  
 
PostPosted: 24 Oct 2015, 07:48 
Offline

Joined: 23 Oct 2015, 09:03
Posts: 7
Mayh3M wrote:
mrkite I don't know how you figured out the new address but can you do the same for the other fixes? (sonar effect, wind in desert, and most importantly FOV)

I just need the FOV address and then I can play again. :)


addresses for v1.043:
marker position mgsvtpp.exe+307F1A2
marker size no change
sonar effect mgsvtpp.exe+35B5916
wind effect mgsvtpp.exe+34F491E

i'm not using FOV adjustment so I need to look into that more...


Top
 Profile  
 
PostPosted: 24 Oct 2015, 08:14 
Offline

Joined: 02 Apr 2015, 21:52
Posts: 3
Vladimir Badinski wrote:


Sorry for maybe a newbish question here. I am trying to fix my 5760x1080 and thought I would try your fix out to see if that worked for my res.
So I downloaded the NodeJS program and that gives me a cmd prompt window. Am I supposed to copy the app.js txt and put it into that program somehow? Should I put that program in my msgv directory? Or am I just getting this completely wrong?

Thanks, Vlad


No.

You open command line, navigate to the folder where you have saved app.js. For example, if you put it in Downloads folder your process will be like this:

Code:
C:\Users\username>cd Downloads

C:\Users\username>node app.js
Trying to detect display resolution
I detected your display resolution: 2560x1080, is that okay? y/n
...


Side note: Do you use eyefinity /3d surround (or whatever it's called for nvidia)? I'm not sure if it will work correctly for multi-monitor configurations. I just don't have anything to test it on


Last edited by amdc on 24 Oct 2015, 11:03, edited 1 time in total.

Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 869 posts ]  Go to page Previous  1 ... 36, 37, 38, 39, 40, 41, 42 ... 87  Next

All times are UTC [ DST ]


Who is online

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