March 2007
- [ANNOUNCE] Midgard Online Andreas Weidenhaupt
- [ANNOUNCE] Midgard Online Morris Cox
- [ANNOUNCE] Midgard Online Michael Hartman
- [ANNOUNCE] Midgard Online Andreas Weidenhaupt
- [ANNOUNCE] Midgard Online Michael Hartman
- [ANNOUNCE] Midgard Online Mike Rozak
- [ANNOUNCE] Midgard Online Andreas Weidenhaupt
- [ANNOUNCE] Midgard Online Damion Schubert
- [ANNOUNCE] Midgard Online Andreas Weidenhaupt
- [NEWS] Trident Games Prepares New Online Game Using Skotos Engine Shannon Appelcline
- [TECH] MMOG Design List Weston Fryatt
- [TECH] MMOG Design List Lachek Butalek
- [TECH] MMOG Design List Adam Martin
- [TECH] MMOG Design List Mike Rozak
- [TECH] MMOG Design List Weston Fryatt
- [TECH] MMOG Design List Hyrup, Darrin
- [TECH] MMOG Design List Morgan Ramsay
- [BIZ] Unauthorised Publishing of My Work mud-dev-list@jaruzel.com
- [BIZ] Unauthorised Publishing of My Work Lachek Butalek
- [BIZ] Unauthorised Publishing of My Work Sean Howard
- [BIZ] Unauthorised Publishing of My Work David Johansson
- [BIZ] Unauthorised Publishing of My Work Lachek Butalek
- [BIZ] Unauthorised Publishing of My Work David Johansson
- [BIZ] Unauthorised Publishing of My Work Keith Dunwoody
- [BIZ] Unauthorised Publishing of My Work Sean Howard
- [DESIGN] Homogenized MMORPG Engines (Was: A rant against Vanguard reviews and rants) Morris Cox
- [DESIGN] Homogenized MMORPG Engines (Was: A rant against Vanguard reviews and rants) Caliban Darklock
- [DESIGN] Homogenized MMORPG Engines (Was: A rant against Vanguard reviews and rants) Adam Martin
- [DESIGN] Homogenized MMORPG Engines (Was: A rantagainst Vanguard reviews and rants) Craig Huber
- [DESIGN] Homogenized MMORPG Engines (Was: A rantagainst Vanguard reviews and rants) Sean Howard
- [DESIGN] Homogenized MMORPG Engines (Was: A rantagainst Vanguard reviews and rants) Craig Huber
- [DESIGN] Homogenized MMORPG Engines (Was: Arantagainst Vanguard reviews and rants) Dave Scheffer
- [DESIGN] Homogenized MMORPG Engines (Was: A rantagainst Vanguard reviews and rants) Sean Howard
"Craig Huber" <huberc@frontiernet.net> wrote:
> I don't think it needs to be 100% free. Price will determine the size of
> the market, true: this isn't exactly a "must-have" commodity.
It depends on what your focus is. If you just want to make money, you
create a really high end, robust system that you license out to major
developers to make their own MMORPGs. If you want to have a huge amateur
adoption rate to introduce as many new ideas into the system as possible,
you'll want to make it free.
It's been my experience that the people who have the most time and
inclination to make their own MMORPG in their spare time are teenagers.
With a life and family, I decide which games I can play by how far apart
the save points are. I'd do it with what little time I had because I think
it would be cool to do, but these guys are looking to be in the game
industry. They have something to prove to each other, their friends, their
community, and to future employers. These are the guys who are going to
use such a system and use it best.
> they are already regularly putting $40-50 down, and paying
> $15/mo or so, just to feel vaguely unfulfilled by whatever the latest
> first-tier MMO happens to be, after all...
There's a difference between buying a completed product and buying a tool
you may or may not use. Every project I start seems to require a new tool,
but I finish so few of my projects that it would be dumb to purchase all
these couple hundred dollar tools, much less spend the time and effort to
learn them. I've had Adobe Illustrator on my harddrive for years through
the Adobe Creative Suite, but I don't have clue one how to use it and
probably never will - but I've loaded it up a few times to play around in
it. I wouldn't have it if it weren't part of the suite. I wouldn't buy it
individually. I wouldn't even bother trying it if I had to face down a
huge cost eventually.
> I agree it's far easier with low-res pixel art. That's actually what I'm
> doing right now, with my own various "test of concept" apps. Even I can
> create and modify sprites relatively quickly and come up with something
> that doesn't have me cringing with disgust as I look at it... and that's
> saying something.
Exactly my point. Pixel art is somewhat difficult to do well, but stupidly
easy to mod. At least for the basic level of use for a tool like this, one
should be considering modding to be the primarily focus of interaction and
creation.
> My own concerns with going too far down that road are 1) differences in
> 2D interface vs. 3D, will it cause adoption of a mechanic that works
> fine in 2D but bombs in 3D due to interface issues; and 2) is gathering
> a sizable and appropriate test group, if/when that ever becomes
> desireable, even going to be possible with 2D graphics, especially since
> what I'm working on is a "hard-core" system of game mechanics?
If a game is attractive, it doesn't matter if it is 2D or 3D. I know
that's not what the general belief is, but being 2D didn't hurt Symphony
of the Night from achieving success... or Diablo II. Likewise, 2D games
are created for portable game systems all the time and nobody complains.
It comes from a couple places, but not the 2D itself. For instance, Sony
wanted to differentiate itself from the Saturn, so they placed a premium
on 3D games over 2D ones in an effort to seem more "next-gen" than the
Saturn. It wasn't that 2D sucked, but that 3D had a bigger wow factor by
being newer. That's largely where the hardcore anti-2D thing came from,
but if it is still going on today, it's not as strong as it used to be and
shouldn't act as any real barrier in practice.
As for the interface thing, I'm not sure what you are getting at. While I
can think of plenty of mechanics that work in 3D but not 2D, I can't think
of any 2D mechanics that could not be easily moved into the 3rd dimension.
> Having actual substantial blocks of time is also a challenge: while I can
> pump out an email or a blog post in 15-20 minutes, weaving through
> thousands of lines of code, or working on an 3D model takes me a bit
> longer to really get productive.
I'm the same way, except I'm not. I mean, I can program just as fast or
even faster than I can type a complex English sentence. If I sat down with
only 30 minutes to do something in Java, I'd get tons done. The problem
comes not from the time taken but from the unknown stopping point. If I
sit down knowing I only have 30 minutes, I'll know not to start on problem
#16 at 28 minutes in. But if my daughter could wake up from her nap at any
second and throw LEGOs at me, I've got to be wary that I may have to stop
at literally a moments notice.
You shouldn't stop programming in the middle of procedure - always quit
when the code compiles and runs. Code doesn't break down as easily
digestable bits like an email does. I know that if I have to stop writing
this, I can save a draft and return to it, even in mid-sentence. I can
quickly read the text before it to figure out where I was, and even if I
lose my train of though, it is easy enough to delete a few sentences and
start over.
I usually end up, on some days, having an hour of time, but I almost never
have the certainty that I'll get the whole thing. I can look up and see
how much time has passed, but never predict how much I'll have in the
future. What this has to do with the conversation eludes me, but it was
something I realized reading your post, and now that I've recognized it,
maybe I can do something to adapt to it?
--
Sean Howard
- [DESIGN] Homogenized MMORPG Engines (Was: A rant against Vanguard reviews and rants) Morris Cox
- [DESIGN] Homogenized MMORPG Engines (Was: A rant against Vanguard reviews and rants) Jeffrey Kesselman
- [DESIGN] Ray traced environments John Buehler
- [DESIGN] Ray traced environments Jeffrey Kesselman
- [DESIGN] Ray traced environments John Buehler
- [DESIGN] Ray traced environments Damion Schubert
- [DESIGN] Ray traced environments Tess Snider
- [DESIGN] Ray traced environments John Buehler
- [DESIGN] Ray traced environments Adam Martin
- [DESIGN] Ray traced environments Jeffrey Kesselman
- [DESIGN] Ray traced environments Mike Rozak
- [DESIGN] Ray traced environments Jeffrey Kesselman
- [DESIGN] Ray traced environments Jeffrey Kesselman
- [DESIGN] Ray traced environments Jeffrey Kesselman
- [DESIGN] Ray traced environments Acius
- [DESIGN] Ray traced environments Jeffrey Kesselman
- [DESIGN] Ray traced environments Mike Rozak
- [DESIGN] Ray traced environments Chris Richards
- [DESIGN] Ray traced environments John Buehler
- [DESIGN] Ray traced environments Ling Lo
- [DESIGN] Ray traced environments John Buehler
- [ANNOUNCE] Magic Study John Buehler
- [ANNOUNCE] Magic Study Mike Sellers
- [ANNOUNCE] Magic Study John Buehler
- [ANNOUNCE] Magic Study John Buehler
- [TECH] Randomly-generated Faction Names cruise
- [TECH] Randomly-generated Faction Names John Buehler
- [TECH] Randomly-generated Faction Names Johnicholas Hines
- [TECH] Randomly-generated Faction Names Lachek Butalek
- [DESIGN] Ray traced environments John Buehler
- [DESIGN] Ray traced environments Adam Martin
- [DESIGN] Ray traced environments Jon Leonard
- [DESIGN] Homogenized MMORPG Engines (Was: A rant against Vanguard reviews and rants) Sean Howard
- [OFF-TOPIC] City of Heroes tangent (was: genre vs creativity) Michael Hartman
- [OFF-TOPIC] City of Heroes tangent (was: genre vs creativity) Jean, Yannick
- [OFF-TOPIC] City of Heroes tangent (was: genre vs creativity) Michael Hartman
- [OFF-TOPIC] City of Heroes tangent (was: genre vs creativity) Damion Schubert
- [OFF-TOPIC] City of Heroes tangent (was: genre vs creativity) Jeffrey Kesselman
- Reasons for Play [was: City of Heroes tangent] cruise
- Reasons for Play [was: City of Heroes tangent] John Buehler
- Reasons for Play [was: City of Heroes tangent] Sean Howard
- Reasons for Play [was: City of Heroes tangent] Michael Hartman
- Reasons for Play [was: City of Heroes tangent] Jeffrey Kesselman
- Reasons for Play [was: City of Heroes tangent] cruise
- Reasons for Play [was: City of Heroes tangent] Jeffrey Kesselman
- [OFF-TOPIC] City of Heroes tangent (was: genre vs creativity) Jeffrey Kesselman
- [DESIGN] Turn Around Time On Experimentation (Was: A rant against Vanguard reviews and rants) Adam Martin
- [ANNOUNCE] What Makes A Next-Gen Game? Morgan Ramsay
- [ANNOUNCE] What Makes A Next-Gen Game? Lachek Butalek
- [DESIGN] Multiplayer interactive fiction Mike Rozak
- [DESIGN] Multiplayer interactive fiction John Buehler
- [DESIGN] Multiplayer interactive fiction Paolo Piselli
- [DESIGN] Multiplayer interactive fiction Mike Rozak
- [BIZ] Austin Game Conference Contacts? Jeffrey Kesselman
- [BIZ] Austin Game Conference Contacts? Daniel James
- [MEDIA] A good, hour-long news segment about Second Life Mike Rozak
- Combat Systems (was: Reasons for Play) Adam Martin
- Combat Systems (was: Reasons for Play) Adam Martin
- Combat Systems (was: Reasons for Play) Hudson, Thomas C.
- Combat Systems (was: Reasons for Play) Jeffrey Kesselman
- Combat Systems (was: Reasons for Play) Kerry Fraser-Robinson
- Combat Systems (was: Reasons for Play) Jeffrey Kesselman
- [Announce] CircumReality - A grahical MUD (kind of) develoment toolkit Mike Rozak
- Importance of emoting (Was: A rant against Vanguard reviews and rants) Hudson, Thomas C.
- Importance of emoting (Was: A rant against Vanguard reviews and rants) Jeffrey Kesselman
- Importance of emoting (Was: A rant against Vanguard reviews and rants) Shannon Sullivan
- Importance of emoting (Was: A rant against Vanguard reviews and rants) Dana V. Baldwin
- Importance of emoting (Was: A rant against Vanguard reviews and rants) Jeffrey Kesselman
- Importance of emoting (Was: A rant against Vanguard reviews and rants) Tess Snider
- Importance of emoting (Was: A rant against Vanguardreviews and rants) Richard A. Bartle