Top Mud Sites Forum Return to TopMudSites.com
Go Back   Top Mud Sites Forum > Mud Development and Administration > MUD Builders and Areas
Click here to Register

Reply
 
Thread Tools
Old 10-16-2003, 05:20 AM   #1
Molly
Senior Member
 
Join Date: Apr 2002
Location: Sweden
Home MUD: 4 Dimensions
Posts: 574
Molly will become famous soon enoughMolly will become famous soon enough
Molly is offline   Reply With Quote
Old 10-16-2003, 07:31 AM   #2
Pris
New Member
 
Join Date: Mar 2003
Posts: 25
Pris is on a distinguished road
Code for the highest common denominator.

There's a certain type of person that you're aiming to please. They're the kind of person who lies awake in bed thinking "I wonder what would happen if I tried this." They're the sort of person who spots connections. They'll see an opportunity to use one object in totally unrelated area on the other side of the mud. They'll track down what you think is the smallest, most minute detail, and worry at it until it makes sense in the grand scheme of things.
With that in mind, everything you add to your area should have a purpose and it should be possible for players to figure it all out without having to resort to reading the code. If you have a necklace with writing on it, make it possible for someone, somewhere, be able to read it. Don't just have a string saying: "You can not make out the words."
If you code for that person then every other style of player you get through it will also be catered for.

And don't write a forest area. Coming up with enough unique descriptions for a bunch of trees will drive you insane.

Yours,
Pris
Pris is offline   Reply With Quote
Old 10-16-2003, 08:31 AM   #3
markizs
Member
 
Join Date: Jan 2003
Location: Riga, Latvia
Posts: 36
markizs is on a distinguished road
Send a message via ICQ to markizs
Well there is simple rule. before starting to code area you plan it. first plan overall layout, then make good map with all rooms, dont make first area bigger than 50 rooms. then plan what quests/puzzles you are going to ahve. then think of decent and balanced rewards for those. then think of monsters, how big/small they should be.
Then start actual buildiing, and if you have neat new idea while coding but its not in your plan, better keep it for next area. if you dont you can keep adding new and new features all the time. i have seen areas beein in building for 3-4 years only becouse of new features added constantly. 1 year is more than enough.

and dont write forest area. making descs for it will be pain in the ass. and i bet there are plenty of those around already, better make acid desert or magical island made of honey :)
markizs is offline   Reply With Quote
Old 10-16-2003, 09:16 AM   #4
jornel
Member
 
Join Date: Sep 2002
Location: Canada
Posts: 73
jornel is on a distinguished road
jornel is offline   Reply With Quote
Old 10-16-2003, 10:20 AM   #5
Quicksilver
New Member
 
Join Date: Apr 2002
Location: Toronto, ONT, Canada
Posts: 23
Quicksilver is on a distinguished road
Send a message via Yahoo to Quicksilver
Exclamation

Expand your possibilities.
Extended descriptions are the lifes blood of the hard core player. Yes, we know they help flesh out a room, give it the most detail, etc.
But, you can use this as a goad to the lesser inclined players. Standard Rom has only 6 exits, N S E W U & D. Others have added the diagonals as well.  You can combine extended descriptions and portals to create "hidden" entrances. Make sure you provide enough details to point them at the name of the portal, and that the descriptions themselves make it clear that the "detail" is enterable.  And, if your mud allows invisible room descriptions on objects, it will be hidden from all but the most discerning players, won't be visible on exit lists and also won't appear with faerie fog or other such spells, as it isn't really invisible or "secret".

Then you can create enterable paintings, mirrors, even the dark alleyway which sits out of the way, but remains invisible, not because it cannot be seen, but because most people haven't looked closer.

--QS
Quicksilver is offline   Reply With Quote
Old 10-16-2003, 11:08 AM   #6
Sanvean
Member
 
Join Date: Jul 2002
Location: Pacific Northwest
Posts: 99
Sanvean is on a distinguished road
Send a message via MSN to Sanvean
I'd add these:

