Raph Koster

Raph Koster is a multi-award winning game designer, virtual communities expert, writer and speaker. Check out his full bio to learn more.

An Industry Lifecycle

 Posted by (Visited 13659 times)  Game talk  Tagged with: ,
Jun 022015
 

002A new platform on which to play games is invented. It might be a new graphics technology (Vector graphics! Color! 3d! VR!). It might be a technical advancement of a different sort (Modems! Servers! Streaming! D-pads! Small screens! Big screens! Touch screens!). It might just be a new marketing channel (Games in bars! Games at home! Games in restaurants! Games in stadiums!).

Its distinguishing characteristic is that it is worse at the old sorts of games than the existing platforms, but better at something new.

It’s still cheap to make something for it, usually, and it’s risky. Big companies stay away, or they try porting over something that has worked before. It doesn’t do great because it’s a mismatch for the new capabilities — and restrictions — of the new platform.

Small companies make something that fits the new platform well. Maybe it has the right controls, because the new platform offers something new. Maybe it has the right interface, or the right play session length, because of the new platform demands on the player.

It’s almost inevitably something new in mechanics, with fresh game system design in some fashion. It has to be, you see, to take advantage of what the new platform offers.

Continue reading »

Apr 272015
 

 

This is the last post on SWG for, well, a while. I am sure there are plenty of other things to say and more questions that could be answered, but… it feels like a natural stopping point. I must say, the response to these essays has astonished me. Here’s hoping you’ll all care as deeply about the next game I make…

Why now?

logowhite

I’ve gotten a lot of questions as to why I am writing this series of posts about Star Wars Galaxies now. Do I have something to sell?

No, I don’t have anything to sell. This past week was the fifteenth anniversary of that small SWG team first forming in Austin, refugees from Origin. We were a bit over a half dozen. It’s also ten years since the NGE, and in the last few years, we have seen a lot of changes for a lot of parties involved. I was asked some questions by a former player, and for once, it just felt like the time to answer them.

bullet

So, was it a failure?

Well yes, of course. And also, no. It depends how you ask the question. There are a lot of assumptions out there about how the game did, particularly in its original form. So, let’s start by tackling some of those:

Continue reading »

Apr 222015
 

 

 

Last time, I talked about the basic skill and economic infrastructure that Star Wars Galaxies provided. Fundamentally, these were about equality. They made the different roles played by players have the same standing in the game. However, it’s still a game, after all — players are going to engage in radically different sorts of activities, probably some will be more fun than others, and nobody is going to just “work a job” for their leisure time.

femcharsswgjpgThere was every expectation that combat was still going to be at the heart of the game. Few social MMOs were out there at the time, though they were achieving impressive numbers. Second Life did not yet exist when we began (they actually came to visit me at the office during the early development of SWG, to talk social design and tech). The skills and actions available were dominated by fighting, and this was by and large what the market expected.

However, we could still try to reinvent what people thought fighting meant. In the classic Diku model that players were used to, you basically had classes that were alternate types of damage-dealers. Some dealt it fast, some slow. Some could take a lot of hits, some only a few. Today we think of these as tanks and nukers. The lone support class was the healer type, who basically replenished the combatants so that they could keep going: basically, an indirect damage-dealer more than someone who actually healed.

Given our emphasis on making a social web, we needed to think in terms of different kinds of support.

Continue reading »

Apr 212015
 

Once upon a time you could drop things on the ground. It’s one of the first things a baby does, one of the most human things to do. You pick something up, drop it somewhere else. You build piles. Piles turn into houses. They turn into furniture. They turn into gathering places, into churches, into seats of civilizations. Dropping stuff on the ground is pretty important to who we are.

swg player city Solace

In the last post, I talked about the technical underpinnings that allowed us to provide a dynamic environment in SWG. But really, all that was in service of something bigger: having a living society. One of the challenges in creating online worlds is that societies are powerfully shaped by the environment they are in. A static, unchanging world will inevitably give rise to certain sorts of behaviors: spawn camping, for example. Players flow like water around gameplay obstacles; if a game doesn’t offer them the ability to run a shop, they’ll set up their character as a bot and sit online for hours to replace the system — or rather, the standard human social structure — that is commerce.

A lot of MMO design, especially in the last decade, has been about preventing behaviors, rather than enabling them.

Continue reading »

Apr 202015
 

This post is dedicated to the memory of John Roy, lead environment artist on Star Wars Galaxies. Help out his family here.

 

Corellia0023Let’s do some math. Let’s say that you need to have a pretty big world: sixteen kilometers on a side, and made out of tiles.

A tile needs to know what texture it is. That’s one byte. Not much, right? You only get 256 tiles on a planet, though, which isn’t a lot.

But wait, we can add some variety there, by putting in some colors. We’re in 3d, right, so we can tint the tiles slightly and get variation. It’s normally three bytes to apply a color, but let’s instead just say that each planet has a fixed list of colors, and you can have 256 of them, and that way each tile can look up into a list of colors and we only need one byte.

Oh, and it’s a 3d game heightfield, so we need to know what the elevation of the tile is! We’ll just say that there are only 256 levels of height, and that way we can keep it at a nice conservative three bytes per tile.

Corellia0004That’s good, because we need a lot of tiles. They’re one meter on a side. So that means that for a planet we need 16,384 just to make one edge. We need 16,384×16,384 to lay down the whole world.

That’s 268,435,456 bytes for this world. Of course, we need ten planets, not one. So, that’s more like 2,684,354,560 bytes. Nobody uses bytes, so that’s 2,621,440k. 2,048mb. 2.56 gigabytes, uncompressed.

That’s… not going to fit on a CD. I mean, that doesn’t include any art yet.

DVD drives weren’t yet widespread in 2003. In fact, taking up 2.5 gigs of space just for maps was unheard of.

Endor0040

The solution to that problem didn’t just let us ship Star Wars Galaxies, it also unlocked everything from player housing to crafting to giant Imperial vs Rebel battles.

bullet

Patent disclaimer

Before you read any farther, you should know that Sony Online actually patented some of the technology that I am going to describe. If you are someone who should not be reading technology patents, you should stop now.

Continue reading »