From 8dbfc4524e57d70225723670d65c07ffb718c64f Mon Sep 17 00:00:00 2001 From: Argent77 <4519923+Argent77@users.noreply.github.com> Date: Tue, 28 Nov 2017 23:29:46 +0100 Subject: [PATCH] [WeiDU] Updated to v1.2 --- tileconv/WeiDU/a7_tools.tpa | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tileconv/WeiDU/a7_tools.tpa b/tileconv/WeiDU/a7_tools.tpa index 6e9f670..2e8ed0a 100644 --- a/tileconv/WeiDU/a7_tools.tpa +++ b/tileconv/WeiDU/a7_tools.tpa @@ -3,7 +3,7 @@ * Note: Requires WeiDU v239 or later! * * * * Author: Argent77 * - * Version: 1.1 * + * Version: 1.2 * *******************************************************************************************************/ /* @@ -107,6 +107,9 @@ * * * Changelog: + * v1.2: + * - Fixed a bug that could fail HANDLE_TILECONV and HANDLE_TILE2EE with large output files. + * * v1.1: * - Added support for converting single input file in HANDLE_TILECONV and HANDLE_TILE2EE. * - Removed action function REMOVE_DIRECTORY. WeiDU's DELETE action offers the same functionality (since v239). @@ -388,7 +391,7 @@ BEGIN END ACTION_IF (FILE_EXISTS ~%bc_file%~) BEGIN OUTER_SET num_converted = num_converted + 1 - COPY ~%bc_file%~ ~%output_path%~ + COPY_LARGE ~%bc_file%~ ~%output_path%~ DELETE + ~%bc_file%~ END DELETE + ~%bc_folder%~ @@ -423,7 +426,7 @@ BEGIN END ACTION_IF (FILE_EXISTS ~%bc_file%~) BEGIN OUTER_SET num_converted = num_converted + 1 - COPY ~%bc_file%~ ~%output_path%~ + COPY_LARGE ~%bc_file%~ ~%output_path%~ DELETE + ~%bc_file%~ END DELETE + ~%bc_folder%~