#1
|
|||
|
|||
Bad Day LA with 800x600 resolution
The game starts in 1072x786, but on my small monitor this looks horrible.
I prefer 800x600, but the game got no ingame option to change resolution. An external cfg tool is also not existing. The config file looks weird, no way to change res manually here. What should i do? Any fix for 800x600 or commandline known? |
Sponsored Links |
#2
|
||||
|
||||
How about hacking around in the EXE/DLL's?
![]()
__________________
Joe Forster/STA For more information, see the FileForums forum rules and the PC Games forum FAQ! Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply! Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back! |
#3
|
|||
|
|||
For me, this seems to be the place where the window is created.
I didnt see any resolution selection function before. It seems 1024x786 is the only resolution the game "knows". 0058CA64 |. 57 PUSH EDI ; /ExtStyle = WS_EX_TOPMOST|WS_EX_APPWINDOW 0058CA65 |. 8945 D8 MOV [LOCAL.10],EAX ; | 0058CA68 |. 8945 DC MOV [LOCAL.9],EAX ; | 0058CA6B |. 50 PUSH EAX ; |HasMenu = TRUE 0058CA6C |. 8D45 D8 LEA EAX,[LOCAL.10] ; | 0058CA6F |. 68 00000092 PUSH 92000000 ; |Style = WS_POPUP|WS_CLIPCHILDREN|WS_VISIBLE 0058CA74 |. 50 PUSH EAX ; |pRect = 0012FE70 {0.,0.,1024.,16777344.} 0058CA75 |. 8955 E4 MOV [LOCAL.7],EDX ; | 0058CA78 |. FF15 78B37000 CALL DWORD PTR DS:[<&USER32.Ad>; \AdjustWindowRectEx I attached all binary files the game. The game ignores the setting "Execute in 640x480 resolution" in compatibilty option at all. (Iam on Win XP Sp3.) |
#4
|
||||
|
||||
By the way, what disassembler are you using; or are the comments yours?
__________________
Joe Forster/STA For more information, see the FileForums forum rules and the PC Games forum FAQ! Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply! Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back! |
#5
|
|||
|
|||
OllyDBG 1.10, i didnt made any comments.
|
#6
|
|||
|
|||
Default resolution is 1024*768, but i want 800*600.
1024*768 (and 60Hz) looks horrible on my screen, 800*600 (with 85Hz) is much better on my CRT. |
#7
|
|||
|
|||
I'm a modder in the THPS community and I was asked to look into the resolution
issue in this game by a fellow THPS player, here's what I came up with. The resolution offset in the exe can be found at - hex 354574 the first 4 bytes are your width - 00040000 | 1024 following those 4 bytes are your height - 00030000 | 768 This WILL NOT FIX the resolution, this IS the resolution location but it has ill effects if you change the data. For example none of the screen objects change size also the mouse doesn't line up properly on the objects. Seeing as I don't actually play the game I wont be looking into this any further but I figured I would post my findings for someone else, if interested, to finish the task. % Last edited by %.gone.; 05-08-2010 at 20:02. |
#8
|
|||
|
|||
Thanks.
But unplayable though, seems like the game was only designed for 1024*786 as single resolution. |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
JUST CAUSE adding a new resolution | dazzashazza | General Gaming | 1 | 24-09-2006 02:08 |
Fable resolution problem | Jucki | General Gaming | 7 | 24-11-2005 15:23 |
Still Life Problem (About the resolution) | rexcfnghk | General Gaming | 3 | 31-05-2005 07:32 |
Diablo 2 Resolution | Harry_Mammoth | PC Games | 4 | 11-03-2005 12:12 |
midnight club 2 resolution | hui87 | PC Games | 7 | 21-07-2003 07:51 |