Merge strings.txt files for Frosty
Download the latest executable from the releases page. Open a terminal and run
./path/to/executable/MergeStringsTxt.exe --help
The script accepts an input
argument which specifies a folder where the .txt
files you want to merge are located.
An output
argument can also be provided but if it is omitted then the merged file will be created at ./strings.txt
.
Example
MergeStringsTxt.exe -i path/to/strings/files -o path/to/frosty/strings.txt
Requires Node.js to be installed.
Open a terminal in the project root and run the following:
npm install
node src --help