1) Invoke more than one sense. Don't just provide the look, tell the reader what it smells and feels and sounds like as well.

2) Use language to reinforce feeling. Short and simple words will create a vastly different feel than long, polysyllabic latinate words. Want the constant whisper of the wind on those plains heard? Try to convey in sweeping sibilants used in describing the rustle and murmur.

3) God is in the details. Make it so you can look at things and interact with them. I'm working on an area right now where I'm trying to make sure every room is all it should be, including edescs, smell descriptions, scripts, etc. It's slow but I'm really looking forward to unveiling it sometime in the next year.

4) Use the right word, and look it up if you're not totally sure what it means.
Sanvean is offline   Reply With Quote
Old 10-16-2003, 11:27 AM   #7
Estarra
Member
 
Join Date: Jul 2003
Home MUD: Lusternia
Posts: 191
Estarra is on a distinguished road
What a great discussion! I don't know where to begin so I'll just share the building guidelines I came up with (and had input from others) for new builders. And can I hear a halleluiah on the forests?!

BUILDING GUIDELINES

Five Simple Do's:

1. Do use all six senses. If you have a mental block and are stuck writing a description, ask yourself how your six senses may react. Of course, you don't want to always include all six senses in every description, but asking yourself the questions may help the creative process. What does it smell like (pleasant or reeking)? What does it taste like (not a common sense except for food)? Are there any sounds (background noise or ominous silence)? What does it look like (colour, size, scope)? What does it feel like (texture, maybe viscosity)? What psychic impressions are felt (foreboding, delight, queasiness, etc.)? Psychic impressions (the "sixth" sense) should be used sparingly.

2. Do use present tense. There's very little reason not to use present tense when writing descriptions.

3. Do use dynamic verbs. Verbs are the workhorse of a sentence so when appropriate try to use dynamic verbs. For example:

Weak

The large mansion is on the hill. Rose bushes are growing in loamy soil
under the windows. There is a little path that leads to the backyard.

Dynamic

The large mansion rises up upon the hill. Rose bushes push up from the
loamy soil beneath the windows. A little path stretches around the mansion
towards the backyard.

4. Do use proper grammar. Though it should go without saying, send your mind back to Mrs. Grundy's bonehead English class and avoid run on sentences, incomplete sentences, awkward wording, etc.

5. Do ALWAYS use complete sentences. This seems like it would fall under grammar, but it is singularly important on its own. A nymph stretches out here, quietly singing to herself. Her damp hair against her body. That second sentence is a VERY common mistake in both room descs and mobile descs. It is not a complete sentence. Why? If I said to you 'Her damp hair against her body' on its own, you would have no idea what I was talking about.


Seven Simple Don’ts:

1. Don't double space between sentences. Those who have worked in an office environment tend to double space between sentences. However, what looks snappy and professional on a business letter looks awkward on a MUD.

2. Don't let Microsoft Word help you. This goes for any word processing program that has an auto-formatting feature that turns everything you type into smart quotes, automatically double spaces, changes ordinals to superscript, etc. Find this feature and turn it off.

3. Don't use "seems to" or "looks like" or "appears to be". This is a common mistake that strikes even the very best and experienced builder. Feel free to use metaphors and simile, but using the phrases "seems", "looks like", and "appears to be" weakens the impact. If the man appears to be the oldest man in the village, then chances are the man is the oldest man in the village. Ninety-nine percent of the time, it can be avoided. For example,

Weak

This troll appears to be the largest of its kind. Its skin seems to be an almost
phosphorescent green and its large fangs looks like it could tear through not
only skin but bone.

Dynamic

The troll is enormous, the largest of its kind. Its skin glows an almost
phosphorescent green and its large fangs could tear through not only skin
but bone.

