Hulk Posted July 24 Share Posted July 24 Hello, I need a tool to extracting and importing text data from .xrc files. This file have been extracted from a xarc archive. The Longest Journey XRC.zip For more information about *xarc see here. Link to comment Share on other sites More sharing options...
rzil Posted September 9 Share Posted September 9 Hi, I was just recently created a tool for translating this game, you can find it here: https://github.com/adventurebrew/kolminey/tree/main/tlj the relevant scripts are speech.py, which extracts all texts to csv and speech_inject.py which inject modified csv back into the game and creates new xarc (archives) files the scripts are in python (I use version 3.11) and there are some dependencies needed to be installed (pip install -r requirements.txt) preferably in virtual environment currently the encoding is hard-coded in the inject script, you'll probably want to change it there is also tlj_textpatch, which can be useful when uploading the csv to google sheets for editing the description might change because the tool is in active development, please feel free to reach for me for help, I hope it helps Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now