Server Release Version 2.9.148 (64-bit)

New in this version

If you are looking for a MAC installer for the application client, then please visit this page.

  • New (Java version check): On startup, the application will now check the Java version and display a warning message if the version doesn’t meet the prerequisites. This message will always be shown if the version is wrong, but the application can still be started. Before and under certain circumstances the application would silently fail if the version was not compatible.

  • New (Command-line): A client-sided command-line argument now exists that can be used to create a password-hash. This hash can then be used when logging in via the API. Usage:

java -jar localizedirect.jar -encrypt <password>
  • _New (API): The StringImport API command can now be used to rename strings and also import strings based on the stringId instead of identifier + path.

  • New (API): The StringImport API command can now be used to move strings using the stringId and path

  • New (API): dialogueCharacterId can now be set using the StringImport API command.

  • New (Scripting): A function has been added that can be used to calculate the word count of a string:

int numWords = wordCount( <string> );
  • New (Scripting): A function has been added that can be used to set a numeric Excel value:
setExcelCellNumericValue(<col>, <row>, <value>);
  • Fix (API): The API calls StringExport and GetStrings have been optimized for HTTP requests.

Download