Game
Rock Beyond Time
4 years ago

Why does this game need a game controller?


Hi. If you're new here, I'm making a game called Rock Beyond Time. It's designed with an XInput game controller in mind.

Why?

Well, first off, I was considering selling this for real consoles. I'll probably do that much later, but for now, the game will be a free HTML5 game.

Secondly, I didn't consider touchscreens.

However, I have the common courtesy of adding keyboard support, in the style of '90s Shareware games. That's why you move with the Arrow keys and use A/S/D/Shift/Z/X/C for the buttons.

whitecontroller.png

So... what are the controls?

Left Stick/Control Pad (Arrow keys) - Move Player

  • You know why. Players gotta move.

Right Stick (I/J/K/L) - Move second character

  • Since we can't guarantee two players with two controllers, I've made it possible to move your partner around if there's no Player 2.

Bottom Face Button (Z Key) - Jump

  • ...doesn't work over little rocks or other solid objects, but it's effective against bad guys.

Left Face Button (X Key) - Attack

  • You'll be using this one A LOT.

Right Face Button (C Key) - Talk/Run/Pick Up/Throw

  • Expect to talk to a LOT of NPCs.

  • If you want to throw certain objects, you must move while holding it over your head. If you want to set it down, DON'T MOVE.

  • You can only run if you're moving. If you want to run without throwing an item, push the Right Shoulder button.

Top Face Button (V Key) - Use Equipped Item

  • Heal, use magic, or do the time warp if you have the right item equipped.

Left Trigger/Right Trigger (A/S Keys) - Change Equipped Item

  • You can switch between healing items, magic rings, and even NO item to avoid any item misuse.

Left Shoulder Button (Shift) - AI Control

  • This is its own bag of worms. While holding the trigger down, push a direction to determine whether or not a character will follow, not follow, attack, or not attack.

  • Used for single-player, mostly.

  • Up/Down on Left Stick - Follow/Don't Follow

  • Left/Right on Left Stick - Attack/Don't Attack

  • You can just tap it to get your AI-controlled buddy to just follow you.

Right Shoulder Button (D Key) - Run

  • If you want to run without dropping something, use this.

Select Button (Spacebar) - Switch Characters

  • If you have a second controller, this lets the other player jump in/drop out of the play session.

Start Button (Enter) - Pause Menu

  • Contains Minimaps, stats, an item menu, options, and the Save feature.



0 comments

Loading...

Next up

I was considering releasing the expansion today, but then I found a lot of bugs I should've spotted in the original build, and I made the minimap do extra stuff for said expansion.

Don't worry, it'll be out by tomorrow night.

Behold, blending vertex positions!

Old position + ((number between 0 and 1) * the difference between the old and new position)

This took so much math, it hurts. ...not the CPU, but it sure hurts me to do.

...and I've got four more angles to do this with.

He's coming back. ...but just this once.

There. Another hand angle. It shouldn't have taken me this long, but this isn't my day job.

If I know what I'm doing, I can flip most of that hand, easily.

Part of the expansion involves a cute little fight right here. ...in space for no apparent reason.

...too bad it won't be as epic as the final boss, but still...

I hope you appreciate what I go through for pointless details like this.

I don't plan on going this crazy too much, though.

I want to do a magic trick that can morph the polygons from one position to the next. I'm doing the keyframes first, then I'll make them automatically do in-betweens with math.

Drawing fingers in perspective is hard, but it'll be worth the effort.

The hands have now been drawn.

Now, I'd better program something that does the math for me to do that polygon-blending trick.

Just a reminder. It's coming on the 16th, assuming nothing goes wrong.

The arms are done.

Now, let's see if adding wings is too much...