Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. Hello, in here I will attempt to walk you through editing the scripts provided for
  2. translation. First you will need a hexeditor (I use 010 editor) and the script files.
  3. Also note The files provided are from the english version of the game (if needed I
  4. can try and get the japanese).
  5.  
  6. First, please ignore the files at the top of each folder (format should be screensaver)
  7. do not delete them they will make repacking easier. Now once the hexeditor is installed
  8. open the file "op00.scr_chunk_001" in the hexeditor. You will see the characters you
  9. want to translate in there, edit that into whatever you want, I will not state the rules
  10. that must be followed with this engine.
  11.  
  12. Characters in each string must not go over 48 characters and I have heard it cannot
  13. go over 5 strings, os 5x48. (example of a string as shown in the "example" document
  14. "I am the god damn batman"). Notice before and after the string there is a
  15. ..(symbol).. and ....(symbol).. this is instructions to the engine
  16. on how to handle the script. The first one is to begin a new segment, the one after it
  17. is to begin a new string. However, note that if you are creating these commands from
  18. scratch you must use the left hand side panel to enter the commands, they are as follows
  19.  
  20. Begin new segment: 0E 05 80 00 00
  21. New string: 02 03 0E 05 80 00 00
  22. End segment: 02 03 00
  23.  
  24. Again, see example document to see exactly how to do it.
  25.  
  26. I am sorry this is in english, I do not know german.
  27.  
  28. Tool used to extract the scripts is animed, credit goes to someone by the name of
  29. "dsp2003" if I am not mistaken (I do not speak russian either).
  30. Regards
  31. Mark
  32. Readme v1.1
  33. -fixed typo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement