Hot Testing Action and Starvation

The Gaslamp Games office is heating up.

Top Men sweat furiously, cursing script errors and crashes. Top Buttons are unbuttoned, frantic SVN commits hammered out. Meanwhile Daniel “Action CEO” Jacobsen blasts some Kenny Loggins to set the mood. In other words, we’re implementing a stricter quality control protocol for pushing test builds of the game as we get closer to the danger zone. People have been putting decisive, serious looks on their faces while they nod with their arms crossed.

Cooking! It's pretty important.

Cooking! It’s really important now, actually.

{ read this article }

Posted in Clockwork Empires | Tagged , , , , , , , , , , , , ,
22 Comments

Modules, Interrupts, Memory Leaks

The Road to Early Access basically looks like the Road to El Dorado, except the musical numbers are worse. Right now I am still in a land where I have to actually sit down and do all the stuff I’ve been putting off for the course of the product. Two things that fall into this category are “putting modules in the corner of a building” and “interrupts.” Oh, and “fixing the memory leaks.”

In The Colonies there are unfortunate occasions wherein real estate looks bigger on the outside than it is on the inside. (See also: "Mad Architects Of The Frontier And Their Terrible Creations".)

In The Colonies there are unfortunate occasions wherein real estate looks bigger on the outside than it is on the inside. (See also: “Mad Architects Of The Frontier And Their Terrible Creations”.)

Putting modules in the corner of a building has been something that, since the start of the project, would blow up the game. There were a number of things causing problems here: first off, the code to actually handle the case of inserting the small “module footer” that forms the foundation of a module was blowing up if you put it in the corner of a map. This has been fixed. Second, when we finished a module’s foundation, we would delete the edges on the floor plan, and merge the leftmost and rightmost edges together. Obviously, this is not the right thing to do if a foundation piece is at the leftmost, or rightmost, edge of a blueprint – you end up collapsing two edges together that are at 90 degrees. So this has been fixed for the outside of modules. The inside of modules still breaks, because there is some funny business going on with how we construct interiors that I have yet to track down – but we’re making progress on long standing issues.

{ read this article }

Posted in Clockwork Empires | Tagged , , , , , , , , , , , , , , , , , , ,
14 Comments

Building A Better World Through Video Game Violence

To cut right to the point, the questions I’ve been asking myself surround the role violence plays in the tone of Clockwork Empires.To start: I don’t believe that violence for its own sake is interesting or desirable because, well, it’s unpleasant. Unpleasantness, however, definitely has a use in the aesthetic and narrative experiences that games explore (- to say that games are just about “fun” misses so much of what is going on in them!)

So let’s dive in.

He shouldn't have eaten the caviar.

Things that can happen.

The Clockwork Empires frontier is not a peaceful, gentle place and it’s important that we express to players that there are terrible, terrible consequences for Knowing What Should Not Be Known, Digging Too Greedily And Too Deep, or simple things like “not planning a stable food supply” or basic colonial defense. Things happen.

{ read this article }

Posted in Clockwork Empires | Tagged , , , , , , , , , , , , , , ,
24 Comments

Dodos, Buildings, and the road to Alpha

Daniel suggested that I should pick out some of the juicier fixes and additions from the change log of our latest internal test build and talk about them; it’s also probably instructive to show some of the feedback. Our internal test build of Clockwork Empires is now on Revision 18. We usually do builds about once a week, but this week we had to do an Old-Timey Dredmor-Style Hotfix for Revision 18 because it introduced a bug where people kept spastically trying to pick up and put down shovels, and so now we are at Revision 18A. Some edited highlights:

  • The dodo is back in again. Yes! It now eats all your crops, but it doesn’t get stuck in a berry bush; additionally, hunting work crews will pick up any weapon that is suitable for them and will then go off and create a hideous, bloody dodo flesh massacre. This leads to enormous piles of dodo corpses lying around, including being found in houses and on the steps of upper class houses. Currently, you cannot do anything with a dodo corpse. (You now receive two Dodo Drumsticks if you butcher the corpse -David)
Dodos: The least dangerous game.

Dodos: The least dangerous game.

{ read this article }

Posted in Clockwork Empires | Tagged , , , , , , , , ,
21 Comments

May Technical Status Update: More from the Testing Front

David is on vacation this week, soaking up a little sun and visiting relatives in California before the last push out the door, so we’re working on a bunch of minor testing-motivated updates, which has mainly involved re-configuring internal stuff. Also, some UI work, which is always good.

