Hi all.
I've creating a simple bat script which allow us to extract all client files by simply executing it instead of having to type ~50 commands in the windows console.
Download: https://gist.githubusercontent.com/c...ack_client.bat (right click -> save as...)
Source: https://gist.github.com/chrmoritz/c304dead49ce6a38653f
How to use:
Download the script from the link above (right click it -> save as...) and move it to your Trove folder (next to the other devtool bat files and the Trove.exe).
The next step is as alway backup every not yet saved modification you did to the client files, because they will be overwritten with the newest version by the devtool.
To extract all client files to the extracted folder you only have to double click the devtool_unpack_client.bat file (inside your Trove folder) and a command prompt will open asking you if you are sure you want to continue (explaining the reason for the last backup step). Now you only have to type y (to continue or n to abort if you are not ready yet) and watch the devtool do it's job extracting all folders. After it's completed you should find all files extracted inside the extracted folder (located in your Trove folder).
BTW: It recursively iterates over all subfolders instead of using hardcoded paths so it should be future proof for later Trove client layout changes.