MUD-Dev
mailing list archive
[ Other Periods
| Other mailing lists
| Search
]
Date:
[ Previous
| Next
]
Thread:
[ Previous
| Next
]
Index:
[ Author
| Date
| Thread
]
Re: [MUD-Dev] The impact of the web on muds
Chris Gray wrote:
>
> On the technical issues, yes the couple of Meg for graphics and sound verus
> the 1K or so for text does sound like a big difference. What I had always
> envisioned is a MUD which requires a CD on the client machine. The big
> stuff (models of the objects, monsters, etc.; textures, sounds, music
> scores) would be on that CD, and the client engine would generate the
> multimedia show from that and from much smaller dynamic stuff sent from
> the server (possibly in the form of some kind of script). Think of the
> scripts for a play, that say in very general terms what actions are to
> happen, what lines actors say, what the music score is, etc. That's the
> kind of information I see the server dynamically creating and shipping
> to the client.
Alternatively, graphics could be sent in the form of ascii code which
describes how a ray-tracer or other rendering engine on the client side
is to draw the scene. See my webpage (perpetually unfinished) for an
example of what could be done.
It only takes a few seconds for the ray-tracer to draw a good little
scene from any viewpoint within the world. It wouldn't be a purely
graphical mud, but it'd give you the consistency you're looking for.
Incidentally, such a system would quite neatly solve the problem of
which objects should be shown to a player in a co-ordinate based world
(just don't reflect light rays which travel more than X units away from
you).
Heh, maybe we should work on optimizing a ray-tracer. :)
--
Michael Hohensee michael#mainstream,net
http://www.geocities.com/SiliconValley/Heights/9025/
Finger me for my PGP Public Key, or use:
http://sparta.mainstream.net/michael/pgpkey.txt
- Thread context:
- Re: [MUD-Dev] The impact of the web on muds, (continued)
- Re: [MUD-Dev] The impact of the web on muds,
Chris Gray cg#ami-cg,GraySage.Edmonton.AB.CA, Fri 23 Jan 1998, 07:04 GMT
- Re: [MUD-Dev] The impact of the web on muds,
Chris Gray cg#ami-cg,GraySage.Edmonton.AB.CA, Fri 23 Jan 1998, 15:49 GMT
- Re: [MUD-Dev] The impact of the web on muds,
Chris Gray cg#ami-cg,GraySage.Edmonton.AB.CA, Sun 25 Jan 1998, 18:55 GMT
- Re: [MUD-Dev] The impact of the web on muds,
Mike Sellers mike#online-alchemy,com, Sun 25 Jan 1998, 20:05 GMT
- Re: [MUD-Dev] The impact of the web on muds,
Chris Gray cg#ami-cg,GraySage.Edmonton.AB.CA, Mon 26 Jan 1998, 15:49 GMT
[ Other Periods
| Other mailing lists
| Search
]