In my quest to develop a MUD, I've come up with a bunch of features that I really haven't seen before, or at least not in MMORPGs. So I just wanted to know...if you had the choice to play a game with these features, would you?
- 5 species (nation) warfare with no designation (meaning that you can form interspecies clans, alliances, whatever as you wish)
- A sci-fi setting on a far off planet
- Single shard, single server
- No way to communicate with other species other than to intermingle and learn their language (which, given that warfare is between 5 separate species, could be dangerous)
- Levelless, classless system based on skills that have caps determined by starter attributes that can't ever be changed
- Hit specific penalties (say you hit someone in their dominant arm that they'd have to then swing clumsily with the other arm or if someone got hit in one leg, they'd have to limp and if in both, they'd have to be on their knees or crawling)
- 50-100% of all skill gains penalty upon death (a tough decision for the designer)
- Full political system that allowed player created and run cities, as well as territory boundaries and laws, which could be later logged in a "library" of sorts and exist until the colony was destroyed, all created and enforced by the players themselves
- Crafting in any way you want, so long as it makes logical sense (pick up a stick and a rock and sharpen the stick with the rock if you want!)
- A complete sandbox spanning an enormous empty world waiting to be discovered over a range of terrains
- Dynamic PvE content that allows for PvE monsters to interact, co-exist, live off of each other and either overpopulate or become endangered, or even extinct based on how much a certain monster is hunted
- A balanced world with disastrous side-effects if the balance is destroyed
These are the features in a nutshell that I've been playing with, yes. I know that only a certain percentage plays MUDs anymore, so given that you could get the chance to play an MMORPG with these features, would you play it?
Comments
I would play it but unfortunately not in the form of a MUD, it would just ruin the experience for me. Also props for making your own game!
Responses highlighted. Just offering, hopefully beneficial, critiques and thoughts.
That is exactly right, and we're not saying NO to save WoW, because it is already a lost cause. We are saying NO to dissuade the next group of greedy suits who decide to emulate Blizzard and Cryptic, etc.
We can prevent some of the future games from spewing this crap, but the sooner we start saying no, the better the results will be.
So - Stand up, pull up your pants, and walk away.
- MMO_Doubter
Responses highlighted. Just offering, hopefully beneficial, critiques and thoughts.
They were. =D
Check out the MUD I'm making!
Perhaps if I can do it, with enough support, maybe someone else would pick up on it.
Anything that can become profitable will be picked up by some investor!
Check out the MUD I'm making!
Not always, I cannot count the times when someone would steal the ideas rather then pay the creator. That or just move along and not spend the effort required to make the ideas a reality. If it was not a MMO I would be interested in making it.
Personally the MMO market is flooded and no new ideas are being used and old ones are not being used well, games are being rushed and have huge budgets that do nothing more then cause the former to happen and then releasing before they are ready. MMOs are not money machines they are however the hardest games to make and maintain.
Owner/Admin of GodlessGamer.com - Gaming news and reviews for the godless.
Anything that can become profitable will be picked up by some investor!
Not always, I cannot count the times when someone would steal the ideas rather then pay the creator. That or just move along and not spend the effort required to make the ideas a reality. If it was not a MMO I would be interested in making it.
Personally the MMO market is flooded and no new ideas are being used and old ones are not being used well, games are being rushed and have huge budgets that do nothing more then cause the former to happen and then releasing before they are ready. MMOs are not money machines they are however the hardest games to make and maintain.
Honestly, I'd give away the idea to a dedicated studio that was willing to produce an MMORPG out of it, so long as when/if the project was cancelled, they lost all rights to it so that I could possibly license it off to a better studio.
Check out the MUD I'm making!
MUDs, as in Multi-User Dungeons really are just interactive reading, I wouldn't really call that a game. Now if this was an MMO I would definitely take a jab at it. Granted I would change a few things.
This post is about if it were an MMO, people just keep responding based on the fact I have a project going on with the same ideas.
The "I would change a few things" part is the part I wanted to hear about.
Check out the MUD I'm making!
The "I would change a few things" part is the part I wanted to hear about.
Oh really? Okay well I would pull the game out of one world, and instead put it in an expansive galaxy with multiple worlds. This opens up various areas that combat could exist. I do like the idea of the various races that can create their own nations, but I would say bring it down to three different factions/alliances that have about five different races that exist within them. I actually have a concept that goes along to a somewhat similar format if you change those two things. It would take ages to type though. Haha.
I am playing EVE and it's alright... level V skills are a bit much.
You all need to learn to spell.
Check out the MUD I'm making!
I've been messing around in a car drive (as a passenger) with a notepad and pen, on the topic of item dynamics.
Just the thought of it makes me tingle a little... here goes:
Item Dynamics
The idea is that every "item" has a use. One should take into consideration all of the things that a player can do before even thinking about itemisation.
Going ahead anyway, perhaps recklessly, such things on items you could thing about are:
Name (string)
Weight (100g units) (int)
Length (10cm units) (int)
Width (10cm units) (int)
Thickness (10cm units) (int)
Flammability (using PH scale 0-14) (int)
Malleability (using PH scale 0-14) (int)
Sharpness (using PH scale 0-14) (int)
Temperature (using PH scale 0-14) (int)
And then whatever booleans you wish to have in your game to make it easier, i.e.:
hasHandle
canBind
canSetFire
isReflective
isLiquid
isMetal
isWood
isUseless
isTwoHanded
etc. etc.
And of course, excluding text based MUDs, you would also have to consider:
model
texture
iconImage
actionAudio (this one may be good to include in a text based MUD, still, to help immersion)
So, creating a weapon, say a two-handed great sword, might be something like this.
Name: "Greatsword"
Weight: 100 (10kg)
Length: 12 (1.2m)
Width: 3
Thickness: 1
Flammability: 4 (not very flammable, perhaps "resistant" to fire effects)
Malleability: 2 (quite rigid, as it should be)
Sharpness: 10 (a bit sharp, could be sharper)
Temperature: 7 (neutral, room temperature)
Then, if all other boolean attributes were, by default, set to "false", you could put in a few like this:
isTwoHanded: true
isWeapon: true
And ta-daaaa, if your engine was made to handle all of these attributes well enough, you could have an item defined right there.
And what about the idea of sharpening a stick with a rock? Perhaps that would be something like this...
Name: "Stick"
Weight: 10 (1kg)
Length: 10
Width: 1
Thickness: 1
Flammability: 9
Malleability: 6 (snaps if bent a little too much)
Sharpness: 2
Temperature: 7
isWeapon: true
Name: "Rock"
Weight: 5
Length: 1
Width: 1
Thickness: 1
Flammability: 1
Malleability: 1
Sharpness: 1
Temperature: 5
canSharpen: true
So, the ability to sharpen is now on this rock. You could make many things that could sharpen. You may have a nice set of swords that "can sharpen", and so you continue to sharpen those swords with eachother.
Just a few thoughts for ya, I'ma continue grinding in WoW, because I loved the storyline of Warcraft 3 and still feel anger towards Arthas. Cheers.
EDIT: Also, just a small point here - making all of these attributes for each item would be tiring, but would perhaps be quite worth it. It's a problem of content vs. use of content.
World of Warcraft has hundreds, maybe thousands of different items... but what can you do with them? Enchant them via enchants or leatherworking/blacksmithing items, equip them, and sell them. You can do three things.
But if you could, say, throw a two handed axe at someone for 5k damage (and loot it off of their corpse) - wouldn't that be a cool feature? What about applying oil to a fairly fire resistant sword, setting it alight and creating a firey sword, which remains as such until you put it in your backpack, or the amount of oil you applied to the sword runs out, or the sword's stability reaches 0? (stability or structure could be another attribute of items, perhaps)
Having the ability to do a ten things with a stick rather than three would be pretty cool, IMO. It would be pretty amazing to have even a few dozen unique things, that you can do ten things with each of them... no?
I am playing EVE and it's alright... level V skills are a bit much.
You all need to learn to spell.
God, if someone made an MMORPG like that I'd be playing it in a heart beat, I'd even pay upwards of $25 dollars and upgrade my computer, simply because this is the sort of MMORPG I've always wanted to be able to play. It gives everything you could ever really wish for in an MMO.
As long as it also includes a excellent background to the various races, factions, world history etc I'd be more than happy to play a game like that. (Background plays a huge part for me in what I play, including how quests are written and their storylines.)
That considered, questing wouldn't really play a huge part in a game like this only as a means of expanding older history perhaps.
Certainly an interesting concept, and some points developers really should consider.
Veiled Black, Darkness Incarnate
Blazz, that's actually a really interesting thought. I'll have to see what I'm able to do when the time comes to make the database, but a system like that could be extremely customizable in the long run.
The only issue is that making sure all the boolean defined attributes don't mess with the non-booleans. I foresee a lot of issues related to that. Say it isWeapon, well, what if it ends up just being a decoration or just doesn't equip at all?
Yeah, I know that's a product of bad code most times, just saying, heh.
Check out the MUD I'm making!
My opinion is that I would never play a MUD where I lost 50%-100% of anything on death.
Why? Because sometimes your death is completely out of your control and losing that due to a whim of fate is stupid, frustrating and no fun.
Not speculation; I have seen it happen in MUDs. I saw a guy get auto-deleted due to a mob sucking away all his extra lives from his corpse while he was dissconnected.
I can't emphasize this enough to would be designers. YOU WILL NEVER MAKE A PERFECT SYSTEM. It is all nice nice happy happy unicorn-land and pixy dust to think it would be great if death made things all meaningful and junk. But guess what? Your shit is gonna mess up and it is going to do so often and your death penalty is just gonna punch people in the face with a sledge hammer because you think your shit don't stink.
Well designers shit stinks and it stinks bad so word to the wise do not punish the players for your failures. And when you finish your MUD there will be many failures and that is just the way it goes. Some of these failures will cause people to die randomly for no fault of their own. What do you think their reaction will be when you take away ALL THEIR SKILLS at random whim of fate or a random whim of the internet god. I got disconnected from a PvP match last night because all this damn snow busted a power line.
It wont make things meaningful it will make people hate you because you took an ass ton of work away due to your failure not their failure. That is not meaningful in fact it is the exact opposite it degrades people immersion in the game and makes them leery of doing anything in the game.
It is fine to want to add something to try to prevent cowboy BS behavior their is a flip side to that. You the designer must have some sort of fault tolerance. And sometimes the fault is yours not the players. You punish people harshly everytime things go wrong, well what will they do when things go wrong due to your incorrect design or simply overlooking something you can do nothing about? Yeah people will realize it and say "Oh fuck you and fuck your game".
You can't put everything on the players. And one of the big problems with MUD designers is they did not accept responsibility for the misery they caused players due to their own designs. They just said it was all on the players. What a load. It is the developer responsibility to make sure the players are only punished when they should be. If you went around and spanked a kid randomly for no reason that is called abuse and makes that kid angry and fucked in the head. You spank a kid at appropriate times and that is called discpline and can help out.
Don't be like the old MUD designers don't randomly abuse your players. It makes the ones who stick around fucked in the head (or they were to begin with) and the well adjusted ones leave.
I can guarantee you that your death penalty will be applied un-justly at least sometimes. And this is YOUR FAULT not the players fault; YOUR FAULT. This is on you, it is your responsibility.
Don't listen to Bartle he is a fucktard who has no understanding of the weight of player misery all good designers must shoulder. Dave Arnesson knew this. Seriously, fuck Bartle.
You want death to be meaningful that is fine. Cool. Fine some creative way. But above all your players must have fun. FUN. Not meaningless fun. Not dumbed down fun. It doesn't matter what kind. Some people think chess is fun and that is fine. But you must accept that all the failures in your design will be contrary to that and that this will be on you, not them.
Every time you create some broad rule like "I will shock your balls any time something bad happens (even if you have no control over it)" you are in serious danger of violating that cardinal rule. Everytime that guy gets shocked in the balls due to something he can't control it is on you. Not only are you violating that cardinal rule you are doing something mean to someone else for no good reason through negligence and then you might even have the gall to say its on them not you.
Think of these people like they are your friends, not some random strangers. Do you really want to do that to your friends? This is why Arnesson (the creator of D&D) understood this. D&D was played with friends and why Bartle is a fucktard academic with idea how this shit really works.
How is a penalty for death punishing the player for somewhere I screw up?
When did asking an opinion ever claim to be saying I have a perfect system?
I fail to get what you're talking about...
I'm seriously lost...I don't know these people you speak of and I really think you just wanted to lay a personal attack on a designer because you hate death penalties...
Check out the MUD I'm making!
Well not a lot of people like death penalties and when we're talking about 50-100% stat loss from one death, a very small minority would be interested in that.
Well my point was simply that he went about attacking me for it somehow, when it's all still on the drawing board. *shrugs*
Check out the MUD I'm making!
Okay, now, since everyone's responded as if it were a MUD, say I were to be able to make it into an MMORPG (albeit with not the most impressive graphics), what would your opinion be?
Check out the MUD I'm making!
It's kind of pretty much EVE but the PVE aspect expanded on with dynamic content, it could be interesting but there's so many factors that play a important role for example farmers making animals extinct, people just attacking your hands so you loose attk dmg or a bunch of people owning the entire market so devs would have to literally pay very close attention to all these things.
It's kind of pretty much EVE but the PVE aspect expanded on with dynamic content, it could be interesting but there's so many factors that play a important role for example farmers making animals extinct, people just attacking your hands so you loose attk dmg or a bunch of people owning the entire market so devs would have to literally pay very close attention to all these things.
Very valid points...this is why I asked about all of this. heh.
Farming shouldn't be much of an issue. I was planning to make resources pretty much without value, so unless you're a crafter, anything that's used as a resource will be worthless to you and abundant. You're not going to be farming swords off of spiders. =P
More increasingly powerful monsters shouldn't be much of an issue either, which in turn would reward greatly valuable resources (it's not like anyone can do it, right?) but coupled with careful limitations on players per battle instance, the fact that you have to group and the death penalties, it's not like everyone would be going after them regularly.
As for the hitting your hands thing, yeah, this is true. Which is why it's still entirely up for suggestion by anyone who can "fix" the idea before I can.
I still think it would work better in a twitch-based MMORPG, but I had never planned on even trying since I have no graphical skill whatsoever and despite the fact that I can write and I can design, it's generally not enough to sign anyone on to a project, so until I have something to show forth or a lot of luck hidden somewhere, I'm pretty much shit outta luck with finding outside help and possibly making this a viable 3D twitch-based MMORPG.
The market wouldn't be that difficult either. I'm still back and forth on a world market, depending on how technology flows. If it's all savage technology, a world market won't exist. Just trading and player shops. No shipping, heh.
Check out the MUD I'm making!
Coding this kind of complex stuff would be very hard even for experienced programmers so i would say get professional help in that department but ye the concept is good but implementing this in a fun manner would take quite awhile and a lot of resources so be prepared to spend a hefty amount of time on the project.
The hefty amount of time was part of the point. I have a hefty amount of time to spend. God knows how much time I spend doing nothing. >.>
At least I'm being constructive this way. *shrug*
Check out the MUD I'm making!
The hefty amount of time was part of the point. I have a hefty amount of time to spend. God knows how much time I spend doing nothing. >.>
At least I'm being constructive this way. *shrug*
Well if you plan to do it yourself or in a group of 2-3 people i would highly suggest making a 2D game instead. Development is A LOT faster and in general a lot more friendlier to new programmers. In developers corner i believe someone listed a whole bunch of very nice free engines to use as well so might want to check that out and just see how you like it.
Well, I'm still not sure what I'm going to do. Still trying to get people to tell me what they would and wouldn't play so I can get an idea of what really will be an interesting project.
Check out the MUD I'm making!