Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » zMUD General Discussion
Kaioshin
Beginner


Joined: 28 Sep 2002
Posts: 26
Location: USA

PostPosted: Sun Nov 24, 2002 12:46 am   

ZMapper Help
 
Greetings Zuggsters,

I have no idea what I've done, but I now notice that once I put it in create map mode, and move n,s,e or w, the room wont be created and also when in follow mode the reticule does not move from room to room, it only moves in certain rooms.

Any help would greatly be appreciated :)
Reply with quote
MattLofton
GURU


Joined: 23 Dec 2000
Posts: 4834
Location: USA

PostPosted: Sun Nov 24, 2002 4:46 am   
 
quote:

Greetings Zuggsters,

I have no idea what I've done, but I now notice that once I put it in create map mode, and move n,s,e or w, the room wont be created and also when in follow mode the reticule does not move from room to room, it only moves in certain rooms.

Any help would greatly be appreciated :)



Sounds like your Directions in the settings file got disabled or deleted. Look in the System folder for a Directions and DirectionsDiag folder. Make sure they are both enabled. If they are not there at all, you need to recreate them or reload the settings file (which should bring the folders back).

If the folders are enabled, it's possible the directions themselves were turned off. Look at those to see if they're enabled.

li'l shmoe of Dragon's Gate MUD
Reply with quote
Kaioshin
Beginner


Joined: 28 Sep 2002
Posts: 26
Location: USA

PostPosted: Sun Nov 24, 2002 1:36 pm   
 
Thanks for responding, I checked the Directions/DirectionsDiag folder within the system folder and they were both enabled. I did not understand the second part of what you told me to do?
Reply with quote
Kjata
GURU


Joined: 10 Oct 2000
Posts: 4379
Location: USA

PostPosted: Sun Nov 24, 2002 5:44 pm   
 
It's also possible that the folders are there but the directions are not. Click on View|Directions and then look in the folders to see if they are there.

Kjata
Reply with quote
Kaioshin
Beginner


Joined: 28 Sep 2002
Posts: 26
Location: USA

PostPosted: Mon Nov 25, 2002 1:23 am   
 
Again, thanks for responding, I checked the view|Directions as you said and to my knowledge they are not there, is it possible to reset all these setting and start back at the beginning even if i lose all my maps.
Reply with quote
MattLofton
GURU


Joined: 23 Dec 2000
Posts: 4834
Location: USA

PostPosted: Mon Nov 25, 2002 2:44 am   
 
quote:

Again, thanks for responding, I checked the view|Directions as you said and to my knowledge they are not there, is it possible to reset all these setting and start back at the beginning even if i lose all my maps.



Be careful, as these directions are INHERITED settings. If you don't have the Show Inherited menu option checked then you won't see any of them (but they would still be there). Classes of Inherited settings will be physically written to your primary settings file, but the inherited settings won't be.

If these directions are not there after you've checked the above option, then you can easily remake them.

In the Directions folder
n|north --> reverse of s|south
s|south --> reverse of n|north
e|east --> reverse of w|west
w|west --> reverse of e|east

In the DirectionsDiag folder
h|northwest --> reverse of l|southeast
j|northeast --> reverse of k|southwest
k|southwest --> reverse of j|northeast
l|southeast --> reverse of h|northwest


li'l shmoe of Dragon's Gate MUD
Reply with quote
Kaioshin
Beginner


Joined: 28 Sep 2002
Posts: 26
Location: USA

PostPosted: Mon Nov 25, 2002 1:13 pm   
 
Ok, I just noticed that these settings you stated are in fact there and yet the mapper is still not working
Reply with quote
Kjata
GURU


Joined: 10 Oct 2000
Posts: 4379
Location: USA

PostPosted: Mon Nov 25, 2002 3:58 pm   
 
A quick way of checking if the directions are faulty is by entering this into the command line:
.2n

and pressing enter. You should see "n" on two separate lines instead of "2n" in a single line.

The problem with the mapper seems like it may be related to not matching rooms correctly. Try re-configuring the mapper and make sure that it captures every part of the room (name, descriptions, exits) correctly.

Kjata
Reply with quote
Kaioshin
Beginner


Joined: 28 Sep 2002
Posts: 26
Location: USA