4. Don't reference the player in a room. Try to avoid using "you" or "your" as little as possible, preferably not at all. Generally, avoid referencing the player in the description. Instead of telling a player directly what he or she is looking at, the impact is greater and illusion less intrusive when descriptions lay before the player what is seen in the third person.

5. Don't describe objects or mobs that can be placed in the room. If the chef is in the kitchen, don't write up the chef in the room description. Rather, create a chef mob and place him in the room. Important objects should also be a separately created item, like the large monolith crackling with energy should probably be a separate object rather than merely described in the room description.

6. Don't reference history in a room. There is no way you can tell by looking at a room that it was built by an ancient group of flesh-eating wizards, known for their purple robes, who scared the natives. This is maybe the only time you can use seems: 'The hall is in shambles, covered with dust and debris of decades past. Indeed, it seems as if a war had happened here, waged on the walls itself.' if its a war-ravaged castle. You can say some things about origins, but there's a definite point of too much.

7. Don't overwrite. First, for reasons of spammy room descs. Most people don't really read the descs but skim them. You don't want to fill out every single detail down to its tile pattern, curtain texture, and the exact location of the desk, table, and three upholestered chairs; however, these little details can help beef up a sparse description for a boring hallway.
Estarra is offline   Reply With Quote
Old 10-16-2003, 12:06 PM   #8
erdos
 
Posts: n/a
Seems everyone is replying mostly with things that would fit in better in a thread titled "Elements of style for writing room descriptions" than one titled "Builder's tricks". Before becoming a coder I myself ascended OLC and mastered it and bent it to my will, utterly. Unfortunately, the entirety of my OLC experience is with SMAUG 1.4a codebase, so this may not apply everywhere, but here are some tricks I devised in those days.......

...give mobs fight progs which transcend pulse_violence, so that they go off "in between rounds". This is rather complicated to pull off. It involves having a bunch of utility mobs in a utility room start fighting eachother when the players attack the main mob. These utility mobs are made invincible, but are all given spec_poison. As they poison eachother, the poison echo triggers a prog that causes the main mob to do "fight progs". The reason this works is because spec_functions are called in a different routine than pulse_violence, and so they transcend the combat roudns (thus the reason mobs with spec_functions seem to get extra attacks all the time) [If any old DSFT players are reading this who fought King Gallant... now you know how he did it!]

...give mobs artificial memory by having them drop utility items in a utility room. They can later try picking these back up, and then using ifchecks to see if they have them in their inventory.... in this way, in one of my very first areas I created a village of dwarves who were peaceful by default but all became aggro as soon as you attacked any one of them

...When I was a clan deity on DSFTales, (a good MUD which lacked any coder whatsoever), as a gift I created a locker room for the clan--- without any locker room snippets whatsoever! I kid you not. It is possible to do entirely with stock SMAUG OLC; it involves a tremendously complicated process of invoking containers, mposet'ing their keywords so that, for instance, Joe's container will have "Joe_" as one keyword... then when the player says "unlock", a mobinvis mob tries to unlock "$n_", then invokes a utility item and tries to put it in "$n_", then checks to see if the item is still in inventory... if so, then $n apparently doesn't have a locker, and an echo is sent accordingly. Else, $n evidently DOES have a locker, so take the item back out and purge it and echo to the effect of "your locker swings open". Of course all this must take place in the clan's store room since stock SMAUG only allows 1 saveroom per clan...

A simple but beautiful trick: combine the "eatkey" exit flag and an "unlocks" act prog for some key-destroying fun! "You unlock the door. *Click* Suddenly the key explodes in your hand! That really did HURT!"

