Jump to content

Recommended Posts

Posted (edited)

I'm not trying to make assurances about translating Last Run, but I'm interesting in getting the scripts into a format where they can be edited. I can extract the scenes using Garbro but I don't know how to unpack the .scn.txt files. They're encrypted as far as I know.

I should add that I'm a total amateur with Github so if a link to a repository is provided I'll need step by step instructions on how to use it.

Edited by Hiashi
Posted

.scn.txt files can be read/written by UlyssesWu's FreeMote project. They can be encrypted, but are usually just packed in a special way. Some are also not encrypted even if they look like they are in a hex editor/text editor. There are also some brute force tools you can try if they do end up being encrypted. The software itself can be downloaded from on the releases page. Be sure to read the wiki. The way I would recommend to edit them is to parse them into JSON, parse out the translatable line, and then edit them as you like.

VNTranslationTools should also be able to read them and parse translated strings directly to JSON or XLSX, but it is no longer maintained, and I have had only mixed luck with it personally.

Posted (edited)

I've tried VNTranslationTools before. It either doesn't work or I don't know how to make it work. Maybe someone could instruct me on it.

FreeMote isn't working either. Dragging the .scn.txt files over PsbDecompile.exe doesn't do anything.

Edited by Hiashi
Posted

Do you know how to use a command line interface? Now would be a good time to start learning. A significant number of tools for translating VNs only have CLIs because they are trivial to write, unlike Graphical User Interfaces (GUIs).

Most CLI programs respond to either /? or --help -h. As in 'program.exe --help'.

Posted (edited)

I have parsed out the scripts of last run (original release, no appends) to human readable, but I never got the repacking working properly. You can ping me on the Maitetsu discord https://discord.gg/ZqGRGGx if you want more info on it.

Edited by hubb2001
  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...