PostPosted: Tue Nov 26, 2002 1:01 am   
 
As you said I should not get 2n but N, one on two seperate lines, but infact I did get 2n even after reconfiguring it. For some reason when I configure, it doesnt pick up the exits, it picks up text and my prompt with my hps/mana etc.
Reply with quote
Kjata
GURU


Joined: 10 Oct 2000
Posts: 4379
Location: USA

PostPosted: Tue Nov 26, 2002 2:34 am   
 
Well, if you get 2n, that confirms the problem with the directions. Try entering this into the command line:
#DIR ns {n|north} n "System|Directions"
#DIR sn {s|south} s "System|Directions"
#DIR we {w|west} w "System|Directions"
#DIR ew {e|east} e "System|Directions"
#DIR ud {u|up} u "System|Directions"
#DIR du {d|down} d "System|Directions"
#DIR hl {nw|northwest} nw "System|DirectionsDiag"
#DIR jk {ne|northeast} ne "System|DirectionsDiag"
#DIR kj {sw|southwest} sw "System|DirectionsDiag"
#DIR lh {se|southeast} se "System|DirectionsDiag"

Kjata
Reply with quote
Kaioshin
Beginner


Joined: 28 Sep 2002
Posts: 26
Location: USA

PostPosted: Tue Nov 26, 2002 12:12 pm   
 
Before I start off I wouls like to thank everyone that helped out, all this help is greatly appreciated...

Sorry to say I did as you said Kj, entered those commands and im still getting 2n, anything else I can try to do?
Reply with quote
Kjata
GURU


Joined: 10 Oct 2000
Posts: 4379
Location: USA

PostPosted: Tue Nov 26, 2002 1:05 pm   
 
Hit ESC at the character selection screen to bring up a blank window. See if the speedwalk problem happens there too.

Also, check to make sure that the speedwalk character (.) is enabled. This is found when you click on the Prefs button and select Special Characters.

Kjata
Reply with quote
Kaioshin
Beginner


Joined: 28 Sep 2002
Posts: 26
Location: USA

PostPosted: Wed Nov 27, 2002 3:14 am   
 
Hrmm, we are definately getting close as I opened up a blank window as you said and i entered .2n and got N on 2 different lines, but I opened this blank window while having another active window open...the active window get 2n and the blank window got n on 2 seperate lines...what do ya think now? :P
Reply with quote
Kjata
GURU


Joined: 10 Oct 2000
Posts: 4379
Location: USA

PostPosted: Wed Nov 27, 2002 3:42 am   
 
Check the setting of the speedwalk character (mentioned above).

Kjata
Reply with quote
Kaioshin
Beginner


Joined: 28 Sep 2002
Posts: 26
Location: USA

PostPosted: Wed Nov 27, 2002 1:26 pm   
 
*Nod*, I have done so, and that option is in fact enabled.
Reply with quote
Kjata
GURU


Joined: 10 Oct 2000
Posts: 4379
Location: USA

PostPosted: Thu Nov 28, 2002 1:28 pm   
 
Really don't know what else to suggest except to double-check on everything mentioned previously (the direction folders are enabled, the directions themselves exists and are enabled, otherwise you re-create them, etc.)

Kjata
Reply with quote
Kaioshin
Beginner


Joined: 28 Sep 2002
Posts: 26
Location: USA

PostPosted: Fri Nov 29, 2002 2:22 am   
 
Muhahahaha, thank you so much, did that and the directions now work, but 1 last thing...When I configure the Zmapper, It never picks up the exits and always adds my prompt and/or other general chats.
Reply with quote
MattLofton
GURU


Joined: 23 Dec 2000
Posts: 4834
Location: USA

PostPosted: Fri Nov 29, 2002 2:52 am   
 
quote:

Muhahahaha, thank you so much, did that and the directions now work, but 1 last thing...When I configure the Zmapper, It never picks up the exits and always adds my prompt and/or other general chats.



Error, insufficient data. More input! MORE INNPUT!!!

li'l shmoe of Dragon's Gate MUD
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » zMUD General Discussion All times are GMT
Page 1 of 1

 
Jump to:  
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

© 2009 Zugg Software. Hosted by Wolfpaw.net