View Single Post
  #7  
Old 14-07-2003, 14:44
xenon2k xenon2k is offline
Junior Member
 
Join Date: Feb 2003
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
xenon2k
Re: Closer

Quote:
Originally posted by Daydreamer
Hi!

Thx for reply, I finally got a good Hex Editor that will let me edit these large image files!

Only I have 2 small questions:

Q1. When you say..

Look for
09 00 09 00 09 00 09 00 09 00 30 88 07 89
Change it by
07 89 32 88 07 89 33 88 07 89 30 88 07 89

Do you mean change the string TO the lower one? (I'm just slightly confused, because you say Change it BY, which could be a logical operation)..?

Q2. When you say..

Look for
00 E0 00 E0 04 7F 26 4F 0B 00 09 00
Change it by
02 ...

Do you mean only change the first byte and leave the rest as they are????

Anyway, I gave it a shot and it still will not display as RGB, I have a JAP DC (hunting an early UK PAL system at the mo.)

Consequently, when I burned my original NRG using Nero it would not play in the DC (perhaps the burn is not "dark" enough for the DC to read??), so I had to re-read the disc into an image using DJ4 and burn it again at 8x and it worked.

Many thanks !!
You must change only what`s different in the strings and leave the rest as it is.

In other words, look for the whole string, compare it to the new one and change only what`s necessary (what differs) with your Hex editor.
Reply With Quote