[MUD-Dev] Graphical mud perspectives
Koster
Koster
Fri Jan 23 09:55:42 CET 1998
On Thursday, January 22, 1998 10:56 AM, Nathan
Yospe[SMTP:yospe at hawaii.edu] wrote:
> On Thu, 22 Jan 1998, Richard Woolcock wrote:
>
> :Okay I know we have discussed graphical muds a fair bit, but
something
> :I've been thinking about while debating if I should code a
graphical
> :mud is what sort of perspective view to have. The different types
I
> :can think of are:
>
> :* First person perspective: You see what your character sees, like
> : Doom/Quake/Daggerfall/etc.
>
> Problems: Suffers from general sillyness in a non-VR environ, thanks
> to the square shape of your monitor.
Used by Meridian 59, and default perspective for the upcoming
Asheron's Call, EverQuest, and a few others. Pretty much demands the
use of a standard text mud window alongside it, as there is no way of
putting the output from speech into the picture. Also, not only does
the lack of peripheral vision cause problems, but the limitations of
the window size mean that an group conversation usually takes place
with everyone spaced apart by 30 feet, just so you can actually see
the other guys in the window. You end up in the odd position of
actually ignoring the graphics...
There is also the issue of player psychological expectation. Many
argue that a 1st person view conditions the player into an "action
game mentality" purely because of the history of so many other 1st
person games that are combat-oriented. Then there's the large
contingent that feels it is more immersive.
>
> :* As above, except your character is standing forward slightly (as
> : if you are standing behind them). While a little more awkward,
> : this does allow you to see your character performing manoevers -
> : so if you do a backflip, you see your character do it rather
than
> : see the screen spin 360 degrees.
>
> Also known as over the shoulder or floating cam view.
Also often termed "the Tomb Raider view" these days. :)
EverQuest, and I believe Asheron's Call as well, support this view.
(Both of them use 3d engines that support multiple camera views. EQ
seems to be going all out with this, supporting isometric, overhead,
sideview, and various others).
> :* Overhead view: Like the old Ultima games, or perhaps Gauntlet
(hey,
> : anyone for a game of mud-gauntlet? ;). It could also be done in
a
> : similar way to WarcraftII/Command and Conquer/Total Annihilation,
> : except with each player controlling a single 'unit'. The
trouble
> : with this is that you rapidly start moving away from all social
> : aspects.
>
> I'd guess Raph has something to say about this. I think UOL uses
this
> view, no? BTW, I still like the first and third (and portable)
Zeldas
> for their approach to this. (The new one is, it would seem, OTS,
very
> high polygon count, and extremely detailed.)
Actually, straight overhead is used by Dark Sun Online, and Legends of
Kesmai.
> :* Isametric view: Syndicate, Diablo, Dungeon Keeper, etc. Suffers
> : from similar problems to overhead views - although I keep
thinking
> : of the way you can 'switch' into creatures in Dungeon Keeper
(gaining
> : a first-person perspective view), which could make things a bit
more
> : interesting perhaps
Actually, isometric view is what UO uses. Since it's a bitmap engine,
not a 3d engine, it's non-rotatable, like Diablo's, only technically
it's an isometric orthagonal view (distorted like an architectural
diagram). There's a strong group that's partisan to this over 1st
person views, because they find seeing your character to be more
immersive, and because it makes grouping together more visible, etc.
Many others find it less immersive ("is that my guy down there?").
> Hmmm. What about side-scroller view? *duck* Okay, forget I said
that.
Hey, Sierra's "The Realm" uses this view. :) So it has indeed been
done. Realm supports moving in and out of the side view, however.
-Raph
More information about the mud-dev-archive
mailing list