From 367962faa032a2cb265e2dcf899d6175514b7776 Mon Sep 17 00:00:00 2001 From: xtremexp Date: Sun, 22 Jan 2023 15:00:14 +0100 Subject: [PATCH] 1.4.1 version --- history.md | 6 ++++++ pom.xml | 2 +- src/main/java/org/xtx/ut4converter/MainApp.java | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/history.md b/history.md index 7d8a85b..ddfb275 100644 --- a/history.md +++ b/history.md @@ -1,3 +1,9 @@ +- 1.4.1 - 22/01/2023 + - all->ut4: fixed all converted sound actors have same radius + - extractor tool: now staticmeshes are now also exported from map package when using Epic Games extractor + - conversion settings: now allow change the radius factor of all lights + - ui: fixed recent conversion history not working properly + - 1.4.0 - 21/01/2023 - Added support for ut2003/4/unreal 2 conversion to Unreal Tournament 3 (note: terrain not yet converted) - u1->all: fixed conversion crash with Unreal 1 patch v227f diff --git a/pom.xml b/pom.xml index 2c1673b..cdd7fb3 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.xtx UT-Converter - 1.4.0 + 1.4.1 jar UT Converter diff --git a/src/main/java/org/xtx/ut4converter/MainApp.java b/src/main/java/org/xtx/ut4converter/MainApp.java index 8da94ae..648ba3a 100644 --- a/src/main/java/org/xtx/ut4converter/MainApp.java +++ b/src/main/java/org/xtx/ut4converter/MainApp.java @@ -32,7 +32,7 @@ public class MainApp extends Application { /** * Version of UT4 Converter */ - public static final String VERSION = "1.4.0"; + public static final String VERSION = "1.4.1"; /** * Author