Page 1 of 2 12 LastLast
Results 1 to 15 of 24

Thread: Howto get the correct SEQ for Kael Drakkal and Old Sebilis

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    752

    Howto get the correct SEQ for Kael Drakkal and Old Sebilis

    A little howto for you on the non-english Euro-Servers Kael Drakkal and Old Sebilis.

    I seems that we normally one patch behind the US/English servers (Looking on SEQ not everytime bad :p ). That means sometimes the Version of the CVS can bring you a working SEQ for the US-Servers, but not for the localized that are one patch backwards.
    Here the Version/Date of SEQ-CVS that gives you a working SEQ for your eqgame.exe-version.

    To get the correct SEQ-Version out of CVS use this:
    Code:
    cvs -z3 -d:pserver:[email protected]:/cvsroot/seq co -D MM/TT/YYYY showeq
    To identify the EQGame.exe i use a MD5 Checksum.
    (For a MD5-Proggy for Win32 look here : http://www.etree.org/md5com.html )
    Code:
    md5sum eqgame.exe
    Perhaps you have to apply some patches =)
    copy patch.diff into the showeq-src directory and use
    Code:
    patch < patch.diff
    For correct Map loading open map.cpp
    Find this lines and comment out the 2 Lines (i will make a diff for this)

    Code:
      // load the map if it's not already loaded
    //  if (fileName != m_mapData.fileName())
    //    loadFileMap(fileName);
    http://seq.sourceforge.net/forums/sh...id=3548German:




    Euro-Patch 9.7.2003
    ===============
    Code:
    MD5 Sum						Works with SEQ from Date
    e7659b5a06b91148cf5957552b8b43c2 *eqgame.exe	07/09/2003
    and you need to apply this patch

    http://seq.sourceforge.net/forums/sh...&threadid=3695

    ================== MAPS ========================
    New Maps not in CVS:
    (Download and copy them into the Showeq-Directory after make install ;) )

    Veksar Map

    ================== BUGS =======================

    Known Bugs atm:

    - SSra map not loading automatic (need to load it with Load Map command)

    - The spawnlist shows garbage for the german ÄÜÖ äüö ß ...
    (in the tooltips on the map the letters show fine)

    - The filters dont work


    ==============================================

    /Wave

    -- LC

    edit:
    07/15/03 - Maps and Bugs Section
    Last edited by LordCrush; 07-15-2003 at 12:33 AM.
    -- Lord Crush

    Greater Faydark has to be cleaned from all Elves !

    This is a HOTKEY !!!

  2. #2
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,008
    Great post. Im sure that will help a lot of people, not just those on the non-english servers.
    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
    Dec 2001
    Posts
    752
    Thank you Blue
    -- Lord Crush

    Greater Faydark has to be cleaned from all Elves !

    This is a HOTKEY !!!

  4. #4
    Registered User
    Join Date
    Dec 2001
    Posts
    752
    SEQ Condition *** RED ***



    SEQ busted on Euro servers with patch from 26.8.2003


    I will post more infos when i have some
    -- Lord Crush

    Greater Faydark has to be cleaned from all Elves !

    This is a HOTKEY !!!

  5. #5
    Registered User
    Join Date
    Dec 2001
    Posts
    752
    With Patch from the 08/26/2003 the Euro-Servers have the same patchlevel as the US-Servers

    MD5 of EQGAME.EXE from Kael Drakkal : 6f7d17cafd91ca115c557f67e09313ea

    So no special treatment is necessary atm

    Down load the tarball here :
    http://prdownloads.sourceforge.net/s...r.bz2?download

    To extract use the following

    Code:
     
    
    bzip2 -d ShowEQ-4.3.9.tar.bz2
    tar -xf ShowEQ-4.3.9.tar
    For correct Map loading open map.cpp
    Find this lines and comment out the 2 Lines

    Code:
      // load the map if it's not already loaded
    //  if (fileName != m_mapData.fileName())
    //    loadFileMap(fileName);
    http://seq.sourceforge.net/forums/sh...id=3548German:


    ================== MAPS ========================
    New Maps not in CVS:
    (Download and copy them into the Showeq-Directory after make install )

    Veksar Map

    Last edited by LordCrush; 08-29-2003 at 06:20 AM.
    -- Lord Crush

    Greater Faydark has to be cleaned from all Elves !

    This is a HOTKEY !!!

  6. #6
    Registered User
    Join Date
    Dec 2001
    Posts
    752
    LODN Patch 9/9/03

    SEQ works in the actual Version.

    Some known Bugs about unknown spawns
    -- Lord Crush

    Greater Faydark has to be cleaned from all Elves !

    This is a HOTKEY !!!

  7. #7
    Registered User
    Join Date
    Dec 2001
    Posts
    752
    LDoN Patch:

    MD5 of EQGAME.EXE from Kael Drakkal : 0016923a12f4a8ad817ca6d427ebf0a9

    No special treatment is necessary atm - Works fine with of Version 4.3.13 /cheer Zaphod

    Download the tarball here :
    http://prdownloads.sourceforge.net/s...r.bz2?download

    To extract use the following

    Code:
     
    tar xjvf ShowEQ-4.3.13a.tar.bz2
    For correct Map loading open map.cpp
    Find this lines and comment out the 2 Lines

    Code:
      // load the map if it's not already loaded
    //  if (fileName != m_mapData.fileName())
    //    loadFileMap(fileName);
    http://seq.sourceforge.net/forums/sh...id=3548German:

    You need to place the spells_en.txt from your everquest-directory to your showeq-directory usualy at /usr/local/share/showeq.
    Make sure that you convert the file to the Unix-Ascii format (LF not LFCR)

    You can get converter Utils here:

    http://www.bastet.com/software/UDDU.ZIP


    Code:
    DOS2UNIX c:\temp\spells_en.txt
    Hint: Don´t do that in your Everquest directory... it overrides the file

    How to get this on your Linux box you can find some information in this thread
    http://seq.sourceforge.net/forums/sh...&threadid=4051
    -- Lord Crush

    Greater Faydark has to be cleaned from all Elves !

    This is a HOTKEY !!!

  8. #8
    Registered User
    Join Date
    Dec 2001
    Posts
    752
    MD5 of EQGAME.EXE from Kael Drakkal : 0016923a12f4a8ad817ca6d427ebf0a9

    No special treatment is necessary atm - Works fine with of Version 4.3.15 /cheer Zaphod

    Download the tarball here :
    http://prdownloads.sourceforge.net/s...r.bz2?download

    To extract use the following

    Code:
     
    tar xjvf ShowEQ-4.3.15.tar.bz2
    For correct Map loading:

    Nothing to do --- Wooot thank you Zaphod


    You need to place the spells_en.txt from your everquest-directory to your showeq-directory usualy at /usr/local/share/showeq.
    Make sure that you convert the file to the Unix-Ascii format (LF not LFCR)

    You can get converter Utils here:

    http://www.bastet.com/software/UDDU.ZIP


    Code:
    DOS2UNIX c:\temp\spells_en.txt
    Hint: Don´t do that in your Everquest directory... it overrides the file

    How to get this on your Linux box you can find some information in this thread
    http://seq.sourceforge.net/forums/sh...&threadid=4051
    -- Lord Crush

    Greater Faydark has to be cleaned from all Elves !

    This is a HOTKEY !!!

  9. #9
    Registered User Zaphod's Avatar
    Join Date
    Dec 2001
    Posts
    648
    Just an FYI, in 4.3.14 and later you no longer needed to do the DOS2UNIX thing (see CHANGES). I made the spells_en.txt and eqstr_en.txt loading much more line termination tolerant (heck, it'll even handle Mac style line termination... ).

    Enjoy,
    Zaphod (dohpaZ)
    Chief Software Engineer of the Apocalypse.
    http://showeq.doomed.to/
    SourceForge.net user: dohpaz.

    Personal thank you donations are now accepted.

  10. #10
    Registered User
    Join Date
    Dec 2001
    Posts
    752
    Hehe ... Thank You

    Ok ... then nothing special to do =)

    FYI :

    It seems that the Patch that is scheduled on 10/9/03 will not come to Kael and Sebilis the same time. On the german Ubi-Board a GM posted that Kael will not be patched.
    -- Lord Crush

    Greater Faydark has to be cleaned from all Elves !

    This is a HOTKEY !!!

  11. #11
    Registered User
    Join Date
    Dec 2001
    Posts
    752
    FYI:

    10/10/03 ... Patch was not on Kael, I dont know about Sebilis, but don't think so ...

    Use Tarball 4.3.15 and you are just fine.

    MD5 of EQGAME.EXE from Kael Drakkal still : 0016923a12f4a8ad817ca6d427ebf0a9
    -- Lord Crush

    Greater Faydark has to be cleaned from all Elves !

    This is a HOTKEY !!!

  12. #12
    Registered User
    Join Date
    Nov 2002
    Posts
    55
    For 4.3.15 & 16 you may want to apply the patch for spawn names containing special character:

    utf8 spawn names

  13. #13
    Registered User
    Join Date
    Dec 2001
    Posts
    752
    Originally posted by suseuser7341
    For 4.3.15 & 16 you may want to apply the patch for spawn names containing special character
    Wow ... i never hoped that we would get this ... i tried myself, but failed (mostly lack of knowledge and lack of time) thank you !
    -- Lord Crush

    Greater Faydark has to be cleaned from all Elves !

    This is a HOTKEY !!!

  14. #14
    Registered User
    Join Date
    Dec 2001
    Posts
    752
    Short info .. latest SEQ .16 works fine with the latest patch and suseuser7341 patch works great with it too =)

    Thank you suseuser7341 =) it makes the Spawntable much more readable

    Patch 17.10.03
    1e1be3eeb38bf23cb0e6b425bdb9fab8 *eqgame.exe

    Use Tarball 4.3.16

    Download the tarball here :
    http://prdownloads.sourceforge.net/s...r.bz2?download

    To extract use the following

    Code:
     
    tar xjvf ShowEQ-4.3.16.tar.bz2
    Download this patch

    UTF8 Patch

    Copy the file into your src dir and apply it with

    Code:
    patch < utf8.patch
    Then you need to get the eqstr_us.txt and spells_us.txt . This files are not avalible when you patch from german / french server. The simplest way to get them is to make another directory with a minimal EQ-Installation and patch it with the US-Life-Servers... (I have seen a thread around how to get the files with wget ... )

    Copy both files to your mapdirectory /usr/local/share/showeq

    Btw renaming the eqstr_de.txt to eqstr_us.txt etc. does not work


    Have Fun
    Last edited by LordCrush; 10-19-2003 at 03:38 AM.
    -- Lord Crush

    Greater Faydark has to be cleaned from all Elves !

    This is a HOTKEY !!!

  15. #15
    Registered User
    Join Date
    Dec 2001
    Posts
    752
    @Suseuser7341:

    Did you test the spawnfilter ? I think the filtering on names that include umlauts does not work any longer.
    -- Lord Crush

    Greater Faydark has to be cleaned from all Elves !

    This is a HOTKEY !!!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 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