First, we have added five new testers this week. Naturally, none of them can figure out the game! This is good, because it reveals all the hidden assumptions that you have been making, as well as the hidden assumptions that the other testers have now internalized. Then, you can fix those assumptions and get on with the next bit. Dredmor underwent a very similar process: if you go all the way back here in time, you can see early versions of the crafting system which we didn’t figure out was just totally awful until after we released the game. (There are some people, of course, who would argue that Dredmor’s crafting system is still awful, but oh well.) Getting a good game means fixing these issues.

For what it’s worth, player feedback has overwhelmingly been of the form “This is really good/promising/cool/great; here are fifty bug reports.” This is in line with our expectations, because Game Development.

Mr. Triolo has also been playing the game for the past half hour as I write this blog post in order to test some very special new animations for drinking in a chair. He has taken about seventeen screenshots of various things that are bothering him. This is also progress.

So what’s new on the code side?

{ read this article }

Posted in Clockwork Empires | Tagged , , , , , , ,
7 Comments

What Would You Say You Do Here?

An overview, with examples, of actual game development I’ve been doing with very few silly jokes.

Daniel has suggested that the fine readers of our humble development blog would not be so interested in the finer points of small business accounting even though it is utterly essential to our ongoing operations. Nor, he contended, would something so removed as a personal “Clockwork Empires Reading List” actually be relevant to the nitty-gritty of development as-such. Indeed, it is not always easy coming up with something to write here as many, many needs must be somehow balanced and the same goes for this.

I suspect, somehow, that a changelog direct from out SVN would not be helpful, though it contains gems (each an individual SVN commit entry) such as:

5836 – work*

5798 – fixing stew**

5796 -Making laudanum and sulphur tonic should theoretically work (when modules are fixed)***

* It was a vague day, one supposes.

Choose wisely.

Choose wisely.

** It works now. Before, stew was a valid ingredient for itself. This is in fact Realistic but also Not Useful for the purposes of game logic.

*** This is a valid sentence, as “should theoretically work” refers to both “making laudanum” and “sulphur tonic”. The description is incorrect however, in that just the making of these things should work; the Sulphur Tonic does not actually work.****

**** It was observed in a design discussion that the Sulphur Tonic should not actually work, just that it should cause people to think that it worked. This is a valid game mechanic in Clockwork Empires. I recall also Daniel wrestling with the problem of making people not go mad when they consume human flesh if they don’t know it’s human flesh when they eat it.

See the things we have to deal with?

{ read this article }

Posted in Clockwork Empires | Tagged , , , , , , , , , ,
16 Comments

The Meat Tree & Fitting Pipes Together

I’ve been volunteered to write a development post, so here I stand begrudgingly, not unlike bauxite which eternally begrudges its treasure: sweet aluminum that bright and tawdry metal it is. And me? I bear only concept art for the Meat Tree as a sort of consolation for a lack of thematic unity herein. But wait- there are unifying elements to what I’ve been doing the past week that aren’t immediately apparent from “implementing and improving a ton of random tiny things to make a better overall game experience” and “going slowly, thoroughly mad”. We’ll get to it. First, that meat tree:

Why does the vegan draw so much meat?

Why does the vegan draw so much meat?

How does it grow? I’m not saying. What do you get if you cut it down? Meat, obviously.


 

Now that I’ve reeled you in on a highway littered with the sodden giblets of the Meat Tree’s broken promise, let’s make this post, as threatened, about the importance of animation timing or, more properly, all the complex moving parts that revolve around them. And if fit together just right they form something very much greater than the whole. Like Voltron.

Take the case of a soldier firing a musket at a menacing fishperson. (A shudder courses through my coffee-withered body; Komodo Edit flashes searing white light etched in courier new a record of torment.)

A soldier is a “citizen”* type gameobject. A fishperson is a “fishperson” type gameobject. Each will, if not otherwise occupied, query a global blackboard of jobs to find something appropriate to do based on a variety of conditions, then carry that job out. If hostilities exist between human and fishperson then one attacking each other is a valid job that each will attempt carry out (though only a citizen tagged “military” is allowed to execute attacks at this point). With the attack job acquired, a soldier will rush to grab a firearm if they’re not already carrying one, then will move until they’re in range of a target fishperson and open fire.

It's good to have a sergeant to watch your back.

It’s good to have a sergeant that watches your back – Fishpeople are everywhere!

(* Every time the word “citizen” is mentioned I will put forward my argument that the people of the Clockwork Empires are more properly labeled subjects because, if we are being Historically Accurate about this (and we are), that although the topic concerns citizenship, British subjects became allowed to be referred to as  “Commonwealth citizens” only with the passage of the British Nationality Act of 1948. So by Jove, all this “citizen” talk sounds like the work of La République Mécanique agitators seeking to undermine the monarchy or, worse, Communist infiltrators carrying out the diktats of their Novyrusian masters!)

