Game
Dragonian: The Imbalance of Sierr
7 years ago

Happy Zelda Month


It’s been a while since I posted anything. The truth is my living situation changed, and I currently don’t have a working computer to make anything on. However, I’m determined to buy a new one and get the third Belgrad game done. It’s at least 60% complete, anyway.

Anyhow, it’s Zelda month, if PeanutButterGamer has anything to say. I’m glad you people like this game, and those who don’t, I don’t blame you. Chances are that Peebs won’t know this game exists, but this is still something Zelda-related, so I might as well bring this to people’s attention. Also, I’m grateful the Big N hasn’t taken me down. :P

Also, once I get a working computer, do you think an expansion pack would be a good fit for this game? I can’t promise a new story, but I can do new levels, towns, dungeons, and other stuff.

Anyway, happy Zelda month. Hopefully everything goes well for all of us, and I’ll still plan on finishing that third Belgrad game.



0 comments

Loading...

Next up

What a bunch of clowns.

Well, I was looking through some old files, and found some cool stuff.

Two-level demo for Robot Maid P-NA-4 is here!

...but the game's still not in active development right now.

Possible default protagonists, Charlie (guy with hat) and Bonnie (girl with dress). Using a similar palette, because I can.

I would alter the faces, but I like appeal, and without the pixel-noses, they'd look like chibis at that size.

This should help speed up the process.

...no guarantees, but until I have an official level-select menu, this'll do.

Despite anything resembling better judgment, and this not going into any demos, I decided to implement a swinging mechanic.

I got it working. You can control the swing (loosely), and can stretch and retract the arm. It even adds a bit of momentum.

Why, yes, programming an elephant IS hard. Making its eyes blue is a lot easier, but I'm not doing that.

I also had to make sure it's a robot elephant, specifically, because this is a robot circus, and it's unethical to use real elephants.

As a writer, you learn to just make stuff up. As a science-fiction writer, you justify the stuff you just make up.

"Derma" is related to "skin", and "myo" is related to "myoelectric prosthesis".

I don't know if I went too far, or not far enough. The hand-clamps work, but that's not being demonstrated here.

I figured out an easier way to program arranging angles on a rig.

It involves choosing which body part to move, then using the mouse to calculate an angle.

Namely, angle= point_direction(x, y, mouse_x, mouse_y).