Thursday, November 1, 2012

Month 11

I hope everyone had a happy Halloween.  So recently, I started playing Skyrim.  “Playing” isn't really the right word.  More like dissecting it, modding it, and changing the artwork in it.  It seems like I always spend more time taking games apart than I do playing them.  There’s a lot of badly done things in Skyrim.  You know how the characters have such blocky faces?  It’s because the normal maps actually have those squares in them because they didn't use a high enough poly model to bake normal maps from or spend the 5 minutes in Photoshop it would have taken to smooth them.  Such a big budget project with such obvious and easily fixable mistakes.

I've been looking at mods that other Skyrimmers have been making.  There’s an interesting one that adds dialogue to the player’s otherwise mute character saying things like, “Where am I?” when a new area discovered event is triggered.  The problem with this is that you could possibly have a single voice actor tasked with creating hundreds or more sound assets for the player character.  What if you want to add something later or do an expansion pack and you can’t track that same voice actor down again?  Scary.  But I really like the idea of the player creating a character, and then that character having a specific personality separate from the player.

This is a subtle, but unusual idea for an MMORPG.  Usually players create an avatar and role play(even if only subconsciously) that this avatar is an extension of themselves.  I know a lot of players of RPGs think role playing is dumb even if they’re unwittingly doing it.  No one says, “Ah man, my character just died.”  They say, “I just died.  Damn it!”  So everyone role plays on some measureable level.  Oh, and also, not even hard core role players say “thee” and “thy” while they talk.

Sidetracked.  Anyway, having the player character either be mute or choose their dialogue(like Age of Conan and SWTOR did), makes a lot of sense.  The character is an extension of the player and how the player is actively choosing that character’s personality to be.  But what if you created the personality of your character when your character is created, and that personality comes through automatically throughout the rest of the game?  This latter example is the norm in single player games.  Mario is not the player’s avatar.  As Sheldon Cooper might say, "Mario, going after Princess Peach.  And what am I doing?  I'm just enabling you."

Mario has a set personality.  Duke Nukem has a set personality.  You don’t actively control those personalities while you play.  But you also don’t get to pick their personalities at the start of the game.  What if you could?  Since they’re single player games, it’s easy for the developer to make the player’s character stand out personality wise.  But in an MMO where players are all picking the same choices, that’s much harder to accomplish.  But what if the developer bit the bullet and made tons of personality choices, got the voice actors to do that huge task of work, and took the huge amount of time to code in all those event triggers to make it happen?  I think it would be worth it.

Ah well, speaking of Dawnshine, a lot has changed with the art team—the same sort of thing that’s happened with the programmer team earlier.  I used to recruit programmers and give them tasks at our meetings without doing anything to vet them first.  This really wrecked havoc in the early days when a programmer would have a time sensitive task and they’d stop coming to the meetings or keeping in contact with me. And I would have no idea what they were doing, if I needed to reassign the task, are they coming back, will they eventually do it?  That really, really sucks from a project management point of view.  And, a single flaky person can sap the morale of the entire team.

Eventually, I had to start giving programmers tests first.  Pass the tests, then you can start coming to our meetings.  Keep showing up at our meetings for a while, then we give people stuff to do.  I hate having to make people jump through hoops.  Why do people flake?  A lot of times people hear about us and OMG! have to be part of this because MMOs are amazing!  Then they join the team and find out that game development is actually a lot of work, the HeroEngine is pretty hard and time consuming for programmers to learn and they don’t want to ask a lot of questions right away(who does?) so they drift away.

After I changed my recruiting techniques, the programmer team has gotten a lot better.  We’re having much fewer people join the team, but those that do, tend to work out better.  But as I said, over the last couple months,we've been having a similar problem with the art team. We've lost quite a few people that, I think deep down inside, didn't want to be there in the first place, and it showed in their work.

Artists are different in that they don’t have to learn the HeroEngine at all. The problem is the same, but unlike programmers who never get past doing the tutorials, it means the less committed artists tend to do lower quality of work. Now, I’m not talking about skill level—especially about 3d art. No artist picks up Maya and puts out great work on day one. But even the absolute beginner can do great 3d artwork. It just takes them a whole lot longer.

Ok, enough ranting.  Let’s talk about what people are up to.  The programming team is currently making a pretty big transition.  To understand it, let’s talk about the HeroEngine a bit.  I was talking about engines with other game developers in the area at some meet up a few days ago.  They’re complaining about how if you want to do something in Unity, you pretty much have to use their tools or you’ll spend too much time fighting it.  There’s not much to fight in the HeroEngine, because there aren't many tools.  It means you have to build all your tools from scratch.  The good news is that you can make everything work how you want.  The bad news is that the HeroEngine is generally designed for huge budget studios with dozens of programmers working on hundreds of scripts a day.  We have none of those tools made.

