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

Thread: Latest expansions maps

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

    Latest expansions maps

    Hello,

    First I would like to give a big thank you to Newby and BlueAdept for keeping this ShowEQ alive.

    I just got ShowEQ working on Debian 9.8. All mobs and everything are showing up no problem. I have the maps converted by mapconvert script by Razzle. Guild Lobby looks fine with the border lines. But the zones like Frontier Mountains or Over There Two aren't showing up with the lines but there are words from the map files showing up. Is there anything I can do to make the lines to show up?

    Thank you.

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

    Re: Latest expansions maps

    I think you need to merge the layer 1 and layer 2 and not use the layer 3. Then convert. It has been 10 years since I have done it, so take my words with a grain of salt.
    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
    Apr 2019
    Posts
    123

    Re: Latest expansions maps

    Quote Originally Posted by BlueAdept View Post
    I think you need to merge the layer 1 and layer 2 and not use the layer 3. Then convert. It has been 10 years since I have done it, so take my words with a grain of salt.
    Oh yeah... I remember something like that a long time ago. My memory sucks. Thank you. I'll give it a shot tonight.

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

    Re: Latest expansions maps

    Quote Originally Posted by BlueAdept View Post
    I think you need to merge the layer 1 and layer 2 and not use the layer 3. Then convert. It has been 10 years since I have done it, so take my words with a grain of salt.
    Got it! Thank you for that info. Here's what I did for Frontier Mountain - in case if anyone else have this issue.

    copy frontiermtn* to a new directory.

    cat frontiermtnsb.txt >> frontiermtnsb_1.txt
    cat frontiermntsb_2.txt >> frontiermntsb_1.txt
    cat frontiermntsb_3.txt >> frontiermntsb_1.txt

    Delete the frontiermtnsb.txt, frontiermtnsb_2 and frontiermtnsb_3.txt files then run ./mapconvert. Looks perfect.

    Guess I got some work cut out for me on other zones.

    Thanks

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

    Re: Latest expansions maps

    I had written a script to do it. I used a for loop. I would post it but dont have it any more. That was about 3 linux boxes ago.
    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
    Registered User
    Join Date
    Apr 2019
    Posts
    123

    Re: Latest expansions maps

    I actually just created a rough dirty script to merge all zones. I'll post it here once I tested it. I am currently doing ./mapconvert now.

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

    Re: Latest expansions maps

    Would you happen to be able post the mapconvert? I cant seem to locate it. Either that or post the link where you got it.

    Thanks for the merge script. That is a little more elegant than mine was.
    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: Latest expansions maps

    I used this http://www.showeq.net/forums/showthread.php?6098-SOE-or-Mapfiend-to-SEQ-map-conversion-script to convert after I ran the merge script. Took a lot longer than it did when I ran mapconvert on original unmerged map files.

    I was just at new Chardock (EoK expansion) map showed perfectly there.

    Also Palatial Guild Hall map would not load because showeq called for guildhalllrg_int.map. There isn't any map files but there is guildhalllrg.map and I "cp guildhalllrg.map guildhalllrg_int.map" and it shows up fine. .... Not like you'd need a map for that zone
    Last edited by Loki; 04-27-2019 at 11:00 AM.

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

    Re: Latest expansions maps

    Cool thank you.
    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

  10. #10
    Registered User
    Join Date
    May 2002
    Posts
    44

    Re: Latest expansions maps

    I've been trying to work with your scripts to convert gnomemtn and gnomemtn_1 to work with showeq but could use a little help

    Any instructions?
    Wolfy
    ~~~~~~
    Master of moralistic messages (MoMM)

  11. #11
    Developer
    Join Date
    Oct 2010
    Posts
    214

    Re: Latest expansions maps

    What does mapconvert do? I just cat the files together and showeq seems to read them fine.

    I vaguely remember showeq's map format was different from everquest's (showeq predates everquest mapping). But I think showeq got updated to read everquest's maps natively at some point. I think it can handle both formats.

  12. #12
    Developer
    Join Date
    Oct 2010
    Posts
    214

    Re: Latest expansions maps

    From the changelog:

    Code:
    dohpaZ (12/7/03)
    ---------------------
    ...
    + Support for direct loading of SOE txt format map files.
    ...
    I've been dropping everquest maps into my showeq maps directory for years and they just work.

  13. #13
    Registered User
    Join Date
    May 2002
    Posts
    44

    Re: Latest expansions maps

    Quote Originally Posted by Newby View Post
    From the changelog:

    Code:
    dohpaZ (12/7/03)
    ---------------------
    ...
    + Support for direct loading of SOE txt format map files.
    ...
    I've been dropping everquest maps into my showeq maps directory for years and they just work.
    Thanks for the info, - shows how long since I've played. Works perfect
    Wolfy
    ~~~~~~
    Master of moralistic messages (MoMM)

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

    Re: Latest expansions maps

    I think it converts the maps to black background instead of white. Not sure. Been a long time since I have done it. Dont have a toon higher than 85 heroic.
    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

  15. #15
    Registered User
    Join Date
    Dec 2003
    Posts
    23

    Re: Latest expansions maps

    Quote Originally Posted by wolfy View Post
    Thanks for the info, - shows how long since I've played. Works perfect
    Hi all. Any chance of someone posting the maps please? I can't get mine to work ….

    Thanks

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