Top Mud Sites Forum

Top Mud Sites Forum (http://www.topmudsites.com/forums/index.php)
-   Tavern of the Blue Hand (http://www.topmudsites.com/forums/forumdisplay.php?f=17)
-   -   Diablo 2 MUD? What Happened? (http://www.topmudsites.com/forums/showthread.php?t=5849)

zyloch 01-07-2010 05:47 PM

Diablo 2 MUD? What Happened?
 
Ages ago, I played a fun mindless mud known as Diablo 2 MUD, I believe. Had the endless dungeon delving, random equipment, uniques like Diablo. Also incorporated some Diablo 2 classes. I truly miss it and wanted to waste time on it again. Anyone know what happened to it? I remember playing a chain lightning mage.

Zeno 01-07-2010 09:53 PM

Re: Diablo 2 MUD? What Happened?
 


That?

Regardless that address won't work because kyndig.com no longer exists.

zyloch 01-08-2010 12:57 AM

Re: Diablo 2 MUD? What Happened?
 
Yes, the one and only :( Man I wonder what happened to the source, I'd love to pay for the server fees as long as I get to play it again.

Anaiah 10-11-2010 07:30 AM

Re: Diablo 2 MUD? What Happened?
 
Dude.

...

That was my first 'gaming' game. I can't imagine how epic and awesome it would be to be able to play that.

MudMann 10-11-2010 07:52 AM

Re: Diablo 2 MUD? What Happened?
 
It wouldnt surprise me if this MUD went awol as Blizzard sent out some assassins...

On a completely different tangent this link connected to a rather nifty Inform 7 example of how you can make an RP in interactive fiction.

The reason it is mentioned here is that last part of the source code is a randomly generated maze which is different every game. The author explains how thye code works, and with inform7's strong point being that the code is almost in the English Language.. it may be understandable and easy to translate to MUD code of some kind for anyone who wants to make their own Diablo type mud.

I also remember Evaryn had randomly generated dungeons, but that is another that has sadly shut down

EDIT - The exact link to the section mentioned above is here apparently it uses mechanics based on a 1970's board game.

silvarilon 10-13-2010 07:45 PM

Re: Diablo 2 MUD? What Happened?
 
Anyone mind if I derail this thread? It seems to have achieved it's purpose (although sad the D2 mud is down...)


Randomly generated mazes aren't particularly hard to make, most mud languages shouldn't have a problem creating one.

What I'm more interested in are random generated mazes that generate the same every time, based on an input seed. So I can generate a maze for player Bob and another for player Frank, and have them different. But Bob's maze will always be the same every time I generate it.

That allows me to generate the mazes on the fly, rather than having to create the rooms beforehand (which means literally everyone can have their own mazes) - it also lets us do some more fun stuff. A maze doesn't have to be, well, a maze of tunnels. It could be a randomly generated town. Maybe every PC is able to go back to their hometown, and walk around. You don't want buildings moving around between visit, but nor do you want to save the rooms from every PC's town, if they might only visit once.

We're partway through implementing something like this, we call it "virtual rooms" - where only one room is created, but it is created differently based on their location. When they leave the room, the system secretly puts them back into the same room, but describes it differently (and fills it with different objects) based on the "new location" that they've moved to.

I'm hoping to use it to allow an unlimited sized world to explore, and to allow players to make real changes to the world. If they each have their own town, then they can have quests that make long term changes. A quest to build a windmill, for example, might leave a windmill in their town forevermore. And that windmill might mean the town is more prosperous, and grows (i.e. the maze is regenerated with different parameters) - and the quests available might also change or be added. The end result might be the players visiting a thriving city, where once it was just a farmstead.

And, of course, players should be able to visit each other's towns. Burn down your rival's windmill, etc. (which will give your rival new quests. "Help us rebuild the windmill!" "We're hungry, please bring food" etc.)

KaVir 10-14-2010 06:31 AM

Re: Diablo 2 MUD? What Happened?
 
I've considered using that approach for things like alchemy, to prevent players from sharing their recipes OOC, but it seems a bit strange for world creation. I do have randomly generated mazes, and yes they're created on the fly - but I want them to be different each time the player visits, I don't want players learning a fixed layout.

I do also use a fixed seed for generating large amounts of the world, but in this case I want the world to be the same for everyone, otherwise you could end up with some strange scenarios such a player swimming through the ocean and meeting another player who's walking through the forest - one player would see someone walking on water, while the other would see someone swimming through a forest!

I guess it might be useful for instanced quest areas though, as then players could learn the area without giving away the locations of different things. But for player-owned towns, I would rather let the players design the layout themselves (within reason).

That sounds like the approach I used for my two . It worked pretty well, although my obsession with persistence resulted in the rooms getting pretty cluttered in my second version. That was also one of my stepping stones towards a roomless design, as I came to realise that the virtual rooms weren't really necessary.

My second wilderness had over a billion rooms, and players could change them by digging tunnels, mining resources, laying roads, building houses, sowing fields, etc. My playerbase, tiny as it was, used the tools I'd given them to write their names or crude messages across the landscape in huge letters.

In my current mud I only allow players to modify their own worlds. I still like the idea of letting them change the main world, but I've learned to fear the consequences.

As an aside, I thought Diablo2 was a very cool game, and it provided a lot of inspiration for my mud.

Dace 01-29-2011 03:57 PM

Re: Diablo 2 MUD? What Happened?
 
As it happens, I actually ended up with Diablo 2 Mud.
What happened though was that everything that was added after Act 2 got lost on some server issues, so the quests and areas from act 3-5 are all gone, as well as most of the classes apart from warr, mage, and rogue.
It's on a disc around here somewhere - I've been trying to find it.

The guy who made it ended up redesigning it after that to incorporate .hack elements and cut down on the building side of things, and called it .Dimension. I took over that after awhile, and for a couple years. If you're still interested, I could put it back up to play on I guess.

Anaiah 01-31-2011 12:12 PM

Re: Diablo 2 MUD? What Happened?
 
I'd definitely love to have a look around on there sometime if you put it up again.

Dace 02-03-2011 09:44 PM

Re: Diablo 2 MUD? What Happened?
 
I've pm'd you the address, sorry about the late reply :P


All times are GMT -4. The time now is 09:03 AM.

Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright Top Mud Sites.com 2022