Unregret 0 Share Posted November 22, 2023 As the topic title, I need to figure out a way to make this game works for higher aspect ratio: There are 2 hex-values "AB AA AA 3F" (4:3) inside Robocop.exe; you can replace them with higher value but end-up with lower FOV. I still cant figure which one changes the FOV of entire screen. Need an expert to check these hard-coded values. Reply (Quote) Link to comment Share on other sites More sharing options...
Suicide machine 53 Share Posted November 22, 2023 Apparently I hooked the part of code at Robocop+0xAB278 and then multiplied it by aspect ratio / 1.33333333 * FOV multiplier. https://github.com/SuiMachine/Robocop-Sui-s-Wrapper/blob/master/source/CameraHacks.cpp#L24-L33 Not sure if this still works or whatever there are other exe versions: https://github.com/SuiMachine/Robocop-Sui-s-Wrapper/tree/master/data Unregret 1 Reply (Quote) Link to comment Share on other sites More sharing options...
Unregret 0 Author Share Posted November 23, 2023 This patch works perfectly. I put both d3d8.dll and d3d8.ini to game folder where Robocop.exe is. I changed value of Width, Height and FovMultiplier, it looks so great, thank you very much!!! The main pc wiki page should update this patch. I really enjoy the game this way. Reply (Quote) Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.