Add additional options
This commit is contained in:
parent
a4d9c44c0e
commit
16c503095c
|
@ -1,3 +1,6 @@
|
||||||
scripts_path = "/path/to/higurashi/sdk/Scripts/"
|
scripts_path = "/path/to/higurashi/sdk/Scripts/"
|
||||||
original_path = "/path/to/onscripter_file.txt"
|
original_path = "/path/to/onscripter_file.txt"
|
||||||
output_path = "/path/to/output_folder/"
|
output_path = "/path/to/output_folder/"
|
||||||
|
csv_escapechar = '$'
|
||||||
|
csv_delchar = '|'
|
||||||
|
encoding = 'utf' / 'sjis'
|
||||||
|
|
Loading…
Reference in New Issue