<!-- MHonArc v2.4.4 --> <!--X-Subject: Re: [MUD-Dev] Hard Sci-fi Muds was Character Evolution --> <!--X-From-R13: Oqnz Ivttvaf <avtugsnyyNhfre2.vasvpnq.pbz> --> <!--X-Date: Mon, 01 Sep 1997 21:41:55 +0000 --> <!--X-Message-Id: 199709012149.OAA04240#user2,inficad.com --> <!--X-Content-Type: text/plain --> <!--X-Reference: 199709010032.3522700#bedford,net --> <!--X-Head-End--> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html> <head> <title>MUD-Dev message, Re: [MUD-Dev] Hard Sci-fi Muds was Character Evolution</title> <!-- meta name="robots" content="noindex,nofollow" --> <link rev="made" href="mailto:nightfall#user2,inficad.com"> </head> <body background="/backgrounds/paperback.gif" bgcolor="#ffffff" text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000"> <font size="+4" color="#804040"> <strong><em>MUD-Dev<br>mailing list archive</em></strong> </font> <br> [ <a href="../">Other Periods</a> | <a href="../../">Other mailing lists</a> | <a href="/search.php3">Search</a> ] <br clear=all><hr> <!--X-Body-Begin--> <!--X-User-Header--> <!--X-User-Header-End--> <!--X-TopPNI--> Date: [ <a href="msg00970.html">Previous</a> | <a href="msg00972.html">Next</a> ] Thread: [ <a href="msg00929.html">Previous</a> | <a href="msg00932.html">Next</a> ] Index: [ <A HREF="author.html#00971">Author</A> | <A HREF="#00971">Date</A> | <A HREF="thread.html#00971">Thread</A> ] <!--X-TopPNI-End--> <!--X-MsgBody--> <!--X-Subject-Header-Begin--> <H1>Re: [MUD-Dev] Hard Sci-fi Muds was Character Evolution</H1> <HR> <!--X-Subject-Header-End--> <!--X-Head-of-Message--> <UL> <LI><em>To</em>: <A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A></LI> <LI><em>Subject</em>: Re: [MUD-Dev] Hard Sci-fi Muds was Character Evolution</LI> <LI><em>From</em>: Adam Wiggins <<A HREF="mailto:nightfall#user2,inficad.com">nightfall#user2,inficad.com</A>></LI> <LI><em>Date</em>: Mon, 1 Sep 1997 14:49:48 -0700 (MST)</LI> <LI><em>Reply-To</em>: <A HREF="mailto:nightfall#inficad,com">nightfall#inficad,com</A></LI> </UL> <!--X-Head-of-Message-End--> <!--X-Head-Body-Sep-Begin--> <HR> <!--X-Head-Body-Sep-End--> <!--X-Body-of-Message--> <PRE> [Brain Price:] > Suspension of disbelief requires a universe model that supports it in > a fairly logical manner. We can get away with modeling a city with > what amounts to a small village. Fantasy muds are easily restrictable > as to travel since transport technology is practically nil. Fantasy > muds can also easily justify the 'a magical barrier prevents your > entry' sort of roadblock. The problem as I see it in a hard sci-fi > setting is that, while you can easily downsize many features, it's > harder to justify artificial limits. Depends on what your 'hard science' actually is. You could easily have interplanetary travel without any sort of vessels - ie, some sort of farcaster portals (ala Dan Simmons' Hyperion) which were granted by some more advanced species. I assume you mean the typical Star Wars/Star Trek/whatever sci-fi where anyone who can get their hands on a small ship with a FTL drive can go just about anywhere. > Perhaps 25 is too large a number for a workable hard sci-fi approach. > This line of inquiry begets a number of questions: > 1. How many zones/rooms would be required to model a habitable > world? This goes back to the landscape-generation stuff we always talk about, which is useful for any kind of mud with landscapes in it. Thus you could potentially model as many worlds as you want by simply painting landscape maps for them with a paint program. If this is too tedious for you, there are tons of great fractal landscape generators that can give you endless random landscapes of varying terrains. > 2. How many rooms to model an orbital habitat or station? This is more like a normal sized area - like 100 or so is probably good enough. Of course, I would tend to think that in a mud like this you'd be moving away from hand-crafted zones and instead start creating lots of generic objects. Ie, you create a space station object which contains around 100 rooms, only 10 or so of which were created custom for that space station. Then you can make many of these space station objects - they are different because of the people that inhabit them, the stuff that is in them, etc. > 3. How many zones/rooms to model an uninhabitable world with and > with out colonies (such as a future Mars)? Here it's easy to put limitations - you smack into the edge of the domed city. Of course, then if you allow space suits and exploration outside the city, you revert to your fractal landscape, with possibly a few alien artifacts or ancient ruins thrown in to make things a tad more interesting. > 4. How many zones/rooms to model a gas giant with its moons? > 5. How to represent an asteroid belt? Rooms would suck for modeling these, IMO. Here's where you'd *really* want to go to a coordinate/object based system. > 6. How many of the above features can minimally represent a star > system (assuming pc inter-planetary travel)? You randomly generate as many star systems as you like. Each system generates a number of planets from 0 to (say) 10, based on the attributes of the star. Each of these planets is given attributes (size, age, terrain, clime) based on the attributes of the star and the distance from the star. At this point you have the choice whether you want your races hand-crafted or not. You may want to create a bunch of interesting alien races, then have the generator (or possibly yourself, if you don't mind some busy work) search for a planet which meets all the life-support requirements for the race. If you want a dizzying number of races (ala Star Trek), you'll probably want to define basic attributes (ie, 'bumpy forehead' or 'warlike') and families, then have a generator that actually creates aliens from there. Giving them culture and history is another thing altogether, but this will take care of pre-civilization races romping around on various planets. > 7. How many zones/rooms can an average builder generate in a years > time? This varies quite a bit, but more importantly I doubt that what you are after is a hand-crafted, room-based world. At any rate I would probably throw up if I logged onto a 'space' mud and walked around spacecraft or even space itself with 'n, e, s, w'...something like this literally begs to be a coordinate/object system, with commands like 'go towards', 'turn toward', 'avoid', etc. </PRE> <!--X-Body-of-Message-End--> <!--X-MsgBody-End--> <!--X-Follow-Ups--> <HR> <!--X-Follow-Ups-End--> <!--X-References--> <UL><LI><STRONG>References</STRONG>: <UL> <LI><STRONG><A NAME="00929" HREF="msg00929.html">Re: [MUD-Dev] Hard Sci-fi Muds was Character Evolution</A></STRONG> <UL><LI><EM>From:</EM> "Brian Price" <blprice#bedford,net></LI></UL></LI> </UL></LI></UL> <!--X-References-End--> <!--X-BotPNI--> <UL> <LI>Prev by Date: <STRONG><A HREF="msg00970.html">Re: [MUD-Dev] Character evolution</A></STRONG> </LI> <LI>Next by Date: <STRONG><A HREF="msg00972.html">Re: [MUD-Dev] Re:)</A></STRONG> </LI> <LI>Prev by thread: <STRONG><A HREF="msg00929.html">Re: [MUD-Dev] Hard Sci-fi Muds was Character Evolution</A></STRONG> </LI> <LI>Next by thread: <STRONG><A HREF="msg00932.html">Re: [MUD-Dev] Hard Sci-fi muds was Character evolution</A></STRONG> </LI> <LI>Index(es): <UL> <LI><A HREF="index.html#00971"><STRONG>Date</STRONG></A></LI> <LI><A HREF="thread.html#00971"><STRONG>Thread</STRONG></A></LI> </UL> </LI> </UL> <!--X-BotPNI-End--> <!--X-User-Footer--> <!--X-User-Footer-End--> <ul><li>Thread context: <BLOCKQUOTE><UL> <LI><strong><A NAME="00926" HREF="msg00926.html">[MUD-Dev] Hard Sci-fi muds was Character evolution</A></strong>, Brian Price <a href="mailto:blprice#bedford,net">blprice#bedford,net</a>, Mon 01 Sep 1997, 01:34 GMT <UL> <LI><strong><A NAME="00930" HREF="msg00930.html">Re: [MUD-Dev] Hard Sci-fi muds was Character evolution</A></strong>, Jeff Kesselman <a href="mailto:jeffk#tenetwork,com">jeffk#tenetwork,com</a>, Mon 01 Sep 1997, 03:14 GMT </LI> <LI><strong><A NAME="01012" HREF="msg01012.html">Re: [MUD-Dev] Hard Sci-fi muds was Character evolution</A></strong>, Shawn Halpenny <a href="mailto:malachai#iname,com">malachai#iname,com</a>, Tue 02 Sep 1997, 16:12 GMT </LI> </UL> <UL> <li><Possible follow-up(s)><br> <LI><strong><A NAME="00929" HREF="msg00929.html">Re: [MUD-Dev] Hard Sci-fi Muds was Character Evolution</A></strong>, Brian Price <a href="mailto:blprice#bedford,net">blprice#bedford,net</a>, Mon 01 Sep 1997, 02:48 GMT <UL> <LI><strong><A NAME="00971" HREF="msg00971.html">Re: [MUD-Dev] Hard Sci-fi Muds was Character Evolution</A></strong>, Adam Wiggins <a href="mailto:nightfall#user2,inficad.com">nightfall#user2,inficad.com</a>, Mon 01 Sep 1997, 21:41 GMT </LI> </UL> </LI> <LI><strong><A NAME="00932" HREF="msg00932.html">Re: [MUD-Dev] Hard Sci-fi muds was Character evolution</A></strong>, Brian Price <a href="mailto:blprice#bedford,net">blprice#bedford,net</a>, Mon 01 Sep 1997, 03:43 GMT <UL> <LI><strong><A NAME="00933" HREF="msg00933.html">Re: [MUD-Dev] Hard Sci-fi muds was Character evolution</A></strong>, Jeff Kesselman <a href="mailto:jeffk#tenetwork,com">jeffk#tenetwork,com</a>, Mon 01 Sep 1997, 03:51 GMT <UL> <LI><strong><A NAME="01009" HREF="msg01009.html">Re: [MUD-Dev] Hard Sci-fi muds was Character evolution</A></strong>, Nathan Yospe <a href="mailto:yospe#hawaii,edu">yospe#hawaii,edu</a>, Tue 02 Sep 1997, 10:51 GMT </LI> </UL> </LI> <LI><strong><A NAME="00998" HREF="msg00998.html">Re: [MUD-Dev] Hard Sci-fi muds was Character evolution</A></strong>, Miroslav Silovic <a href="mailto:silovic#helga,zesoi.fer.hr">silovic#helga,zesoi.fer.hr</a>, Tue 02 Sep 1997, 09:13 GMT </LI> </UL> </LI> </UL> </LI> </UL></BLOCKQUOTE> </ul> <hr> <center> [ <a href="../">Other Periods</a> | <a href="../../">Other mailing lists</a> | <a href="/search.php3">Search</a> ] </center> <hr> </body> </html>