|
qdly Beginner
Joined: 26 Jun 2009 Posts: 13
|
Posted: Fri Jun 26, 2009 4:01 pm
mapper problem |
i'm trying to make mapper work, but it doesn't
from mud i got lines like:
Code: |
Jest tutaj piec widocznych wyjsc: polnocny-zachod, polnoc, zachod, wschod i poludnie. |
(polish) but to translate
Code: |
there are five exits: north-west, north, west, east, south |
automapper finds W NW N NE E S, no clue where from did that NE came, simmilar problem i'v got from room that had only N and W exit, it found NW as well, and from room that had only N, it found W as well, is there any way to repair that? my directions are:
Code: |
#DIR ns n|polnoc n
#DIR sn s|poludnie s
#DIR we w|zachod w
#DIR ew e|wschod e
#DIR il nw|polnocny-zachod nw
#DIR li se|poludniowy-wschod se
#DIR ok ne|polnocny-zachod ne
#DIR ko sw|poludniowy-zachod sw
#DIR ud u|gora u
#DIR du d|dol d |
edit:
one more example:
Code: |
Sa tutaj dwa widoczne wyjscia: polnocny-wschod i poludniowy-zachod. |
Code: |
exits: north-east and south-west. |
finds W, E, SW, NE oO
i would be happy to post some more logs, if it will be needed
thanks for your patience and help :] |
|
|
|
Mixsel Wanderer
Joined: 02 Feb 2003 Posts: 99 Location: Seattle, Wa
|
Posted: Sat Jun 27, 2009 12:41 pm |
Code: |
#DIR il nw|polnocny-zachod nw |
Code: |
#DIR ok ne|polnocny-zachod ne |
I may be totally wrong but it looks like those are being seen as the same and Zmud is taking the first "polnocny-zachod"
which is NW. |
|
_________________ Spin |
|
|
|
qdly Beginner
Joined: 26 Jun 2009 Posts: 13
|
Posted: Sat Jun 27, 2009 1:57 pm |
lol. i'v noticed at least one bug, it should be
Code: |
#DIR ns n|polnoc n
#DIR sn s|poludnie s
#DIR we w|zachod w
#DIR ew e|wschod e
#DIR il nw|polnocny-zachod nw
#DIR li se|poludniowy-wschod se
#DIR ok ne|polnocny-zachod ne
#DIR ko sw|poludniowy-zachod sw
#DIR ud u|gora u
#DIR du d|dol d |
gr8
i'm idiot XD
but still it doesn't work perfect. |
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|