Add additional options

This commit is contained in:
Dusk 2024-02-23 20:16:58 +01:00
parent a4d9c44c0e
commit 16c503095c
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
scripts_path = "/path/to/higurashi/sdk/Scripts/"
original_path = "/path/to/onscripter_file.txt"
output_path = "/path/to/output_folder/"
csv_escapechar = '$'
csv_delchar = '|'
encoding = 'utf' / 'sjis'