Rancher wrote:Using a hex editor or? What is your native language? I need to use Russian strings because non of the other languages contain the Cyrillic characters and I can't use a hex editor because of the character limitation. That's why I need someone to edit the script, it already has a source code, so I guess it wouldn't be so hard for someone experienced.
1B 00 00 00 57 68 65 6E 20 4E 61 72 75 20 65 6D 62 72 61 63 65 64 20 6D 79 20 6C 69 67 68 74
1A 00 00 00 43 75 61 6E 64 6F 20 4E 61 72 75 20 61 62 72 61 7A C3 B3 20 6D 69 20 6C 75 7A
27 00 00 00 E3 83 8A E3 83 AB E3 81 AF E3 81 BE E3 82 8B E3 81 A7 E6 88 91 E3 81 8C E5 AD 90 E3 81 AE E3 82 88 E3 81 86 E3 81 AB
You can take and look, first 4 bytes - size limit of text:
When Naru embraced my light: lenght 1B
Cuando Naru abrazó mi luz: lenght 1A
and so on
You can inscrea your size with hex editor, or replace your text with russian and dump your size with 00 data if your text have size smaller.