From 4f32fec3207da7eafa3dc50ac6487212a941d820 Mon Sep 17 00:00:00 2001 From: marauder2k7 Date: Sun, 24 May 2026 13:56:02 +0100 Subject: [PATCH] Update tsShapeOldRead.cpp --- Engine/source/ts/tsShapeOldRead.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Engine/source/ts/tsShapeOldRead.cpp b/Engine/source/ts/tsShapeOldRead.cpp index 104e40840..3f2dd368b 100644 --- a/Engine/source/ts/tsShapeOldRead.cpp +++ b/Engine/source/ts/tsShapeOldRead.cpp @@ -435,7 +435,8 @@ bool TSShape::importSequences(Stream * s, const String& sequencePath) { // error -- don't support future version yet :> Con::errorf(ConsoleLogEntry::General, - "Sequence import failed: shape exporter newer than running executable."); + "Sequence import failed: attempt to load a version %i ddsq-animation, can currently only load version %i and before.", + smReadVersion, smVersion); return false; } if (smReadVersion<19)