A new programming language for games, Annotated: Part 1

By Shamus Posted Wednesday Feb 25, 2015

Filed under: Programming 186 comments

Jon Blow is the designer of Braid and one of the first of the new-wave indie auteurs. Back in September of 2014 he made a video talking about his ideas for a new computer language focused on game development.

I wanted to write about this when the video came out, but I was in the middle of a move. Then there was Christmas. Then other projects. But now almost half a year later, I’m finally coming back to this. His project has moved on and I don’t know where it is now, but it’s this first video I want to talk about.


Link (YouTube)

That’s an hour and a half talk about why he thinks game development needs a new language, why the existing languages don’t quite cut it, and a few things he thinks the new language ought to do. It’s pretty heavy-duty in terms of technical jargon, so if you’re not a coder I don’t know if you’ll get much out of it.

I’ve seen people criticizing his suggestions saying that other languages already do what he wants, or that he’s not qualified to design a language. I’m not really qualified to comment on that and not really interested in that debate. I’m more interested in his talk as a sort of “Everything annoying, frustrating, inefficient, or scary about the C languages”.

So I want to comment on what he’s said, and I’m going to do my best to say it in language that should be comprehensible for non-programmers. We’re not so much discussing his language ideas as using them as a launching point for talking about things that make programming less fun.

Consider this a consolation that we didn’t get an annotated version Carmack QuakeCon address last year like we have in years past. Sadface.

Timestamps are approximate:

Continue reading ⟩⟩ “A new programming language for games, Annotated: Part 1”

 


 

Experienced Points: How Do You Know If A Web Site Is Secure?

By Shamus Posted Tuesday Feb 24, 2015

Filed under: Column 81 comments

