Made on the request of my friend, Chatty, for their FF2 translations
- ๐ Python 3 (tested on Python 3.12.2)
-
-
- Click the green "Code" button on the repository's page on Github
- Click the "Download ZIP" option
- Extract the newly downloaded ZIP file
-
- Type the following command on your command-line interface (e.g.: cmd, powershell, bash, etc... ):
git clone https://github.com/junedabat/python-fynn2atlas
-
- Place the file you want to convert in the same directory as the
fynn2atlas.py
file - Execute the following command, where:
<file_to_convert.txt>
is the name of the file you want to convert<format_to_convert_to>
is the name of the format you want to convert your file to (eitherfynn
oratlas
)<output_file.txt>
is the name of the output file, created from the conversion[--include_end_tags]
is the option to add<END>
tags, when converting from Fynn to Atlas
python3 <file_to_convert.txt> <format_to_convert_to> <output_file.txt> [--include_end_tags]
- Once converted, you'll find the output file in the
export
subdirectory
python3 fynn2atlas.py data_enemy.txt atlas atlas_data_enemy.txt
python3 fynn2atlas.py data_enemy.txt atlas atlas_data_enemy.txt --include_end_tags
python3 fynn2atlas.py atlas_data_attack.txt fynn data_attack.txt