View Full Version : 5/15 nopatch
Newby
05-15-2019, 01:25 PM
Old version appears to work...
BlueAdept
05-15-2019, 01:50 PM
Cool thanks!
It's not working for me =/
BlueAdept
05-16-2019, 02:45 PM
I verified and it is working with the last release.
BlueAdept
05-16-2019, 03:00 PM
Just a quick note, it looks like spawnstruct might be a little off. Looks like they removed 4 in length. Getting a lot of messages in shell.
SpawnShell::fillSpawnStruct - expected length: 449, read: 445
Newby
05-16-2019, 04:40 PM
That's a "whoops" on my part from the 4/17 patch that didn't make it in. This should fix it:
Index: src/spawnshell.cpp
================================================== =================
--- src/spawnshell.cpp (revision 950)
+++ src/spawnshell.cpp (working copy)
@@ -741,7 +741,7 @@
spawn->isMercenary = netStream.readUInt8();
// unknowns
- netStream.skipBytes(62);
+ netStream.skipBytes(66);
// now we're at the end
I had Debug messages turn off, so I wasn't getting the alert.
BlueAdept
05-16-2019, 07:07 PM
Updated tarball and svn
I didn't even notice it was broken on 5/15 patch. Been using 5.13.10.82 all along until today (I play nearly every day with TBL expansion). I did notice the expected length messages but I didn't add 2+2. Anyhow, .84 is working just fine :) Thank you all for keeping this up to date and active... 20 years later........
Powered by vBulletin® Version 4.1.11 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.