|
|
|
#1
|
||||
|
||||
|
then do it manually with a hex editor...
00026B20: 6A B0 00026B21: FF 01 00026B22: 68 C3 first part is file offset, 2nd column is the original byte pattern, third column is the byte to put in (overwrite) so... file offset 00026B20 -> change the 6A to B0 file offset 00026B21 -> change the FF to 01 file offset 00026B22 -> change the 68 to C3 which i think is effectively mov al, 1 retn either way, 3 bytes to patch, pretty simple use hexworkshop (www.bpsoft.com) or something to edit the file make sure OVERWRITE (press the ins key so the OVR part in the bottom status window is enabled)... then edit -> goto -> enter the file offset (make sure HEX is selected) click go make sure the hex window left portion is where the cursor is and type in the replacment byte repeat it for the 3 places you have to patch hmm actually, its all one after each other so just goto the first offset, make sure OVR is on (you may get a nag about this) and enter the 3 bytes to replace (B0 01 C3) - you should see the original bytes too ( 6A FF 68 ) if you do NOT see those original bytes there, do NOT make the changes... also, BACKUP the file you're editing, in case you make a mistake... once done, file->save to save the changes you made...
__________________
bleh DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you... Last edited by TippeX; 31-07-2008 at 01:47. Reason: forgot about the save bit |
| Sponsored Links |
|
#2
|
|||
|
|||
|
thx
thank you so much.
that worked perfectly
|
|
#3
|
|||
|
|||
|
Quote:
Thanks for help |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IceWind Dale 2 Here we go again | WookieWill | PC Games | 2 | 05-12-2002 16:33 |
| Icewind dale cd2 wont backup ARRRGGGHHH!!! | mistress | PC Games | 0 | 02-01-2002 19:34 |
| Spyro3 Euro-Pal Crack by BAD dosn´t work !!!!!! | thor.LG | PSX Games | 2 | 11-01-2001 06:21 |
| The German No CD Crack of EA Superbike 2001 don`t work! Please help | BUZN_OuterLiMiT | PC Games | 1 | 06-01-2001 08:50 |
| ICEWIND DALE & Prolog des Todes (Feedback bitte!) | _RunE_ | PC Games | 0 | 18-11-2000 02:44 |