Another simple and amusing thing: create a weapon that does, say, 1d200 damage, but at the same time casts 'heal' to recover 100hp... so that, essentially, its damage ranges from 100 to -99 (HEALING 99hp!) [Be warned though, this sword becomes overpowered in nonmagic rooms:(

For pure eye candy: if a mob moves about but is restricted to a reasonably small space, make it sneak but give it entry progs which check where it came from and where it is now and thereby essentially give it its own unique entrance echoes, including direction. ("You feel a certain turbulence in the water. Suddenly a beautiful dragon turtle swims in from the west")

A trick almost certain to be SMAUG only: exploiting SMAUG's ability to have multiple exits in the same direction, go wild with secret hidden keywordless exits in a maze to make "track" go totally bonkers. Mazemastering fun for the whole family!

A more convenient but more restricted trick can be used to give mobs artificial memory, and that is to have them mpmset some useless stat of theirs and then use ifchecks to check what it's set to. Charisma is a good one to use. Remember that mobs with the prototype flag can't mpmset themself so take that off before testing. Anyway, this is most useful for making mobs who rotate their stats around in battle and "remember" what they're currently at. For example, to make a mob who switches from immune cold/suscept fire to immune fire/suscept cold, you'd make the mob start with 15 CHA and immune cold/suscept fire by default; then as a fight prog the mob checks to see if his own CHA is 15. If so, use mpmset to change the immunities and susceptibilities, and change CHA to 16. But else, do the reverse. Remember the "barrier changing" monsters in FFIII? :-)

A neat mob I made on DSFT was a wizard who wore an amulet of eternal life. As long as the amulet remained intact, every round he would heal himself fully with mprestore. In order to kill him, the players had to fight him (and endure his breath attacks!) until the amulet got scrapped.

Well, I could go on like this for a long time, if I had a long time to waste. But you know what they say about giving a man a fish..... Anyway, most building tricks can be done with code much easier and what's more, doing it with code means MUCH more efficient use of resources. For example the mobmemory code I wrote for Aethar was probably 1000+ times more efficient with both RAM and CPU time than dropping utility items in a utility room. If you really want to devise profound building tricks, two things are needed: first, the Muse must bless you with great imagination; and secondly, you must be head builder for years on a MUD which has absolutely no coders.

I was working on an area when Aethar shut its doors, and I propose it as a challenge for those among you who are both builder and coder in one (for this area would require much ingenuity in both areas). The area is in essence the opening scene from the movie "The Two Towers": a long solo fight in free-fall (with specially coded "slowfall" rooms where you fall indefinitely, but with a moment between each room rather than all at once)
  Reply With Quote
Old 10-16-2003, 05:41 PM   #9
Molly
Senior Member
 
Join Date: Apr 2002
Location: Sweden
Home MUD: 4 Dimensions
Posts: 574
Molly will become famous soon enoughMolly will become famous soon enough
WORK WITH YOUR CODER, TO EXPAND YOUR OPTIONS :

A lot of things can be added to the OLC, to make the zones more varied and fun, and to give the Builders a much larger set of tools to work with.

These additions are usually quite simple codewise. When I ask our Coder for a new feature to be added to the OLC, he usually produces the addition in a few minutes.

Quicksilver already mentioned the hidden Portals, and the opportunities they offer for creating exits that are really ‘secret’. Any Twink can learn to type SEARCH (or whatever command you have for hidden exits) a few times in each room, while only the good players read descriptions. Unfortunately any TWINK can also learn to type GET ALL, and this simple command would expose the portal in stock code, with the message: ‘A portal: You can’t get that!’
So don't forhet to ask your Coder to add a HIDDEN Flag to the OLC, and to make it so that it also eliminates the blank line you otherwise get when making an ‘invisible’ object using the color code. Only then are your invisible objects really invisible.

In our Mud we went one step further with the portals. We’ve made four different Portal Types; Room, Hole, Bush and Water, all with different messages to actor and room. This is of course mainly cosmetic, but it looks a lot nicer if you see ‘Actor dives into the water. Splash!’ instead of plain ‘Actor enters the water’. Or ‘You squeeze through the bush, thorns scratching your arms.’

The next thing we added was CLIMB, DESCEND and JUMP Objects, which also are Portals, but with different messages and commands. So now we can climb rocks, descend stairs or jump ravines. These things may or may not show up as objects in the room, dependant on how obvious you want the exit to be. A funny addition to our Jump Objects is that if you are riding, you have to first order your horse to jump the obstacle. Otherwise the mount just refuses, and you fly over the hurdle on your own, landing quite painfully on the ground on the other side.

Next we added LISTEN, SMELL, TASTE, FEEL descs for rooms and objects, and the option to look BEHIND, ABOVE and UNDER objects. All these are just extra descs. Mainly they add some flavour and atmosphere to the rooms and objects, but they are also great for Quest info, especially combined with hidden portals or containers.
Now you can enter a room, where a large bed stands against the off wall. ’Look bed’ tells you that the bedspread hangs all the way down to the floor, ‘Look under bed’ reveals a chamber pot, and ‘look in pot’ shows the key that someone accidentally dropped there. Much neater than just planting the key on a mob, as is usually done.

We also added several new sectors; for instance DESERT (where the hot sun damages you during daytime), UNDERWATER (where you drown within a few second unless you use a waterlung) and SPACE (where you die almost instantaneously without a spacesuit and also are unable to move around much without using a spaceship).

The drawback with these otherwise neat additions is of course that the already existing zones lack them, and have to be updated manually. We still have about 50 of the oldest zones that need to be updated to the new code, which is a boring and rather thankless job. But mercifully there sometimes are shortcuts. For instance our Coder just added Mob Classes, meaning that our Mobs now are a lot more intelligent and use different fighting methods, dependant on Class. So our Mage mobs now cast various spells on you, and even occasionally summon their own minions to help them in the fight. When I grumbled a bit to him about all the extra work this created for me, he obligingly supplied a script, which in one split second set the new abilities on all mobs with the word ‘mage’, ‘magician’ ‘sorcerer’ or ‘witch’ in the alias list. Then he went on doing similar things for the other Mob classes. This may not have caught all of them, but I bet it caught about 90 %, because we use multiple aliases a lot – which is another good habit a Builder should adopt.

Erdos is quite right that many things are easier made in code than scripts. Builders and Coders also tend to think differently, and produce very different solutions to the same problem, because they attack it from different angles. But it is when a Coder and Builder work closely together, that the best solutions come up. So, work WITH your Coder - that usually produces the best results.
Molly is offline   Reply With Quote
Old 10-16-2003, 05:49 PM   #10
Hephos
Senior Member
 
Join Date: Feb 2003
Location: Sweden
Home MUD: www.sharune.com
Posts: 359
Hephos is on a distinguished road
Hmm this type of feature is better implmemented IMO with a "real" system. Ie, you build a shaft, ravine, or stair with rooms having special flags. And then you can use commands like climb, jump etc in connection with that.

For example imagine a shaft that is 5 rooms high. You start at the bottom and "climb" your way up using a climb skill. If you loose your grip and fall (no floor in these rooms) you fall down through the rooms eventually hitting a room with ground, and taking damage based on the speed you have accumulated during the fall.

Much more fun. (We use this system at Sharune btw).
Hephos is offline   Reply With Quote
Old 10-16-2003, 05:51 PM   #11
the_logos
Legend
 
the_logos's Avatar
 
Join Date: Sep 2002
Location: Mill Valley, California
Posts: 2,305
the_logos will become famous soon enough
Of course, any twink can just read the room descriptions as well. Reading the room descriptions doesn't make a player a good player. It just makes a player someone who reads room descriptions. Most players read far less than 10% of room descriptions.

--matt
the_logos is offline   Reply With Quote
Old 10-16-2003, 08:00 PM   #12
Delerak
Senior Member
 
Join Date: Apr 2003
Name: Dan
Location: New York
Posts: 716
Delerak is on a distinguished road
Send a message via ICQ to Delerak Send a message via AIM to Delerak Send a message via MSN to Delerak Send a message via Yahoo to Delerak
Where? Achaea? Or do you have numbers, files, and questionnaires from players of muds whether they read the room descriptions or not? It's not really possible to determine who reads them and who doesn't it depends wholly on the person. Whether they LIKE reading, or not is the first, and hopefully they od or the paradox of them mudding and not liking to read is pretty ironic. Either way, it also depends on the mud, on a hack n slash mud like yours, matt, I would say you are absolutely right that 10% of your players don't read the descriptions, on a RPI mud that doesn't have a huge playerbase but has intelligent, sharp-minded people who do read in the real world, probably 80-90% of their players do.

-Delerak
Delerak is offline   Reply With Quote
Old 10-16-2003, 11:51 PM   #13
erdos
 
Posts: n/a
Wow, so on a hack-n-slash, 90% of people read roomdescriptions, but in an RPI mud it can be as few as 80%? Who would've thought.
Another example of those profoundly learned RPers sharing their deep insights and ancient wisdom!
  Reply With Quote
Old 10-17-2003, 01:58 AM   #14
the_logos
Legend
 
the_logos's Avatar
 
Join Date: Sep 2002
Location: Mill Valley, California
Posts: 2,305
the_logos will become famous soon enough
On an RPI mud, perhaps 90% do, I have no idea. RPI players represent a tiny fraction of mud players, however. My 10% number is purely a guess based on watching countless newbies in our games and other games where I was an admin before starting our games.

And if you seriously think that intelligent and sharp-minded tie directly to "read descriptions", well, that's your problem I guess. Personally, I rarely read room descriptions because I don't care what that section of highway, that section of field, that section of forest look like in particular. Key rooms I'm always interested in reading but, like most players, I've got no interest in reading yet-another-description-of-a-forest-room.
--matt
the_logos is offline   Reply With Quote
Old 10-17-2003, 02:02 AM   #15
the_logos
Legend
 
the_logos's Avatar
 
Join Date: Sep 2002
Location: Mill Valley, California
Posts: 2,305
the_logos will become famous soon enough
Those figures are crap anyway. We're never going to prove it but I have a seriously hard time believing that more than an extremely minor percentage of player of -any- type of mud reads all 10 or 20,000 room descriptions that they might encounter.

The irritating thing to me, as a developer, is that generally the room title is enough to evoke what you're trying to evoke but the descriptions have to be there cause SOME people are going to read each description and they're going to expect that they're there.
the_logos is offline   Reply With Quote
Old 10-17-2003, 02:11 AM   #16
the_logos
Legend
 
the_logos's Avatar
 
Join Date: Sep 2002
Location: Mill Valley, California
Posts: 2,305
the_logos will become famous soon enough
Sorry about the multiple responses. I couldn't let this pass though upon re-reading it.

I quite like to read. However, if Lord of the Rings was full of paragraph-long descriptions of every single section of landscape that Frodo went through I think I'd throw the book in the garbage. Because muds aren't experienced linearly like a book is though, and because you never know WHICH descriptions players will read, you do have to have them all there. But to expect all your players to read them all just says to me that a developer is designing for himself rather than for the players -- a trait rightly considered to be the sign of an immature designer. Goes hand in hand with a desire to "beat" the players rather than provide them with meaningful challenges that they can feel good about overcoming.

The fact is, almost nobody wants to read endless descriptions of a forest or an ocean. You can quibble with me if you like because I know that you're mainly concerned with arguing rather than truth, but that's just the way people are.

Rule of thumb: Try to design for the way players play, not the way you think they should play.

--matt
the_logos is offline   Reply With Quote
Old 10-17-2003, 03:00 AM   #17
Pris
New Member
 
Join Date: Mar 2003
Posts: 25
Pris is on a distinguished road
Pris is offline   Reply With Quote
Old 10-17-2003, 04:31 AM   #18
markizs
Member
 
Join Date: Jan 2003
Location: Riga, Latvia
Posts: 36
markizs is on a distinguished road
Send a message via ICQ to markizs
Hmm. there is lot of builder tricks mentioned that relies on specific codebase, and well...sometimes those discusions about hidden portals or monsters who can actualy do some extra attacks sounds funny to builders who build in lpmuds. well maybe there are some more general tricks that could be usable by all kinds of muds? dont get too technical. first few notes were ok but then it got too codebase dependant. write somthing everyone could use :)
markizs is offline   Reply With Quote
Old 10-17-2003, 05:06 AM   #19
the_logos
Legend
 
