Zephyr Net http://jkpeterson.net/forum/ |
|
Custom resolutions (kind of works) http://jkpeterson.net/forum/viewtopic.php?f=6&t=2218 |
Page 1 of 1 |
Author: | Cobra [ Sun Sep 11, 2016 17:58 pm ] |
Post subject: | Custom resolutions (kind of works) |
I was messing around with the no cd FA.exe in a hex editor and I found how to change the resolutions. It has limits, like sky issues when wider than 1024 and cut off when taller than 1040, but works otherwise. Values are in byte swapped hex. Screen resolution and game rendering resolution are separate values. 640x480 Screen 5D06B (Y X) Render 5D14F (X Y) 800x600 Screen 5D039 (Y X) Render 5D190 (X Y) 1024x768 Screen 5D047 (Y X) Render 5D1D1 (X Y) |
Author: | Speedy [ Mon Sep 12, 2016 23:30 pm ] |
Post subject: | Re: Custom resolutions (kind of works) |
Cobra wrote: I was messing around with the no cd FA.exe in a hex editor and I found how to change the resolutions. It has limits, like sky issues when wider than 1024 and cut off when taller than 1040, but works otherwise. Values are in byte swapped hex. Screen resolution and game rendering resolution are separate values. 640x480 Screen 5D06B (Y X) Render 5D14F (X Y) 800x600 Screen 5D039 (Y X) Render 5D190 (X Y) 1024x768 Screen 5D047 (Y X) Render 5D1D1 (X Y) Huh, seems interesting. Do you have any screenshots that help to illustrate the effect? |
Author: | Cobra [ Wed Sep 14, 2016 01:32 am ] |
Post subject: | Re: Custom resolutions (kind of works) |
http://i.imgur.com/YBXzRpA.jpg I replaced the 1024x768 resolution with 1920x1080. The text and window size doesn't scale. The game adjusts for widescreen by showing less vertically rather than more horizontally (zooming out will counteract this). The area between the clouds and horizon is messed up, as is the bottom of the screen. |
Author: | CAG Hotshot [ Wed Oct 26, 2016 04:25 am ] |
Post subject: | Re: Custom resolutions (kind of works) |
We discovered this back in 2005 at vnfawing but did not incorporate it since there were issues as presented above... We instead changed the internal menu gui to 1024 x 768 and replaced all the gaming menu screens... |
Page 1 of 1 | All times are UTC - 5 hours [ DST ] |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |