Game
Dragonian: The Imbalance of Sierr
10 years ago

So... what have I been up to?


First things first: since one Jessica Brown has been doing a video playthrough of my game, she’s mentioned a game-breaking bug. It’s been recently fixed in Version 1.2.1, and it involved Twelkin Buns and girlfriends.
So, go get it.

Anyway, for the past several months, I’ve been without a game-making program. Now that I have one, I realize that GM Studio changed everything, making a lot of functions that Dragonian exploited (namely running programs from txt files and using Midis) obsolete. So, making a sequel to Dragonian will have to wait.

Also, since I’ve got GM Studio, I’ve been making a little game from scratch to see what it can do. What is it? …a platform-adventure game that takes some influence from Castlevania. …but NOT a Metroidvania. I’m going to call it Belgrad for now. …and it’ll be an episodic series, maybe.

Lastly, Rick’s still going to be in Indie Game Battle… eventually.



0 comments

Loading...

Next up

On one hand, I'm getting there. On another hand, "No, I'm not."

Then again, I probably forgot something important about layering the old-fashioned way, and something about using a view as a texture.

Here. Just to give you an idea as to what I'm going for.

The character and GFX are temporary, but they help me realize what I want to do with the engine.

On the plus side, the tile layer ISN'T overlapping, and Draw draws objects.

On the other hand, NOW the tile layer lags during camera movement.

I guess I'd better let everything else lag for consistency (somehow), or fix the lag.

The character and movement tests are going well, but...

OH. THAT's what Draw GUI does. It's not crunchy.

Then again, I thought that drawing a view to a surface would work the way I expected, but it ain't.

Dang it. I got the math right.

The real trick now is to optimize it. It's easier to do since it's technically all 2D.

Part one of my zany scheme for a new project worked.

Using two Views, I can draw one squished, rotatable View as a texture, meaning I can use tiles for an isometric perspective.

Now, the tricky part is where everything looks like a pop-up book.

Concept art time!

Early on, Tiel had a backpack because in the fic she was originally created for, she was going on an adventure along with Rick. That's why I was kinda attached to her.

The floor's movement, being a view drawn onto a surface, is still one frame behind.

However, I figured it's more efficient to draw walls separately than to use blocks for indoor segments. They can stretch and keep doing the depth math accurately.

Strangely enough, of all the games I've made .exes of, this is the one that STILL works on my current computer. And sometimes, I realize I made some poor decisions in game design with this one.

It took a while, but I got rotating flat sprites going.

Technically, it's a polygon, but it works.

If I were to do sprite-stacking, I have a basis, but my primary use for this is rotating attack animations.