Let’s break down how the moment of firing works.

Every “job” a character can carry out is broken down into FSMs – finite state machines – which execute a series of operations in a given order. If you get shot while, say, attempting to chug a bottle of whisky, your job’s FSM sequence can execute an “abort” call which could (say) cause the bottle of whisky to be dropped. Here’s the FSM sequence for shooting a fishperson (or other malevolent eldritch entity):

  1. <attack_ranged input=”entity” name=”run”/>

Yeah, that’s it. The attack_ranged FSM probably holds more logic than it needs inside of itself, everything for moving into range of a target, repositioning oneself if the target moves, and finally entering the firing sequence if both the subject and target are in the range that the firearm being held by the subject says it has.

Phew. Let’s look at the firing animation:

Don't be alarmed by what appears to happen to the soldier running to the left -- this is from the same video the above shot was captured from!

Don’t be alarmed by what appears to happen to the soldier running to the left with the splash of blood and all– this is from the same video the above shot was captured from, so that’s totally fish blood spraying all over.

The particles (by Mr. Triolo) and a lovely sound effect (by Mr. Steele) are attached to the appropriate frames of the animation (by Mr. Triolo) running on the NCO model (by Mr. Nejat). With all of that work done and packaged by all those guys, back on the scripting side of things we just have to concern ourselves with running the animation and triggering scripts at appropriate points. The sequence is essentially this:

  1. Load & execute pistol firing animation on to character
  2. Wait X gameticks until the point in the animation where the pistol has appeared to fire, then send the target a “damageMessage”.
  3. When firing animation length in gameticks is hit, load & execute the default do-nothing animation and find a new “job”=

Anyhow, the next character job is probably going to be “shoot the fishperson” again unless the soldier’s morale breaks or they’re set on fire or something, so the system works pretty well. The timing and functioning at stage 2 is the tricky part – sending information to objects being interacted with. Aesthetically the value of X here is interesting because if it’s off by just a little, the entire interaction of each animated character, sound effects, and particles will intuitively feel wrong. So let’s get it right.

So that’s great and the timing is visceral and lovely, but how about that “damageMessage”? This is a collection of information that the FSM pulls from the character’s item about what type and amount of damage it does which is sent over to the receiver of the damage to decide how they’re going to take it. A Steam Knight for instance will shrug off most damage types and simply play a metallic “ping” sound. A fishperson, however, is soft and fleshy and will shoot out blood (triggered via a script command) and take injuries (via decrementing hitpoint integers and possibly adding special afflictions).

At that point, you say, shouldn’t we play a “get hurt” animation? Why yes! But this is where it gets more complex: We’re in a position where one game object is pushing animations, usually covered by the “job” system, onto another game object. What if the target of attack is in the middle of walking between tiles? What if they’re having a conversation? Everyone needs to know how to abort properly, what to do next, and figure out at what point they’re allowed to query their status to figure out what job they should be doing next. I’ve been considering the idea of animation interrupts detached from the job/FSM system, but anything inspired by one of the more confusing Magic: The Gathering mechanics is probably not a good idea. Maybe I’ll pass this to Nicholas to figure out. [Note: We know how to solve this and just had a big talk which ending up with all the partners agreeing that this was relevant to the discussion.]

I've got an icon for this.

I’ve got an icon for this.

(Related: we have a “Run Because I Am On Fire” job which becomes unbearably important to execute if you have the “on_fire” tag, but I talked about that already.)

In conclusion, there are lots of little pieces of art and code that need to fit very cleanly together to allow systems (ie. a character) and their meta-systems (ie. a workcrew), and their meta-meta-systems (ie. a colony) to execute in a technically smooth and aesthetically pleasing manner. They also need to interrupt each other in similarly pleasing manners when things go terribly wrong in your colony and characters rather impolitely interrupt one another.

This is where, as I’ll always insist, it gets complex.

Posted in Clockwork Empires | Tagged , , , , , , , , , , , , , , ,
21 Comments

Polish!

I haven’t written a blog post in a bit; much of the glamorous work of Adding Exciting Stuff to the game has now fallen to Mr. Baumgart and his motley crew, while the programming department scuttles about behind the scenes doing things which are less obvious to the general public. Most of what I’ve done in the past few weeks has been a series of very small polish-y things. They’re interesting, and every time something goes in it makes the game better, but it doesn’t necessarily lend itself well to a glamorous blog post.

People doing good, solid, boring work. Yup. Keep on working, people. Good job.

People doing good, solid, honest work. Yup. Keep on working, people. Good job.

A few examples of polish-y things:

{ read this article }

Posted in Clockwork Empires | Tagged , , , , , , , , , , , , , ,
12 Comments