HEX EDITING

At this you are going to learn how to hex edit RCT.
First of all you have to have the hex editor AXE
Ok, now we can start.

I DONT TAKE ANY RESPONSIBILITY OF HEX EDITING.
First open  axe.
Then click file -> open. Then open RCT.exe (remember to make a backup-file of RCT.exe)
The screen should look this way.
 

Then click Shift+F3 and the search menu should come up.
 
 

Now we can start editing. I`m going to learn you the basics by making it able to make 15 trains for Rollercoasters and transport, and change the guest thoughts.
1.In the Search for menu type 3a 5c 39 36 76 04 8a 5c 39 36 then select Raw Hex Bytes.
Then hit ok button.



The screen should look this way:
 

Then change 8a 5c 39 36  with    b3 7f 90 90 .
The screen should look this way:
 
BEFORE
AFTER
Then save and open file to see changes. If file doesn`t work then use the backup and replace file again.



And now the Guest thoughts
Open RCT.exe and press shift+F3 to open search window again.
 
Instead of Raw Hex bytes select ANSI String.
In the search for window type f.example" I want to go on something more thrilling than".
The screen should look this way:
 

Then write whatever in the green field (the text cant be longer than the existing).
The screen could look this way:
 

You can change any other text, then save, enter game and see the changes.

To see a example of Hex editing download the example in the download area