Author |
Message |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Mon Oct 02, 2023 2:56 pm Subject: Getting mapper to recognize exits |
This is fixed if I disable GSL emulation, strangely enough |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Mon Oct 02, 2023 2:37 pm Subject: Getting mapper to recognize exits |
Explain this.. this is NOT because of the mud doing something wrong.. it might be because I am doing something wrong :)
https://www.youtube.com/watch?v=E-A-UYIx3kE |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Sun Oct 01, 2023 8:56 pm Subject: Getting mapper to recognize exits |
I have no idea what you're talking about.
Yes the mud uses complex maps with different 'to' as 'from paths'.
This should not matter, as it uses roomnumbers and the mapper could just use room nu ... |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Sun Oct 01, 2023 8:07 pm Subject: Getting mapper to recognize exits |
small example of what's making me so pissed..
So I make a map of our midgaard. This works. Sure, when starting, the first room will get a wrong room number, so I have to correct that manually. Howe ... |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Sun Oct 01, 2023 6:58 pm Subject: Getting mapper to recognize exits |
well I've been messing around with it for a day now, and my only conclusion is that the mapper does not work at all.
For instance.. I have it make a map with a room nr 3014 in it. Then I go to a di ... |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Sun Oct 01, 2023 4:46 pm Subject: Getting mapper to recognize exits |
ah, ok, good to know! :)
Now another thing.. I leave the mapper, and re-open it. How do I get it to go to the room where I actually am at that moment?
Right now I can only create maps after a r ... |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Sun Oct 01, 2023 4:27 pm Subject: Getting mapper to recognize exits |
without the noop, and your last example, it now works. Don't ask me why.
Only downside is, after reconfiguring, the first room gets a wrong roomnumber. But as I start moving around, the new rooms w ... |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Sun Oct 01, 2023 3:12 pm Subject: Getting mapper to recognize exits |
Strangely enough, it now started working.. somewhat. It even got correct room numbers. Do not ask me why.
Current trigger pattern:
^~<(%d)~>xp*r~[(%d)~] ~[H ... |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Sun Oct 01, 2023 3:06 pm Subject: Getting mapper to recognize exits |
I added
#TAG exit %6
This does work. It now displays the exits properly. Strangely enough now it also imports the room desc correctly
However, the room number is still wrong
.. hmm.. :
S ... |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Sun Oct 01, 2023 3:02 pm Subject: Getting mapper to recognize exits |
no change.. |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Sun Oct 01, 2023 2:18 pm Subject: Getting mapper to recognize exits |
Ok, suppose i set this in my trigger:
#TAG prompt
#TAG VNUM 192
#TAG name "shithole"
Then the 'shithole' does make it into the room, but the roomnumber 192 does NOT.
https://i.img ... |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Sun Oct 01, 2023 2:11 pm Subject: Getting mapper to recognize exits |
ok, it was 'name' instead of 'room'.. and then it does show the room name.
strange it doesn't capture the room number and exits correctly |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Sun Oct 01, 2023 2:08 pm Subject: Getting mapper to recognize exits |
Just noticed.. I got the help finally working (instructions for windows 10: https://discord.com/channels/747961362621268178/747961362621268181/1158046133793329162) and found the possible TAG values.
... |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Sun Oct 01, 2023 1:49 pm Subject: Getting mapper to recognize exits |
https://www.youtube.com/watch?v=dKK94jqFcKg |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Sun Oct 01, 2023 1:48 pm Subject: Getting mapper to recognize exits |
#PRINT does not work in zmud.
But yes, I tested it with and without, no difference.
Same for the 'newline/prompt' setting. Makes no difference.
I just found something.. setup directions (n, s ... |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Sun Oct 01, 2023 1:31 pm Subject: Getting mapper to recognize exits |
https://i.imgur.com/m1B5amO.png
The output of the reconfigure with this tag trigger. Now it doesn't recognize anything :) |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Sun Oct 01, 2023 1:30 pm Subject: Getting mapper to recognize exits |
I have no current rooms, so updating is no hassle.
Again, reconfiguring the mapper doesn't produce different results. It just didn't see the room.
So.. suppose I have no map yet and I'm starting ... |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Sun Oct 01, 2023 1:05 pm Subject: Getting mapper to recognize exits |
To be perfectly clear.. this is my current trigger, in text.
^~<(%d)~>xp*r~[(%d)~] ~[H(%d) M(%d) V(%d)~] ex~[(*)~]
... |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Sun Oct 01, 2023 12:55 pm Subject: Getting mapper to recognize exits |
I did, in my second post...
quote:
pattern: ^~<&xp_needed~>xp*r~https://i.imgur.com/aNBi7pa.png
The current pattern I'm using is:
^~<(%d)~>xp*r~[(%d)~] ~[H(%d) M(%d) V(%d ... |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Sun Oct 01, 2023 12:45 pm Subject: Getting mapper to recognize exits |
I don't really see why, but your trigger doesnt match the pattern..
https://i.imgur.com/ADKfSFt.png |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Sun Oct 01, 2023 12:41 pm Subject: Getting mapper to recognize exits |
Agreed.. wel I won't be stubborn for a second, and use your trigger again.
I feel the issue is with the #TAG thing, as my own trigger does fire, but for instance the room number isn't conveyed. |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Sun Oct 01, 2023 12:36 pm Subject: Getting mapper to recognize exits |
My trigger fires. This has been tested already.
Your trigger is basically the same one. I switched the RUSH| part by a simple *, as the mud also sometimes inserts different things there.
Lastyly ... |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Sun Oct 01, 2023 12:27 pm Subject: Getting mapper to recognize exits |
pleaes do not get me wrong, I really appreciate your help and wold love to get this working
When tested, your patter does not match the prompt.
However, this is not bad, as I already have the wo ... |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Sun Oct 01, 2023 12:26 pm Subject: Getting mapper to recognize exits |
There are simply too many settings in to many places. Under preferences for instance, there's also a prompt setting.
Also in the mapper when I do 'delete configuration' nothing seems to happen.
... |
Topic: Getting mapper to recognize exits |
whoever
Replies: 39
Views: 17312
|
Forum: zMUD General Discussion Posted: Sun Oct 01, 2023 12:21 pm Subject: Getting mapper to recognize exits |
I added your trigger, changes nothing.
Which is not that strange as basically it's the same trigger as I had already made myself.
It simply does not work. For instance, the roonnumer. At the ver ... |
|