summaryrefslogtreecommitdiff
path: root/extractor/grf.gd
diff options
context:
space:
mode:
Diffstat (limited to 'extractor/grf.gd')
-rw-r--r--extractor/grf.gd2
1 files changed, 2 insertions, 0 deletions
diff --git a/extractor/grf.gd b/extractor/grf.gd
index 5b7046f..0788dfb 100644
--- a/extractor/grf.gd
+++ b/extractor/grf.gd
@@ -206,6 +206,7 @@ func extract(destination: String = "user://client_data"):
file.store_buffer(file_entry.get_contents(file_access))
extracted_file.emit(idx)
+ print(file_path)
func convert(destination: String = "res://client_data"):
@@ -286,6 +287,7 @@ func convert(destination: String = "res://client_data"):
static func decode_string(bytes: PackedByteArray):
+ return bytes.get_string_from_ascii()
Engine.print_error_messages = false
var string := bytes.get_string_from_multibyte_char("EUC-KR")
Engine.print_error_messages = true