the_logos's Avatar
 
Join Date: Sep 2002
Location: Mill Valley, California
Posts: 2,305
the_logos will become famous soon enough
Interesting discrepancy in our approaches. One isn't necessarily better than the other, but what we tried to do in Achaea, initially at least, is treat every part of Sapience as an area. Not that every part has the same density of mobs or quests (or content generally) but try not to build the world with "area vs. filler" distinction. We were eventually forced to abandon that but abandoned it by sticking in an overlaid grid map system to create distance between the main continent and more remote areas.

Ideally I would have liked to have not had to use the generated grid map approach as I think it's inferior to hand-built content but creating similar senses of distance with handbuilt areas is just so incredibly inefficient. My breaking point was spending a couple days building a 100 room area of grasslands that are part of a few areas leading up to the great unexplored north and realizing that I was adding only, at best, about 9 rooms to a player's journey to get across it due to the diameter.

Anyway, I completely agree that there's a huge difference between "areas of interest" and the rest of the world. If an area is interesting and packed with content I'm definitely willing to read and pay attention to the descriptions.

--matt

--matt
the_logos is offline   Reply With Quote
Old 10-17-2003, 05:24 AM   #20
Molly
Senior Member
 
Join Date: Apr 2002
Location: Sweden
Home MUD: 4 Dimensions
Posts: 574
Molly will become famous soon enoughMolly will become famous soon enough
I am afraid that most examples of Builder tricks will have to be at least partly based on specific codebases, Markizs, because that is what the tricks really are. We manipulate the codebase to get an effect, that the average player wouldn’t expect.

