Inktober #3 – Vessel

Martin · 3 years

I'm a little disappointed that it only took three days of Inktober for me to be posting somewhat late, but I had a lot of things going on today, so I've got excuses.

This one's for the prompt "vessel", and features an ominous man in a cryogenic chamber. Spooky!

You can watch the time-lapse of this one being created here:

555 85 0

Inktober #2 – Suit

Martin · 3 years

My second illustration for Inktober 2021, this one for the prompt, "suit".

I wanted this one to be a close-up of the zipper, with some other details visible, but not very descriptive, to give it a little bit of mystery. I am enjoying working in black and white again for my digital inking.

You can watch the time-lapse of this one being made here:

799 81 0

Calculus

Martin · 3 years

Two days a week, a friend/colleague and I have been working our way through a college-level computer science curriculum - to refine some of the rougher edges of the knowledge we've cobbled together over the years, and formalize/validate the rest. It's been fun so far, and at times, pretty challenging.

I've got a four-year degree, so college courses aren't exactly daunting. But the toughest parts have been when I've had to tap knowledge that's nearly faded away - such as the high school math I learned over 20 years ago.

Algebra and geometry are mostly there. I use many aspects of those in my design work and game development. But parts of them, like factoring polynomials, look familiar to me, but I can't remember any of the actual rules. Trigonometry was a blur back when I took it originally, and calculus... forget about it (in my case, literally)!

We're in the midst of a calculus course now, and while a lot of it makes sense and is sort of coming back to me, I always struggle when we have to go back and start factoring again. That stuff used to be second nature to me, but without need of it for a couple of decades, it's only faintly there. It feels like running into an old acquaintance and not remembering their name, even though you used to see that person every day. It's sort of a bummer.

Anyway, we're getting through it. There are so many good resources for learning this stuff online, which weren't around back when I learned it the first time, I've got no excuse not to know it. Just the eternal lack of time, I suppose.

634 69 1

Refining Collisions

Martin · 3 years

Up until recently, my nodes simulation had all the nodes colliding with each other with the same force, and each reacting the same way, regardless of size. I've tweaked that a bit now, so a node's size matters when it collides, and so the larger nodes can bully their way around (to some extent) while the smaller ones flit about in between.

It's a little hard to make out in this short GIF, but that's what's happening. Feeling pretty good about these changes!

Oh, and the nodes all look like single-celled organisms now.

The Artful Escape

Martin · 3 years

Since I can't seem to just play a single game at a time anymore, I've begun working through The Artful Escape in between sessions of Mass Effect Andromeda.

And why not? It's on Game Pass, and it's new, interesting, and fun. It was right there, waiting for me to try!

Anyway, it's something a little outside my normal type of game - although so far, it's very minimally like a traditional music/rhythm game. I'm hoping that the "Simon Says" portions don't get too difficult, because I'd like to see it through.

The visuals are trippy. The story is silly and light. The music is loud. I'm into it!

Andromeda’s Scale & Detail

Martin · 3 years

This is sort of a little thing (pun intended) but I find the scale in Mass Effect Andromeda to be much more appreciable than in the original trilogy.

Once you establish Podromos on the first explorable planet, Eos, you get a really good sense of the sheer size of things with your ship touched down next to the newly bustling colony. The ship is huge, but is still dwarfed by the collection of portable structures and equipment around it. And that's all settled in a small valley in one section of Eos.

It's cool to see/hear the shuttles coming and going, and each pod is packed with all sorts of tech doodads that really lend the world a believability that Mass Effect 1-3, having been made for older hardware, didn't often achieve. Especially the first game, where outposts on alien worlds were almost always just one or two simple, boxy buildings that were devoid of nearly all decoration.

There is, perhaps, a little more intimacy in the previous games because of this limitation - even the camera hugs Shepard closer, and with a tighter FOV - so the grand views of Andromeda aren't without their faults.

I have to give credit where credit is due, though. Mass Effect Andromeda is often a pretty game, if nothing else.

Background Tiles

Martin · 3 years

I'm always on the fence as to whether or not I should use tile sets for my GameMaker game backgrounds, or if I should just use the objects which draw the background elements to do it instead.

I don't have pictures to share yet, but in my current project, I have a set of images that frame the edge of the play area. They are made up largely to look like natural rock formations, and so it'd be best if they aren't symmetrical left to right.

These graphics are the only part of the game that could realistically utilize tile sets, but I'm stuck as to whether or not I want to put the effort in to convert them to tiles. This scene will never change in the game, and there won't be multiple rooms that use the same tile set - it'll be once and done.

Still, having them as a tile set will make it much easier for me to make sure the patterns in the edge aren't repeated from one side to the other. And I will then let GameMaker handle whether or not to draw them, as opposed to either always drawing them, regardless of whether or not they're in the camera's frame, or rolling my own code to check. And then, on the off chance that I do end up needing to tile another room, I'll have them ready. Hmmm.

Well, I'll return to this soon I suppose. My dev time is just about up for the night, and there's a new season of The Great British Baking Show premiering on Netflix today. TV awaits!