Jump to content

Recommended Posts

During localization of BaD, I made a new tool. I think I should share this in the community.

 

https://github.com/renfenghuan/skyrimStringsTool

 

Compile the tool using Visual Studio2017 or newer edition.

 

The tool generate a totrans.txt file which is very easy to be edited and uploaded to google to be translated.

 

This makes the translation way faster than using xTranslator.

 

Here's the compiled exe.

 

 

SkyrimStrings.exe

 

 

the tool works on strings,ilstrings and dlstrings file format.

Usage:

skyrimStringsTool -f modname.strings
skyrimStringsTool -f modname.strings -swap

-f filename read a strings file and generate a totrans.txt. You edit totrans.txt and generate a transed.txt by yourself( you can copy the totrans.txt to transed.txt and edit the file) for the next step.

 contents of the generated file is like this:
 
 1 string1
 3 string2
 23 string3
 
 the number is the id for the string. Note that the id doesn't need to be sequential

-swap read a strings file and a transed.txt and swap the cooresponding entries appeared in the transed.txt in strings file.

-fix fix protential bug in the ilstrings/dlstrings file.

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use