I am trying to change the text in some game files using the HxD hex editor.
When I see a sentence in the hex editor, such as Powered by me, this is 13 characters long. I have found that the replacement sentence also needs to be 13 characters long in order to work. If it's not 13 characters long, the game will not load for some reason.
I have added bytes to the file. Now I need to find out how to make it work. How can I make the file work with my added bytes?