Results 1 to 8 of 8

Thread: 5/15 nopatch

  1. #1
    Developer
    Join Date
    Oct 2010
    Posts
    214

    5/15 nopatch

    Old version appears to work...

  2. #2
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,005

    Re: 5/15 nopatch

    Cool thanks!
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

  3. #3
    Registered User
    Join Date
    May 2019
    Posts
    4

    Re: 5/15 nopatch

    It's not working for me =/

  4. #4
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,005

    Re: 5/15 nopatch

    I verified and it is working with the last release.
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

  5. #5
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,005

    Re: 5/15 nopatch

    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
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

  6. #6
    Developer
    Join Date
    Oct 2010
    Posts
    214

    Re: 5/15 nopatch

    That's a "whoops" on my part from the 4/17 patch that didn't make it in. This should fix it:

    Code:
    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.

  7. #7
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,005

    Re: 5/15 nopatch

    Updated tarball and svn
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

  8. #8
    Registered User
    Join Date
    Apr 2019
    Posts
    123

    Re: 5/15 nopatch

    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........

Thread Information

Users Browsing this Thread

There are currently 3 users browsing this thread. (0 members and 3 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On