PDA

View Full Version : No map. ?



Zeppo
11-11-2005, 03:37 PM
Ok, haven't been using seq for about 3 years now.
Been out of game.
Using my 21 day trial from Sony now.
Got FC4.
Installed showeq 5.2.2.0

I run SEQ, and get the ShowEQ - Main box with the list of mobs and stuff when I log in, but no map ever pops up.
I looked back through, and it said it found the map, but nothing.

I will keep searchign for an answer, but if anyone has an idea off the top of their heads, I would appreciate it.

Thanks
Z.

purple
11-11-2005, 04:56 PM
You probably didn't install any maps.

Zeppo
11-11-2005, 07:09 PM
I knew you would say that.
I had to run out for some errands right as I posted that, and thought about that in the car.
I used the map.tar, and I have maps in the usr/local/bin/share/showeq/maps directory.
Isn't that where they are supposed to be?

SEQ sure has changed in the last few years.

Thanks!

Zeppo
11-11-2005, 07:14 PM
Ok, here's the display of text I get:
Don't know why it is looking for unknown, because the thing seems to know I am in West Freeport.

I will keep fiddling with it.


[root@localhost bin]# ./showeq eth0 --ip-address=192.168.1.4
ShowEQ 5.2.2.0, released under the GPL.
SINS 0.5, released under the GPL.
All ShowEQ source code is Copyright (C) 2000-2005 by the respective ShowEQ Developers
ShowEQ comes with NO WARRANTY.

You may redistribute copies of ShowEQ under the terms of
The GNU General Public License.
See: http://www.gnu.org/copyleft/gpl.html for more details...

For updates and information, please visit http://seq.sourceforge.net/
ShowEQ 5.2.2.0, Built from 'main.cpp' on Nov 11 2005 at 14:01:48
CVS: @(#) $Id: main.cpp,v 1.35 2005/10/05 15:29:08 cmmalone Exp $ $Name: $
Using GCC version: 4.0.0
Using glibc version: 2.3
Using Qt version: 3.3.4
Using headers from linux version: 2.4.20
Using EQItemDB: @(#) $Id: itemdb.cpp,v 1.11 2005/09/13 15:23:11 cmmalone Exp $ $Name: $
Using GDBM: This is GDBM version 1.8.0, as of May 19, 1999.
Running on Linux release 2.6.11-1.1369_FC4 for processor i686

Using config file '/root/.showeq/showeq.xml'
Loaded preferences file: /usr/local/share/showeq/seqdef.xml!
Unable to open file: /root/.showeq/showeq.xml!
Info: Listening for client: 192.168.1.4
Info: Initializing Packet Capture Thread:
Info: Filtering packets on device eth0, IP host 192.168.1.4
Info: Loaded 7872 spells from '/usr/local/share/showeq/spells_us.txt' maxSpell=0x20fe
Info: GuildMgr: Guildsfile loaded
Debug: ItemDB: Disabled
Info: Loading Filters from '/usr/local/bin'
Info: Loading Zone Filter File: /usr/local/bin
Info: Loading Zone Filter File: /usr/local/bin
Info: Categories Reloaded
Info: No Map found for zone 'unknown'!
Info: Checked for all variants of 'unknown.map', 'unknown.txt', and 'unknown_1.txt'
Info: in directories '/root/.showeq/maps' and '/usr/local/share/showeq/maps'!
Info: Loaded 5901 message strings from '/usr/local/share/showeq/eqstr_us.txt' maxFormat=35003

BlueAdept
11-11-2005, 07:46 PM
I used the map.tar, and I have maps in the usr/local/bin/share/showeq/maps directory.
Isn't that where they are supposed to be?

SEQ sure has changed in the last few years.

Thanks!

there should be a .showeq/maps directory. Put them in there. The filters go in the .showeq/filters

It is probably /root/.showeq/maps

Zeppo
11-11-2005, 08:09 PM
That was it.
Thank you!

BlueAdept
11-12-2005, 12:39 PM
Glad to help. Enjoy.

Cryonic
11-12-2005, 07:21 PM
They can live in two places. The search order determines which will get used first

$HOME/.showeq/maps
/usr/local/share/showeq/maps

So you could put them in the second folder and that would make them available to any user on the system using showeq.

What you pasted about SEQ looking for Map zone 'unknown' is because it doesn't know anything when it first launches and ALWAYS tries to load a map of that name. Once you zone it can pick up the zone name from the zone struct and then find the correct map.

CeleSEQ
11-14-2005, 12:57 AM
Just for completeness sake on this thread, if you are using my RPMs, the default place it looks for maps is in ~/.showeq/maps and, in /usr/share/showeq/maps (NOT in /usr/local)

If you built from tarball and set something other than /usr/local/ as your build prefix, then it will be in your PREFIX/share/showeq/maps... of course, if you did that, then you likely are fully aware of where it would be. As far as I can tell, the ~/.showeq/maps is hardcoded and will work with any version you might build, regardless of where you set your prefix.