PDA

View Full Version : Cronous in windowed mode


Demolisher67
1st May 2007, 02:13
i read this on a pretty old post...
Force Cronous to windowed mode
As of May 28, 2004 with current patches:

Open up "Game.bin" in a hex editor. I use hackman but any good editor should work.

------------------------------------------------------
PATCH #1
Search for this hex pattern:

007D0B8B8550FEFFFFE95A0700006A15

Change that 15 at the end to 08 hex.
Patches SetCooperativeLevel() to "DDSCL_NORMAL".
-------------------------------------------------------

--------------------------------------------------------
PATCH #2
Search for this string, and replace it all with 90 hex (NOP instruction):

6A006A006A10685802000068200300008B8528FEFFFF8B4834 8B9528FEFFFF8B42348B1051FF5254898550FEFFFF

Patches out the call to SetDisplayMode().
--------------------------------------------------------

This will put Cornous into windowed mode like the windowed mode of Lineage2.
It will not have a title bar and such and the window will be forced to the upper left hand corner.

how does this actually work...i can only find these values in an hex editor that can edit ram (memory). I can change the values with CE but how do i patch it?