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 19 Apr 2024, 15:31

All times are UTC [ DST ]




Post new topic Reply to topic  [ 33 posts ]  Go to page 1, 2, 3, 4  Next
Author Message
PostPosted: 05 Nov 2011, 17:58 
Offline
Administrators
Administrators
User avatar

Joined: 02 Nov 2009, 12:14
Posts: 1031
Location: Lincoln, UK
Well, despite my best efforts I was unable to get the game working properly in a multi-monitor resolutions, but I've upload a video that shows the results and then shows the first two acts in the game. Video was recorded from 5040x1050 then the gameplay was cropped and scaled down to 720p @ 60 FPS.

Direct Video Link: Sonic Generations PC (Triple Monitors Test and 16:9 Gameplay)
Channel Link: http://www.youtube.com/user/n11skid

Copy paste of video description:

Sonic Generations on the PC, Tested at 5040x1050 then cropped and scaled to 720p. Sorry if the video is a little jumpy in places, recording 5040x1050 @ 60fps eat the processor some what.

The video is from game launch, showing my attempts are getting multi-monitor to work, then showing the first two acts of the game. I've also put my usual annotations about how the game preforms with three screen.

_________________
: ) Skid : )
My Multi-Monitor Focused YouTube Channel: http://www.youtube.com/c/SkidIncGaming
My Twitch channel which I've been known to stream on from time to time: http://www.twitch.tv/SkidInc
"Imagination is the only weapon in the war against reality."


Top
 Profile  
 


 Post subject: Hi,Yes I also have the
PostPosted: 05 Nov 2011, 23:01 
Offline
Insiders
Insiders
User avatar

Joined: 21 May 2011, 14:18
Posts: 1232
Hi,

Yes I also have the game. on 3x resolution the game stretches across the displays. It looks like a Fov hack will do the trick. Unfortunately until now I cannot pin-point to address for the fov using Cheat Engine. Than again I don't really know how to find it...I tried searching for floats from 0.55 to 0.95 no luck. Than I converted the degrees in radians and tried that...still no luck.

If someone can tell me how to easily and fast find the address of the fov location I could fix it:)

Regards,
Helifax

_________________
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

E-mail and Paypal (for people who wants it): [email protected]


Top
 Profile  
 
PostPosted: 05 Nov 2011, 23:27 
Offline
Administrators
Administrators
User avatar

Joined: 02 Nov 2009, 12:14
Posts: 1031
Location: Lincoln, UK
I doubt it's a field of view issue, what the game does is render a fixed aspect ratio, then depending on which option is selected, ether fit that rendering to the screen, or works out how to fit that aspect ratio to the screen. If it was a FoV issue, it would render less of the top and bottom of the screen, but not be stretched.

_________________
: ) Skid : )
My Multi-Monitor Focused YouTube Channel: http://www.youtube.com/c/SkidIncGaming
My Twitch channel which I've been known to stream on from time to time: http://www.twitch.tv/SkidInc
"Imagination is the only weapon in the war against reality."


Top
 Profile  
 
 Post subject: I found the aspect ratio
PostPosted: 05 Nov 2011, 23:44 
Offline
Insiders
Insiders
User avatar

Joined: 21 May 2011, 14:18
Posts: 1232
I found the aspect ratio addresses and seems that the values are correct for my 5040x1050 resolution. So I do believe is a fov problem (The same one that Tomb Raider Anniversary has ).
The "Widescreen" mode should be selected and than just correct the fov part.

_________________
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

E-mail and Paypal (for people who wants it): [email protected]


Top
 Profile  
 
PostPosted: 06 Nov 2011, 10:41 
Offline
I Donated
I Donated

Joined: 18 Jul 2007, 04:19
Posts: 513
A bit of a bummer, since I was looking forward to playing this "good Sonic game" I was hearing about.

So triplewide, is stretched during gameplay? Looks like we need our local wide screen saviors to come to our rescue.


Top
 Profile  
 
PostPosted: 08 Nov 2011, 16:43 
Offline
Insiders
Insiders
User avatar

Joined: 14 Feb 2010, 13:39
Posts: 761




























CheatEngine auto assemble script, based on Fairlight executable, but pretty sure it will work with original legiit ->
Code:

   alloc(aspectfix,32) //allocate 32 bytes, 28+4
   label(continueexec) //label resume execution
   
   aspectfix: //new memory allocated address
   mov [aspectfix-4], (float)5.33333333 //set aspect ratio
   fdiv dword ptr [aspectfix-4]  //divide
   fstp dword ptr [esp+14] //store
   jmp continueexec //resume
   
   //"codecave"
   "SonicGenerations.exe"+2F2358:
   jmp aspectfix
   nop
   nop
   continueexec:
   
   


Engine itself is HOR+ - only need's the HUD fixed, its based on 1280x720 layout.

_________________
Resident Jester - Flawless Widescreen - Widescreen gaming the way it should be.
[Steam Profile]

Want to keep Flawless Widescreen alive? Donate Here


Top
 Profile  
 
 Post subject: Hello,Super Nice Hayden!
PostPosted: 08 Nov 2011, 16:56 
Offline
Insiders
Insiders
User avatar

Joined: 21 May 2011, 14:18
Posts: 1232
Hello,

Super Nice Hayden!

Now I have some small questions:

fdiv dword ptr [aspectfix-4] //divide
fstp dword ptr [esp+14] //store

1. Why do you dive the aspect ratio here?
2. Any tips on finding and correcting the hud? I am also looking into another game:) that is why I ask:)

Best Regards

_________________
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

E-mail and Paypal (for people who wants it): [email protected]


Top
 Profile  
 
PostPosted: 08 Nov 2011, 19:00 
Offline

Joined: 18 Oct 2009, 20:47
Posts: 44
someone can explain me how to apply this hack ?
i don't understand anything :(


Top
 Profile  
 
PostPosted: 08 Nov 2011, 22:46 
Offline

Joined: 18 Oct 2009, 20:47
Posts: 44
i have allready try to have something with cheat engine.
i have followed the tutorial but after that, it's really difficult to find how to make this hack.

i think a standalone software is better than a tool case like CE.
but i'm not a programmer :P


Top
 Profile  
 
PostPosted: 08 Nov 2011, 22:52 
Offline
Insiders
Insiders
User avatar

Joined: 21 May 2011, 14:18
Posts: 1232
Basically you need to find the Base address of he exe. Than in CE go to Base+OFFSET and add the Auto Assemble script there.

EDIT: REMOVED THESE LINE DUE TO MY OWN STUPIDITY :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

E-mail and Paypal (for people who wants it): [email protected]


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 33 posts ]  Go to page 1, 2, 3, 4  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