[MUD-Dev] Rooms

Greg Miller gmiller at classic-games.com
Fri Jun 4 18:10:06 CEST 1999


Ross Nicoll wrote:
> I've only done room based before, but one hybrid that occurred to me would
> be to have everything defined relative to something else. So someone would
> be relative to the chair they were sitting on, which would be relative to
> the table it was at, which would be relative to the room, which would...

It could certainly be done, and would be pretty flexible. The first two
problems that come to mind are builder confusion (placing items relative
to different points might lead to builders forgetting where they are
relative to each other, leading potentially to some deranged room
layouts) and efficiency (you might end up with heavy recursion trying to
calculate relative positions of various objects in placement changes if
people place a lot of items in the room).

I guess one approach would be to allow items to be placed that way and
display overhead maps during building... Once the builder is finished,
the locations could be preresolved into absolute coordinates. I'm not
really satisfied that a good map representation is very feasible,
though.
--
http://www.classic-games.com/
President Clinton was acquitted; then again, so was O. J. Simpson.
*** NEWBIES: Limit signatures to four lines! No HTML mail or posts! ***



_______________________________________________
MUD-Dev maillist  -  MUD-Dev at kanga.nu
http://www.kanga.nu/lists/listinfo/mud-dev




More information about the mud-dev-archive mailing list