Update: Okay, sorted out the scaling issue, running conquer in 1440x900 Widescreen!, however the GUI doesn't scale properly this time, anyone have experience in moving GUI elements?
Here is the code update this time, which also depreciates the code I posted above as this will set the above X/Y values
EDIT: This doesn't depreciate the first mod I posted above, they need to both be applied
Code:
CPU Disasm
Address Hex dump Command Comments
005AB8EC |. C785 54FEFFFF MOV DWORD PTR SS:[EBP-1AC],5A0 ; X Resolution 5A0=1440
005AB8F6 |. C785 58FEFFFF MOV DWORD PTR SS:[EBP-1A8],384 ; Y Resolution 384=900
005AB900 |. FF15 AC9A7D00 CALL DWORD PTR DS:[<&USER32.ChangeDisplaySettingsA>] ; Call Function
Ok so here we have the X/Y setting for 1024x768 window mode, modified slightly. I changed 400(1024) to 5A0 to give 1440, and 300 to 384(768) to get 900.
Use any hex>dec converter to choose your own res