Now, the HE comes with something they call the Clean Engine and the Evaluation system.  The Clean Engine is stuff like how props and cameras attach to characters, how players are first sent to the “Character Selection” area, simple AI pathing—basic stuff.  They expect a big budget studio will replace all of it, while a smaller studio will accept the defaults.  The Evaluation system is stuff like simplistic character creation, hitpoints, basic AI, and simple combat.  They expect everyone to replace the Evaluation stuff.  All we've been doing so far is modifying the combat systems from the Evaluation system to our own.  That’s cool and all, but we've been hard coding everything.  Not that we want to.  It’s just that unplugging these systems and plugging in our own, newly created ones is a scary step.  In modifying these inflexible, hard coded systems, we’re learning how they tick, what’s connected to what, and how they all fit in.  We’re getting really close to completing this very important milestone—essentially pulling the project off the grid and surviving on our own power.  We probably won’t face another similar moment until we get the source code and have to compile it and run the game on our own servers ourselves.  We’re nowhere near being able to do that.

On the art side of things, the artists have been building assets instance by instance, zone by zone.  I think I mentioned that in the last post.  Pretty soon, we should have an entire instance completed, then all the instances in an entire zone.  The first zone we’re working on is called The Howling Meadows.  All of the zones have strong stories behind them.  THM is ruled by a tribe of Neg Wath in the center of the zone.  They’re dying off, and no one seems to understand why. I won’t spoil the surprise, but I’ll say that since Dawnshine is hard fantasy, they’re not dying off due to a supernatural reason, though they think they are. It’s actually a pretty anticlimactic and mundane reason, but that’s part of what makes Hard Fantasy cool. There are other tribes in the area, each who’d like to fill the power void. The players will get pulled into the middle of the power struggle turned bloody.

Though it’s unclear why the ruling tribe is dying off and many stay away because of it, the land itself is valuable and worth fighting for.  The air is thick with the spirits of the dead, unable to pass on into the afterlife.  These spirits are impossible to detect by most.  But those that are able to drift into the spirit world can hear the howl of thousands of anguished souls.

I haven’t talked much about how the classes in the game works, how magic works or… ah hell, our website says close to nothing about the game despite there being a huge amount of stuff worked out.  One of the classes in the Neg Wath faction is the Spirit Walker.  I can’t remember, but I don’t think I’ve mentioned any of the classes on the blogs before.  I’ll talk a little about them.

The Spirit Walkers are sort of like a necromancer / cleric.  All 3 of the spell casting classes of the Neg Wath faction are different types of Necromancers.  The Spirit Walkers only deal with spirits though.  They can forcibly bind spirits to allies and enemies.  So Spirit Walkers would naturally gravitate to the Howling Meadows due to the abundance of souls.  Since Spirit Walkers can use the binding of spirits to heal people(outside of combat), you’d think the Howling Meadows would be a sort of grand hospital rather than a place that causes people to grow sick and die.  Again, it’s a confusing and conflicted place.  It’s a bummer that it’s a level 5-10 zone and that players will zip through it so fast, but there’s lots of other really interesting zones I can’t wait for players to experience after that.

Which leads me to what I’m working on. So I've been the sole environmental texture artist on the team. Lately I've also been working on the particle system. It’s perhaps the only system in the game that we’re not going to be overhauling. Though, it was meant to give developers tons of flexibility.  And it does, though anything with lots of flexibility is never user friendly or simple.

I figured out how to get blood to squirt out of enemy’s necks when you decapitate them(not that we have decapitation working yet—but the blood spurts are).  And I got it to leave blood puddles on the ground afterwards.  Now that I finally have that working, I’m realizing I need to do blood puddles with decals rather than with particle effects.  Oops.  Still, it’s good I’m figuring out this stuff now.

Something a lot more embarrassing--all this time I’ve been creating ground texture normal maps that have been upside down.  “Flip Y and X” boxes are checked on by default in my Photoshop plugin.  Who am I to argue with NVidia who made the plugin?  Ok, so I figured that out and am in the process of redoing all the normals for ground textures.  Speaking of normal maps, I always though flat grass textures were impossible to look realistic.  But one thing I noticed in playing Skyrim, not only do the normal maps highlight each blade of grass, but they also add little blobs that make the ground look really clumpy.  I was pretty amazed at how well they could get a flat grass texture to look realistic.  So I might change my mind about grass textures.  How did they do such a great job with normal maps for grass and a terrible job on people’s faces?  I’m guessing their environmental artists are really good and their character artists suck.

A really big development that will happy soon, HeroEngine is getting SpeedTree 6, which will be awesome because the “tree asset system” is currently disabled.  Having to create assets for the Neg Wath who live in trees, without being able to use trees, has kind of sucked.  But once ST 6 is working, that will be awesome.

I’m really hoping in the next couple months, we’ll be able to start posting screen shots and game play footage.

No comments:

Post a Comment