So I did a column encouraging more user paranoia, like I promised last week. I’m not happy with how this turned out. It’s one of the longest pieces I’ve done in the history of the column, and I feel like I barely scratched the surface. It was too big a topic to ram into a single column but I didn’t feel like it was wise to make it two or three parts long. (I didn’t want to embark on an epic three-part series and then after part 1 realize that nobody cared. I’d end up with the Too Human of articles.

I should have just replaced the whole column with a link to the comments section last week. That was a pretty cool discussion. I find the social engineering side of security so much more interesting than the technical side.

 


 

Diecast #94: Wolfenstein, Planet Explorers, Evolve, Destiny

By Shamus Posted Monday Feb 23, 2015

Filed under: Diecast 107 comments

Download MP3 File
Download Ogg Vorbis File

Hosts: Shamus, Josh, Chris.

Show notes: Continue reading ⟩⟩ “Diecast #94: Wolfenstein, Planet Explorers, Evolve, Destiny”

 


 

Half Life 2 Episode 1 EP7: Episode Won

By Shamus Posted Friday Feb 20, 2015

Filed under: Spoiler Warning 103 comments


Link (YouTube)

And so it ends.

For the record, I actually like all the constant encouragement and praise from Alyx. Although maybe I’m just unskilled and emotionally needy. It is a little jarring when you hear the comments close together, but during the course of a normal game (as opposed to sprinting through the content the way we do) they feel more like a pat on the head from the game designer and less like Alyx going all fangirl on you.

I really wish we’d get more shooters like this.

I played Wolfenstein: The New Order last year. It felt like they were aiming for Half-Life 2 in terms of gameplay, but didn’t quite nail it. It’s got quiet. It’s got combat. It’s got areas where you can wander around and listen to people talk, or get on with your job. It’s got a novelty weapon that works as either weapon or tool. It has run-and-run style combat instead of stop-and-pop. You gun down fascist humanoids in prisons, ruins, and bases. It’s not Half-Life, but I think it tried.

Josh just finished the game and was somewhat less delighted. I haven’t got the whole story from him. (It might end up as a segment on next week’s Diecast. It’s also on the short list of consideration for Spoiler Warning. We’ll see.)

Still, there’s nothing quite like Half-Life, and nobody seems to be making more. Sadface.

EDIT via Josh: So no, despite how funny it turned out, the episode was NOT supposed to end with Rutskarn singing out the apocalypse. There was actually another five minutes that were cut off in the initial video because of an encoding error that someoneI won’t name any names, but it begins with J and ends with “Why are my pants on fire?” didn’t check for before falling asleep in a drunken stupor.

The embedded video has been updated with the fixed and complete version of the episode. Sorry about that.

 


 

Project Button Masher: So Cool JC

By Shamus Posted Thursday Feb 19, 2015

Filed under: Music 24 comments

I’m taking it easy this week. We’re not trying to copy any particular style. Not trying to emulate certain instruments. Not trying to figure out what gives a soundtrack its particular sound. I’m just making music and posting the result. This is my attempt to take everything I’ve learned and see if the quality of my work improved.

If there’s anything that inspired this track it’s this em… skit(?) from Machinima: Deus Ex: The Recut.


Link (YouTube)

There is something really delightful about re-cutting and subverting the Deus Ex dialog. The conversationFor the impatient: It’s at the three minute mark. in this week’s song was really fun to put together.

This one is a lot more complex than my usual project. I also took the time to make everything myself, including mapping out the drums. (I usually use pre-fab drum loops.) Most of the instruments were built by hand. Note that I’m not saying it’s better or anything, but it is a pretty big step up in complexity and effort. Here’s the track map:

track_map_so_cool.jpg

A funny story about the audio clips in this song:

Continue reading ⟩⟩ “Project Button Masher: So Cool JC”

 


 

Half Life 2 Episode 1 EP6: The Room of Sadness

By Shamus Posted Wednesday Feb 18, 2015

Filed under: Spoiler Warning 58 comments


Link (YouTube)

At the two minute mark Josh says, “What’s up with the lighting on this thing?” He’s looking at a closed door that mysteriously has bright light flowing through it. The image doesn’t make sense until the zombie breaks the door. I know Chris already explained it a bit, but let me go over it in more detail:

This is a side-effect of the old 1990’s style baked-in lightmaps. Computers weren’t fast enough to recalculate lights on the fly, so the shadows are calculated by the artist before the game ships. This means the shadows can’t move. The shadows that do move – the shadows cast by the NPCs and objects in the scene – use a completely different technology. As Alyx walks around, the game picks the nearest light source and creates a silhouette of her from the viewpoint of that light. It then projects that silhouette onto the groundIt might do this for the nearest two or three light sources, depending on the game and your graphics settings.. The drawback is that these shadows don’t really match the baked-in shadows. They’re crisper, and so the shadows cast by the level geometry (walls and floors and such) look blurry by comparison.

Also, the two different lighting systems don’t react to each other properly. If I’m standing under the midday sun, then I’ll have a shadow at my feet. If I step under an umbrella, then my shadow will vanish behind the shadow on the umbrella. But Alyx’s shadow doesn’t work that way. It’s always there, regardless of where she’s standing in relation to the light.

This was why Carmack was so excited about the idea of “unified lighting” in Doom 3. There was no longer one system of lighting for the level and another for all the characters and props. There was one lighting system shared by everything, and it all worked together.

Half-Life 2 has aged really well, but I guess there’s limits on everything. It was 2006 when this game came out, and its lighting model was already pretty far out of date. Valve wouldn’t really solve this issue for good until Portal 2, five years later.

Also, while Valve does seem to love their seesaw puzzles a little too much, I just can’t bring myself to get mad about them in a world where Ubisoft makes me climb a hundred and fifty identical towers in every stupid game.

The next episode is the end of Episode One.

 


 

Experienced Points: Time to Put the Two-Weapon Limit Out of its Misery

By Shamus Posted Tuesday Feb 17, 2015

Filed under: Column 163 comments

I need to start this one off with an apology. Last week we talked about the two-weapon limit and Halo. (The conversation actually spanned multiple episodes of Spoiler Warning: Half-Life 2: Episode 1.) Everyone said what they had to say and we all moved on. So it will probably come off as obnoxiously passive-aggressive that my column this week is basically having the same argument all over again. Sorry. At one point in the debate I realized this was a lively enough topic for an article, and I really wanted something catchy after the collective “meh” everyone gave my column last week at The Escapist.

Writing for a game site is so different from writing on a blog. Here, I can post any dumb thing and you folks will at least give the first paragraph a look. You’re here for the words, after all. The article title doesn’t need to be eye-catching and nobody minds when I run long. (In fact, some people prefer longer articles.) On a gaming site, all of this is inverted. Your readership rises and falls on the strength of your headline, and when I go over 1,000 words I usually notice a blatant increase in the number of people who jump into the comments after reading only the first page of the article. And having an eye-catching headline really works: In the last hour or so this column got as many comments as the previous column got in a week.

I don’t want to sound like I’m complaining. It’s just a different kind of gig. If you’re a stand-up comic, then sometimes you get a half-hour in front of a fun crowd in your home town, and sometimes you get ten minutes in front of stony-faced seniors who are just waiting for the headline act to come out. It’s not like the people at The Escapist are obligated to read my stuff. They can read it or not, and it’s my job to grab those eyeballs.

Whatever. This is mostly a stealth rant about Destiny anyway. Don’t tell Josh.