mrkite / TerraFirma

Mapping for Terraria
http://seancode.com/terrafirma
BSD 2-Clause "Simplified" License
278 stars 61 forks source link

Update for 1.4.1 #111

Closed mwalimu59 closed 3 years ago

mwalimu59 commented 4 years ago

Terrafirma cannot open worlds if they've been opened/played with Terraria 1.4.1. This applies both to worlds created under 1.4.1 and pre-existing worlds opened with Terraria 1.4.1, even if only briefly.

fartboygh commented 4 years ago

Confirmed. Please update for the new small patch.

mrkite commented 4 years ago

Give me a few days, I haven't even had time to download the update yet.

mojotx commented 4 years ago

Bumping the following value from 230 to 233 will let the game load, but it seems that some of the default file locations have changed, at least on macOS. I just submitted PR #112 for what I did to fix my local install.

diff --git a/world.h b/world.h
index 73aa5fa..cffb04d 100644
--- a/world.h
+++ b/world.h
@@ -35,7 +35,7 @@ class Tile {

 class World : public QObject, public QRunnable {
   static const int MinimumVersion = 88;
-  static const int HighestVersion = 230;
+  static const int HighestVersion = 233;

   Q_OBJECT
JustANormalPersen commented 3 years ago

when you are going to update to Accept 1.4.1.1 world files

mrkite commented 3 years ago

Updated and added new items. I'll release linux and mac binaries in a couple of days.