Alternation62 Posted February 3, 2019 Posted February 3, 2019 I'm currently translating the Lune game Youkoso! Sukebe Elf no Mori He. While I have the translation part covered, I don't know the first thing about creating the patch. If anyone can tell me what to do, I would be grateful. Quote
tahu157 Posted February 3, 2019 Posted February 3, 2019 If the actual VN is anything like the trial version, you can use Garbro to get to its script files. https://github.com/morkt/GARbro/releases/tag/v1.5.42 They're in the srp.pac file. Inside there you should find a bunch of .srp files. Extract them and open them in a text editor like notepad++ to edit them. After that point things get tricky in two ways. The first is that the script files are arranged in quite possibly the dumbest way possible. The text is all on a handful of lines where any other engine would give each piece of text its own line. Editing is going to be a pain in the butt. And then the second thing is that I don't know how to repackage the script files once you have them translated. I'd cross that bridge when you get there though. Happiness+ 1 Quote
Alternation62 Posted February 4, 2019 Author Posted February 4, 2019 Thanks for the tip. If anyone knows how to repackage the script files, please let me know. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.