TinTin++ Mud Client The TinTin++ message board

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
TinTin++ Mud Client

Small mapper issue

 
Post new topic   Reply to topic    The TinTin++ message board Forum Index -> General Discussion
View previous topic :: View next topic  
Author Message
titeuf



Joined: 29 Jul 2006
Posts: 84

PostPosted: Sun Feb 01, 2009 7:21 am    Post subject: Small mapper issue Reply with quote

I have a small display problem with the mapper. I use rooms with void and hide flags on to separate areas from each other to make mapping easier as I only have to worry about one area at a time. This works well for most places except for the following case:
Code:

                                              /     /                         
            -[ ]         [ ]---[ ]         [ ]---[ ]   [ ]                   
                \       / |               / |     |     |                     
                  \   /   |             /   |     |     |                     
                   [ ]   [ ]---[ ]---[#]   [ ]   [ ]---[ ]                   
                  / |       \         |       \     \                         
                /   |         \       |         \     \                       
             [ ]   [ ]---[ ]   [ ]   [ ]         [ ]---[ ]   [ ]             
                  /             |                 |         /                 
                /               |           |     |       /                   
       [ ]---[ ]---------------[ ]         [ ]---[ ]---[ ]                   


Here you can't see that there's a room west of where you are that takes you to another area
Code:
                                                                             
                                      |                                       
                                     [ ]                                     
                                      |                                       
                                      |                                       
                                    -[#]--                                   
                                      |                                       
                                      |                                       
                                     [ ]                                     
                                      |                                       
                                      |                                       
                                     [ ]                                     
                                      |                                       
                                      |                                       
                                     [ ]                                     
                                      |                                       




Ideally I want to see something like this:
Code:

                                                 /     /                         
            -[ ]         [ ]---[ ]            [ ]---[ ]   [ ]                   
                \       / |                  / |     |     |                     
                  \   /   |                /   |     |     |                     
                   [ ]   [ ]---[ ]-   --[#]   [ ]   [ ]---[ ]                   
                  / |       \            |       \     \                         
                /   |         \          |         \     \                       
             [ ]   [ ]---[ ]   [ ]      [ ]         [ ]---[ ]   [ ]             
                  /             |                    |         /                 
                /               |              |     |       /                   
       [ ]---[ ]---------------[ ]            [ ]---[ ]---[ ]                   


to show that there's still a room inbetween those two.

If you want to see the map I've pasted it there: http://pastebin.com/m139ef9dc. In the second map you're standing at room with vum 4. If you go one room east you see the first map shown.
Back to top
View user's profile Send private message
Scandum
Site Admin


Joined: 03 Dec 2004
Posts: 3274

PostPosted: Sun Feb 01, 2009 3:28 pm    Post subject: Reply with quote

Just kick in some more void rooms to space it out?

Code:

#alias void {#map get roomvnum result;#map insert %0;#map move %0;#map roomflag void;#map goto $result}


Following would do the trick with that alias and the map you gave:

#map goto 422;void e;n;void e;n;n;void e
Back to top
View user's profile Send private message Send e-mail
titeuf



Joined: 29 Jul 2006
Posts: 84

PostPosted: Sun Feb 01, 2009 5:17 pm    Post subject: Reply with quote

Sweet, that did the trick, thanks! Smile

Also that alias is not needed, you can just do #map insert e void to insert void rooms.
Back to top
View user's profile Send private message
Scandum
Site Admin


Joined: 03 Dec 2004
Posts: 3274

PostPosted: Sun Feb 01, 2009 8:58 pm    Post subject: Reply with quote

Guess even I can't keep up with the changes. Coffee
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    The TinTin++ message board Forum Index -> General Discussion All times are GMT - 5 Hours
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
Get TinTin++ Mud Client at SourceForge.net. Fast, secure and Free Open Source software downloads Get TinTin++ Mud Client at SourceForge.net. Fast, secure and Free Open Source software downloads
TinTin++ Homepage

Powered by phpBB © 2001, 2002 phpBB Group