Page 1 of 3
MOULa Update, Feb 13, 2012
Posted: Sat Feb 11, 2012 12:28 pm
by Mac_Fife
You're probably well aware that we're expecting an update on MOULa during the regular maintenance downtime on Monday.
As there will be a change to game content as part of this update (a secondary part of the Minkata sparlie fix), your Minkata Shard installations will need to be updated too. This will mean copying the changed content files over from your MOULa installation into the Minkata installation, similar to what you had to do when you first installed Minkata. However, this time you should only need to copy a few files, not whole directories.
As soon as we know what the affected files are we'll post a note here to make things easier.
What you'll need to do:
1. Update MOULa. Note: You should not need to delete the tos.txt file for this update. Simply launch MOULa, allow it to update and get to the login screen. That will get you any updated files.
2. Refer to the list we'll post, and copy (don't "move") those files into the equivalent folders in your Minkata shard folder.
That should be you ready!
Re: MOULa Update, Feb 13, 2012
Posted: Mon Feb 13, 2012 10:43 pm
by Mac_Fife
Given that the update has affected well over 100 files, I'd suggest that the easiest way for most people to update their Minkata installation will be to copy the entire dat folder (and only the dat folder) from their updated MOULa install to their Minkata shard install.
However, don't copy anything just yet. Once rarified has new manifest files available for the shard we'll post again to let you know when we're back in sync with MOULa. In the meantime you can continue to use the shard

.
Re: MOULa Update, Feb 13, 2012
Posted: Mon Feb 13, 2012 10:56 pm
by D'Lanor
I wonder why the Cyan build process updates so many files that have nothing to do with what we tested here and provided to them.

Re: MOULa Update, Feb 13, 2012
Posted: Mon Feb 13, 2012 10:59 pm
by JWPlatt
I asked Chogon about that when I saw the update. "There is a random bit in some files that cause re-downloads" - they never figured out where it was. Good issue on which to raise a ticket.

Re: MOULa Update, Feb 13, 2012
Posted: Mon Feb 13, 2012 11:02 pm
by Ehren
Over 100? That doesn't make the slightest sense... How many exactly?
Re: MOULa Update, Feb 13, 2012
Posted: Mon Feb 13, 2012 11:04 pm
by JWPlatt
135 files in the dat folder.
Re: MOULa Update, Feb 13, 2012
Posted: Tue Feb 14, 2012 5:53 am
by rarified
The shard has now been updated with new manifests that match the build 905 files from MOULa. You must copy updated files from your MOULa dat folder to your Minkata game area in order to use the Minkata shard.
_R
Re: MOULa Update, Feb 13, 2012
Posted: Tue Feb 14, 2012 6:45 pm
by charura
Okay. I copied the dat folder from Moul(a) to Minkata. All is good! One question though....The welcome screen still says UruLive.Live 1.902? Is that okay?
Re: MOULa Update, Feb 13, 2012
Posted: Tue Feb 14, 2012 6:49 pm
by rarified
Yes, that's fine. It's a side effect of not having a Minkata-specific build number in the code. I probably will do something different the next update, but for now it should work fine for you.
Re: MOULa Update, Feb 13, 2012
Posted: Tue Feb 21, 2012 4:16 pm
by a'moaca'
JWPlatt wrote:I asked Chogon about that when I saw the update. "There is a random bit in some files that cause re-downloads" - they never figured out where it was. Good issue on which to raise a ticket.

WHAT!? I know exactly where it is. Here:
Code: Select all
diff -r 2e5a53a35b5f MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plFile/plEncryptedStream.cpp
--- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plFile/plEncryptedStream.cpp Thu Apr 21 14:33:35 2011 -0700
+++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plFile/plEncryptedStream.cpp Tue Feb 21 08:14:01 2012 -0800
@@ -404,7 +404,7 @@
}
for (int i = amtRead; i < kEncryptChunkSize; i++)
- buf[i] = rand();
+ buf[i] = 0;
IEncipher((UInt32*)&buf);
Do this, and while the next MOULa update will differ again, no more will after that.