| |
Mario Dweller
Member
������: Prague, CZ �����������: ���. 2004
�����: 22 ���������
|
Hi, In our mod, We need to remove or place out of screen armor button(Use the best armor...). Is it possible ? It's hardcoded :-\... Thanx...
----- Drink nuka-cola !
|
����������: 3:41 - 4 ����, 2005
|
|
Mynah
���������
������: ����� �����������: ���. 2004
�����: 469 ���������
|
Moment, this no one knows how to make to danny, but if you want to study this, then try to dig fallout2.exe in the region of address 4487ce. Sorry for my bad english.
----- Scio me nihil scire
|
����������: 14:26 - 4 ����, 2005 | ����������: Mynah - 16:30 - 4 ����, 2005
|
|
Mario Dweller
Member
������: Prague, CZ �����������: ���. 2004
�����: 22 ���������
|
Thank you very much, i'll check it once more... (Addition of 0:56 - 5 July, 2005.) I tried to do it, but max Fallout2.exe file offset is 0x12278A... Or did you mean memory offset ?
----- Drink nuka-cola !
|
����������: 0:18 - 5 ����, 2005
|
|
Mynah
���������
������: ����� �����������: ���. 2004
�����: 469 ���������
|
Yes. It's memory offset. To you is necessary debugger.
----- Scio me nihil scire
|
����������: 13:12 - 5 ����, 2005
|
|
Mario Dweller
Member
������: Prague, CZ �����������: ���. 2004
�����: 22 ���������
|
And what debugger do U recommend ? I haven't tried such things yet...
----- Drink nuka-cola !
|
����������: 13:17 - 5 ����, 2005 | ����������: Mario Dweller - 15:15 - 5 July, 2005
|
|
Mynah
���������
������: ����� �����������: ���. 2004
�����: 469 ���������
|
I use OllyDBG, but this does not mean that it best. OllyDBG me pleases itself by simplicity, convenience and build it disassemble.
----- Scio me nihil scire
|
����������: 14:21 - 5 ����, 2005
|
|
Mario Dweller
Member
������: Prague, CZ �����������: ���. 2004
�����: 22 ���������
|
Thank U...
----- Drink nuka-cola !
|
����������: 14:27 - 5 ����, 2005
|
|
Mario Dweller
Member
������: Prague, CZ �����������: ���. 2004
�����: 22 ���������
|
So a have found it... Y position is 0x448983 X position is 0x448988 But still I don't know how to disable the button or how to assign X and Y more than 0xFF :-\
----- Drink nuka-cola !
|
����������: 1:58 - 7 ����, 2005 | ����������: Mario Dweller - 3:48 - 7 July, 2005
|
|
Mynah
���������
������: ����� �����������: ���. 2004
�����: 469 ���������
|
Sorry, but i don't sure what your offsets is correctly. I check it and this my data: On offset 448982 x size of button picture. On offset 448987 y size of button picture. For remove it you must do some change: On offset 448982: Replace "mov EBX, 2E" to "mov EBX, 0" (BB2E000000 to BB00000000 in HEX) On offset 448987 Replace "mov EDX, 0EB" to "mov EDX, 0" (BAEB000000 to BA00000000 in HEX) and then just redraw control.frm for remove this button succesfully :) This checked.
----- Scio me nihil scire
|
����������: 3:21 - 7 ����, 2005
|
|
Mario Dweller
Member
������: Prague, CZ �����������: ���. 2004
�����: 22 ���������
|
But I have the same offset :P... Yes, I have tried this, but it will not remove the button, it will move it on [0;0]- relative to control.frm... And the position is only 8bit, so U can assing X and Y only 0-FF and screen width is 640(0x280) :-\...
----- Drink nuka-cola !
|
����������: 10:39 - 7 ����, 2005 | ����������: Mario Dweller - 11:57 - 7 July, 2005
|
|
| |
|