GUI issues.

10/20/2024 15:31 wmgm183#1
I changed the resolution. Then I used the 0-130 node in gui.ini to adjust it. It didn't seem to work.
I deleted the entire [0-130] node. No error. It's still in the lower left corner of the page.
How can I move [0-130]

[Only registered and activated users can see links. Click Here To Register...]
11/02/2024 21:41 wolfcfx880#2
The panel center is forced by Conquer.exe not related to GUI.ini configs
you have to handle it from Conquer.exe memory
11/07/2024 10:48 wmgm183#3
Quote:
Originally Posted by wolfcfx880 View Post
The panel center is forced by Conquer.exe not related to GUI.ini configs
you have to handle it from Conquer.exe memory
Well, thank you for your advice, my friend. Do you know the memory address of 5065
Or How I need to find this memory address, I have no idea
Search for [0-130] in hexadecimal
12/04/2024 07:19 wmgm183#4
Quote:
CDialog::Create((CDialog *)(this + 1944), (const char *)130, (struct CWnd *)this);
GetWindowRect(*(HWND *)(this + 1976), &Rect);
v7 = ((int (*)(void))CMyBitmap::GetScreenWidth)();
ScreenHeight = CMyBitmap::GetScreenHeight(v7);
CWnd::MoveWindow((CWnd *)(this + 1944), 0, ScreenHeight - 141, v38, 141, 1);
CDialog::Create((CDialog *)(this + 636204), (const char *)0x127, (struct CWnd *)this);
Glad I found it here. I've worked it out