Sonic Generations PC (Triple Monitors Test and 16:9 Gameplay)
Sonic Generations PC (Triple Monitors Test and 16:9 Gameplay)
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.
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."
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."
Hi,Yes I also have the
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
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]
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]
I doubt it's a field of view
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."
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."
I found the aspect ratio
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.
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]
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]
-
Amon Amarth
- I Donated

- Posts: 513
- Joined: 18 Jul 2007, 04:19
A bit of a bummer, since I
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.
So triplewide, is stretched during gameplay? Looks like we need our local wide screen saviors to come to our rescue.
[img[http://iforce.co.nz/i/hi
CheatEngine auto assemble script, based on Fairlight executable, but pretty sure it will work with original legiit ->
Code: Select all
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
[Steam Profile]
Want to keep Flawless Widescreen alive? Donate Here
Hello,Super Nice Hayden!
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
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]
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]
someone can explain me how to
someone can explain me how to apply this hack ?
i don't understand anything :(
i don't understand anything :(
i have allready try to have
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
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
Basically you need to find
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
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]
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]
Nevermind me I am stupid and
Nevermind me I am stupid and retarded it seems:))
- Basically You fire Cheat Engine
- Attach it to your game
- Go to Memory view and select the 002F2358 memory entry.
- Hit "Auto Assemble" and paste the code.
ALT+TAB to game and TADA!
Best Regards,
Helifax
- Basically You fire Cheat Engine
- Attach it to your game
- Go to Memory view and select the 002F2358 memory entry.
- Hit "Auto Assemble" and paste the code.
ALT+TAB to game and TADA!
Best 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]
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]
Tried this:- Basically You
Tried this:
- Basically You fire Cheat Engine
- Attach it to your game
- Go to Memory view and select the 002F2358 memory entry.
- Hit "Auto Assemble" and paste the code.
ALT+TAB to game and TADA!
On the Steam version and it did not work or do anything when I clicked on execute the code from HaYDeN, there was no errors looked like it accepted it but did nothing.
Am I missing something?
I am going to download FLT version and see if that's the case.
HaYDeN I be more than happy to buy you the game on Steam(to help with a fix) just PM me you Steam account name, also I be more than happy to pay you $ for the fix too, too bad your site is not up with the Donate. Do you need web space I have some you could use.
- Basically You fire Cheat Engine
- Attach it to your game
- Go to Memory view and select the 002F2358 memory entry.
- Hit "Auto Assemble" and paste the code.
ALT+TAB to game and TADA!
On the Steam version and it did not work or do anything when I clicked on execute the code from HaYDeN, there was no errors looked like it accepted it but did nothing.
Am I missing something?
I am going to download FLT version and see if that's the case.
HaYDeN I be more than happy to buy you the game on Steam(to help with a fix) just PM me you Steam account name, also I be more than happy to pay you $ for the fix too, too bad your site is not up with the Donate. Do you need web space I have some you could use.
valcan_s wrote:Tried this:-
On the Steam version and it did not work or do anything when I clicked on execute the code from HaYDeN, there was no errors looked like it accepted it but did nothing.
HaYDeN told me he will add this fix to flawlessws tool, he is working on a new version atm.
Anyway he has given me some instructions on how to create a CE table for this hack, could you please try the following (i cant cause i dont have this game):
Edit: Solution doesnt work, deleted.
Hi Thanks i tired it, but i
Hi Thanks i tired it, but i get an error:
http://www.sysprofile.de/id69631 > My System: 3x1L Eyefinity, Core i5-2500K 4,5Ghz, HD7950 Crossfire, 8GB RAM
doesn't work for me either.
doesn't work for me either.
-
Amon Amarth
- I Donated

- Posts: 513
- Joined: 18 Jul 2007, 04:19
The 48:10 table is giving me
The 48:10 table is giving me the same message as well.
Thanks for giving it a try though!
Thanks for giving it a try though!
Thanks for testing it guys,
Thanks for testing it guys, im sry, but stay tuned, we will have a multi-mon fix for this game soon.
helifax wrote:Nevermind me I
Nevermind me I am stupid and retarded it seems:))
- Basically You fire Cheat Engine
- Attach it to your game
- Go to Memory view and select the 002F2358 memory entry.
- Hit "Auto Assemble" and paste the code.
ALT+TAB to game and TADA!
Best Regards,
Helifax
I tried that, but i dont know how to find the memory entry, there are a lot, search does not find it, how to i do it right ?
Thanks for your help.
regards
sharonna
http://www.sysprofile.de/id69631 > My System: 3x1L Eyefinity, Core i5-2500K 4,5Ghz, HD7950 Crossfire, 8GB RAM
Basically it is an auto
Basically it is an auto assembly script. That means that you need to go to the memory view. press CTRL+A to open the auto assembler window and paste the code there.
click on execute.
This line tells that ""SonicGenerations.exe"+2F2358:" the code will be injected at the base address of the game + 2F2358 Offset. In the steam version the offset could be different thou...
One thing that is important:
- Fire the game
- GET TO THE MAIN MENU (of the game)
- ALT TAB
- GO TO CHEAT ENGINE AND ATTACH to the GAME (NOT STEAM or other things)
- Auto assemble the provided code
- ALT+TAB to game.
If you haven't tried with the above steps please try like this:)
I don't have the steam version:) So I cannot try... but it should work....unless the there are huge differences in the executable between the FL and steam versions.
click on execute.
This line tells that ""SonicGenerations.exe"+2F2358:" the code will be injected at the base address of the game + 2F2358 Offset. In the steam version the offset could be different thou...
One thing that is important:
- Fire the game
- GET TO THE MAIN MENU (of the game)
- ALT TAB
- GO TO CHEAT ENGINE AND ATTACH to the GAME (NOT STEAM or other things)
- Auto assemble the provided code
- ALT+TAB to game.
If you haven't tried with the above steps please try like this:)
I don't have the steam version:) So I cannot try... but it should work....unless the there are huge differences in the executable between the FL and steam versions.
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]
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]
helifax wrote:Nevermind me I
Nevermind me I am stupid and retarded it seems:))
- Basically You fire Cheat Engine
- Attach it to your game
- Go to Memory view and select the 002F2358 memory entry.
- Hit "Auto Assemble" and paste the code.
ALT+TAB to game and TADA!
Best Regards,
Helifax
Thanks, works perfect.
A greeting in my first post ;)
Who is online
Users browsing this forum: No registered users and 3 guests



