![]() |
|
Ghost of Moscow: Death to Spies Upcoming stealth-action for PC and Xbox360 |
![]() |
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
![]()
And how to do this program? ( HxD )
__________________
zenith71 |
#2
|
||||
|
||||
![]()
Left window shows the bytes, right shows the text. What you need to do is click on where you want to place the extra bytes, go to Edit and click Insert bytes. Type any number (such as 1) in the bytecount and click OK.
Then you have to find the byte preceding the string you're working on. Go to the left window and click on it from there. Change the number (for example, if it's "F1" type "F2" if you've increased the string by one byte). |
#3
|
||||
|
||||
![]()
I did the first options.
I do not understand how to change this number.
__________________
zenith71 |
#4
|
||||
|
||||
![]()
2
__________________
zenith71 |
#5
|
||||
|
||||
![]()
Okay, you need to replace "0C" with "0D". The byte determining the size of the string is located four bytes before the actual string.
If the size of the string manages to exceed the byte number "FF" (maximum number", the number has to reset to 00 after that and you have to put 01 on the byte after it (for example, for longer sentences you may encounter something like "54 03" or "00 02". If that happens, just replace it with "55 03" and "01 02" respectively. |
#6
|
||||
|
||||
![]()
For what do I have to replace if I have number 10?
It is all right now.Number 10 swapped for 11 and everything works. You helped me a lot. Thank you very much for everything.
__________________
zenith71 Last edited by zeith71; 03-21-2016 at 12:14 PM. |
#7
|
||||
|
||||
![]()
Just remember, the order of the numbers go like this:
1 2 3 4 5 6 7 8 9 A B C D E F After that it goes to 10 and the process repeats up until you get to FF. You really should submit the Polish translations to Steam and the Haggard Games forum. Maybe they'll include them in future patches. ![]() |
![]() |
|
|