Game
NukeOTron Sucks Collection
10 years ago

Before Dragonian, I tried making an RPG.


Since SOL is associated with the collection, this article is associated with the NukeOTron Sucks Collection.

Before I made Dragonian, anything with ninjas, and even Super Starton, my first completed game, I wanted to make video games. My first project, the first game I ever tried to make, was Staff of Laria.

The history of this game dates back to my early teens, after having a strange dream that became the start of the tale, and the story started.
The original version was on the OHRRPGCE, the Original Hamster Republic RPG Creation Engine. It didn’t get far, but trust me, OHRRPGCE is a very useful RPG maker.
The story back then was shallow.

Later on, I discovered RPG Maker 2000. It was effective. The story is a bit more developed, but not much.

Anyway, since the problem with RPG makers is that you can’t make your own battle system. …which led to the GM version. Personally, my vision for that game was to use FMVs for battle animations. …well, it’s close enough. Also, I would’ve loved it if there were FMVs everywhere. If anything, I’d like it to look like those multi-disk epics that were popular in the ’90s.

Still, perhaps Staff of Laria has (or had) a following. It’s good to see what came before Dragonian. I really do want that game made someday, so communicate if you’re willing to back it up.

For your game-making pleasure, I have for you the original script, extra source code for any one with GM, and original concept drawings.
Just be aware, this isn’t for the faint of heart, or little little kids.

https://drive.google.com/file/d/0B4CjsB0TaO9zV0RtaF9KZUVmSGM/view?usp=sharing



0 comments

Loading...

Next up

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.

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.

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".

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.

What a bunch of clowns.

Does anyone want sprite fonts? Here's a starter pack.

Good luck assembling it, and modify it any way you want.

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

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

First you draw parts, then program a rig for animation.

I need to work on the "What does this guy actually do" part.

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).