Skip to content

A simple software for Planet Coaster translators that merge the old translation file with the new one.

License

Notifications You must be signed in to change notification settings

RaydenMK/PlanetCoasterXMLMerge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planet Coaster XML Merge

A little software for Planet Coaster translators that merge the old xml translation file with the new xml. (Leaving the translated sentences)

You can use it too for checking duplicates.

Getting Started

These instructions will get you a copy of the program for development and testing purposes, you can edit it or just use it for Planet Coaster XML files.

Prerequisites (How to download and execute)

To execute this program you need Java, you can Download Java Here

If you want to re-compile the program, you need the JDK, you can download it Here

To run the program you can re-compile it and execute it with those 2 commands in cmd:

javac *.java
java Window

(You need "Java" in the PATH to use it from cmd, see it how Here)

Otherwise you can download (and execute) the .jar or the .exe file Here

You can download the last program release Here

Using the program

The program is really easy to use: once you started it you have to choose:

Once you have chosen your files you can press "Process" and wait a couple of seconds until the final file (Called Final.xml) appear! The program may write another file called "StringLoss.txt", this file contains the sentences in the old file that aren't present in the new file and that have been removed.

To check for duplicates just select the file as "Old file" and click the button, this will create a txt file if duplicates are found.

Please report any bug, the program may not be perfect.

Authors

  • Franccc - Special Thanks to my friend Franccc for the initial code.
  • ScrappyCocco - The rest of the work (GUI and code optimizations)

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A simple software for Planet Coaster translators that merge the old translation file with the new one.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.5%
  • Batchfile 0.5%