[MUD-Dev] Rooms, 3D arrays, etc.

Chris Gray cg at ami-cg.GraySage.Edmonton.AB.CA
Mon May 26 08:29:38 CEST 1997


[Michael H:]

:	###W######
:	pppWpppppp
:	###W######
:	###WWWWWWW
:
:Where	W= water
:	p= path
:	#= field.
:
:Since we've got tons of individual characters to choose from, we could 
:come up with every terrain type we could possibly want.  This would also
:make it easier to have natural disasters change the terrain, since it
:would be a simple matter of changing a few characters in the overall map.
:
:	Does this sound interesting to anyone?

I've done something like that in my current scenario, and in another one
which isn't part of the main one (yet!). The idea can work not too bad,
but I think you'll find that you *will* quickly run out of character types,
since you'll soon be inventing little details you want to add. Just to
show, here's the character map I ended up with for the interior of a
castle, as displayed using an overhead tile view:

/* wall pillar arch door window stair b-arch b-door balc rail

    hab 	m    q	   u	 30	!@     ()    ;45  Y
    g c   li   p n  t r   x v	 21    *  #   >  [   , 6 z Z
    fed   kj	o    s	   w	       &  $   <  ]   987  y
				 -|	^%     }{
*/

And that doesn't even cover any outdoors stuff!

--
Chris Gray   cg at ami-cg.GraySage.Edmonton.AB.CA



More information about the mud-dev-archive mailing list