
12-Oct-2011 20:42
Hi,
Just made a quick n dirty patch for you that does it
I don't know if I can post .exe files ... so I explain the patch
Just change the following values with a hex editor, I used HxD for testing:
(Btw 01 : >The patch works both with Jk.exe version 1.0 and 1.01<)
(Btw 02 : Save a backup of original jk.exe if you need original later)
Update, more options added!
On offset 4E2 change from original value "1D" to 35 //constant -windowGUI
On offset 4E8 change from original value "1D" to 35 //constant -displayConfig
On offset 4FA change from original value "1D" to 35 //constant -dispStats
On offset 4F4 change from original value "1D" to 35 //constant -frameRate
On offset 512 change from original value "1D" to 35 //constant -devMode
With HxD you can just use the short (ctrl+g) witch equals "Search->Goto" to seek to offsets. Position the cursor before 1D and type in 35 to overwrite the values.
With the values changed just save the modified jk.exe and that's it.
Btw: I used ollydbg for reversing/determining values.
How was the patch done?
The game stores the options as global variables which 1=true/given and 0=false/not set.
Just changed these values while game inits to the preferred state.
Greets, frequent
Last edited by frequent on 13-Oct-2011 15:54; edited 1 time in total