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 04 Jul 2024, 21:32

All times are UTC [ DST ]




Post new topic Reply to topic  [ 308 posts ]  Go to page Previous  1 ... 13, 14, 15, 16, 17, 18, 19 ... 31  Next
Author Message
PostPosted: 05 Feb 2017, 10:00 
Offline

Joined: 30 Jun 2006, 07:46
Posts: 119
CivilWolf wrote:
Blinky wrote:

Here's a thought: If I play at 1920x1080, I get full screen, no letterboxing. But of course the aspect ratio is messed up. Could I keep it at that resolution so I can have a full screen image, but change the aspect ratio in the .exe so that the image isn't stretched?

Is that possible? I really, really want to play fullscreen.


That sounds like it might work!

You only have to change the first HEX value, I would guess.


You mean 0000FC50? I tried using the values you posted previously but it didn't change anything.


Top
 Profile  
 


PostPosted: 05 Feb 2017, 11:06 
Offline
User avatar

Joined: 31 Jan 2017, 08:43
Posts: 62
Blinky wrote:

You mean 0000FC50? I tried using the values you posted previously but it didn't change anything.


Yes.

Here are the steps I took to find your HEX codes:

Found FOV ratio:
Image

Converted to HEX:
Image

Removed the "0x" and reversed the HEX value.

I'm stumped. That is about all I've ever had to do for HEX values. Strange how it is not working in this case.

Hopefully someone comes up with a solution soon.


Top
 Profile  
 
PostPosted: 05 Feb 2017, 11:20 
Offline

Joined: 04 Mar 2015, 14:35
Posts: 100
For 1600x1800 its "8:9"=0,8888888888888889. Basicly its a "4:4,5"

Ratio 4:4,5 :
Removes (openes) the black bars:
1.777778(float) 3FE38E39(hex aligned) "39 8E E3 3F"(binary) to 0.888889(float) 3F638E3B(hex aligned) "3B 8E 63 3F"(binary)
and
Fix the ratio (horizontal):
16.00000(float) 41800000(hex aligned) "00 00 80 41"(binary) to 4.00000(float) 40800000(hex aligned) "00 00 80 40"(binary)
Fix the ratio (vertical):
9.00000(float) 41100000(hex aligned) "00 00 10 41"(binary) to 4.50000(float) 40900000(hex aligned) "00 00 90 40"(binary)

or

Ratio 8:9 :
Removes (openes) the black bars:
1.777778(float) 3FE38E39(hex aligned) "39 8E E3 3F"(binary) to 0.888889(float) 3F638E3B(hex aligned) "3B 8E 63 3F"(binary)
and
Fix the ratio (horizontal):
16.00000(float) 41800000(hex aligned) "00 00 80 41"(binary) to 8.00000(float) 41000000(hex aligned) "00 00 00 41"(binary)
Fix the ratio (vertical):
nothing todo here

Aspect Ratio Calculator:

http://andrew.hedges.name/experiments/aspect_ratio/


Top
 Profile  
 
PostPosted: 05 Feb 2017, 14:43 
Offline

Joined: 19 May 2011, 20:51
Posts: 31
@zens

please can you corfirm that your values for 5040x1050 (3 screens 16x10) are correct?

Removes (openes) the black bars:
1.777778(float) 3FE38E39(hex aligned) "39 8E E3 3F"(binary) to 4.800000(float) 4099999A(hex aligned) "9A 99 99 40"(binary)
and
Fix the ratio (horizontal):
16.00000(float) 41800000(hex aligned) "00 00 80 41"(binary) to 24.00000(float) 41C00000(hex aligned) "00 00 C0 41"(binary)
Fix the ratio (vertical):
9.00000(float) 41100000(hex aligned) "00 00 10 41"(binary) to 5.00000(float) 40A00000(hex aligned) "00 00 A0 40"(binary)

i teste a lot values and dont work, is streched and zommed. :cry:

Please someone have a triplewide 16x10 (5040x1050) and has made it work??

thanks!!

sorry bad english


Top
 Profile  
 
PostPosted: 05 Feb 2017, 18:52 
Offline

Joined: 05 Feb 2017, 11:34
Posts: 7
So i applied the hex edit fix for my resolution (3440x1440) but it turns out the only thing the fix does is removing the black bars and then
stretches the 16:9 game to fit a 21:9 sceen. https://imgur.com/a/FEeH2
Is it even possible to render the game in a 21:9 resolution so I can see more to the left and right? Does anyone have a 21:9 vs 16:9
comparison from the exact same moment ingame?


Top
 Profile  
 
PostPosted: 05 Feb 2017, 19:50 
Offline

Joined: 08 Jan 2015, 15:03
Posts: 13
Can someone clarify this for me:

Is it possible to apply a hex edit for 3440x1440p that does not result in a stretched image?

And if so, what are your specific values? Yes, I've tried everything in this thread, afaik.


Top
 Profile  
 
PostPosted: 05 Feb 2017, 20:05 
Offline

Joined: 05 Feb 2017, 11:34
Posts: 7
matthias wrote:
Can someone clarify this for me:

Is it possible to apply a hex edit for 3440x1440p that does not result in a stretched image?

And if so, what are your specific values? Yes, I've tried everything in this thread, afaik.

I have the same problem. This is what my re7.exe looks like: https://imgur.com/a/C9J9G but this does not make the game run in 21:9 (3440x1440).


Top
 Profile  
 
PostPosted: 05 Feb 2017, 20:26 
Offline

Joined: 04 Mar 2015, 14:35
Posts: 100
5040x1050 is 24:5 (12:2,5) = 4,8
3440x1440 is 43:18 (21:9) = 2,4

Changing the window mode with "alt + enter" fixes the streching.


Top
 Profile  
 
PostPosted: 05 Feb 2017, 22:15 
Offline

Joined: 30 Jun 2006, 07:46
Posts: 119
Can any of you tell me what values I need to enter for the following?

Set the game's resolution to 1080p, but change the aspect ratio to fit correctly with a 8:9 monitor?


Top
 Profile  
 
PostPosted: 05 Feb 2017, 22:50 
Offline

Joined: 04 Mar 2015, 14:35
Posts: 100
Blinky u have to setup ur nativ monitor resolution. In ur case 1600x1800. Then u have to tweak the executable to ur needs. Your native resolution is equivalent to a 4:5 Ratio, or a 8:9 Ratio. So u have to tweak horizontal and/or vertical ratio value and the diagonal value (means 8:9= 0.89) in the executable.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 308 posts ]  Go to page Previous  1 ... 13, 14, 15, 16, 17, 18, 19 ... 31  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


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