The inventive players, the one that like to read, examine, test, experiment, fiddle with the objects, climb things – (the ones I call the ‘good’ players) - are the ones that will cherish those little extras. The rest, which of course are in majority, will just play the mud like any hack’n’slash. But the beauty is that it works for both types. It just gives the smart ones a bit of an advantage – and the Mud an extra dimension.

Just reading descriptions obviously doesn’t make you a good player. It’s how you handle the information you get from reading that determines if you are good or not.

That, at least, is general in all codebases. The examples, I’m afraid, will have to be at least partly code related. But most muds are based on different Diku derivates, and at least those are pretty similar. And if enough Builders from different codebases share their ideas, there should be something in it for everybody. Just skip the parts of the discussion that doesn’t relate to the code you are working in yourself. And maybe it would be a good idea if we all stated our codebases. Mine is Circle, heavily modified.

I’ll be back later with more examples. Hopefully this thread, that started so promisingly, will be back on track then too. Try to look at this in a positive spirit. We are trying to help each other, remember?
Molly is offline   Reply With Quote
Reply


Thread Tools


Builder's Tricks - Similar Threads
Thread Thread Starter Forum Replies Last Post
Builders' Tricks II Molly MUD Builders and Areas 15 11-07-2008 10:04 PM
the builder's conundrums mudnutx Tavern of the Blue Hand 4 12-25-2005 03:45 AM
Portal of Dreams - Builder's Wanted PoDHeadBuilder Advertising for Staff 0 08-10-2003 03:53 PM
On Writing Areas - new Builder's guide Yazracor MUD Builders and Areas 1 08-23-2002 09:48 PM

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

All times are GMT -4. The time now is 01:04 PM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Style based on a design by Essilor
Copyright Top Mud Sites.com 2022