Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

[Dev Log] Grapple

A topic by Ruby created Jul 09, 2016 Views: 292 Replies: 2
Viewing posts 1 to 3
(+3)

Hello fam.

My game for this jam is currently unnamed, so for now it will just be "Grapple". Grapple is a 3D platformer with a grappling hook where you explore levels and go really fast. There isn't much beyond that so far but I will probably put more effort into the premise later on.

The plan:

I am using Unity 3D for pretty much everything, Blender for pretty much everything else, and whatever I feel like at the time for audio when the time comes (most likely just SXFR and liberal use of the randomise button).

I'm gonna attempt to follow the 4:44 rule in this jam, which basically says that in a 48 hour jam you should spend 4 hours making the game, and 44 hours polishing it. Obviously there's more than 48 hours in this 2 week jam so that's 28 hours to make it, and a fabulous 308 hours to polish. #mirrorsheen

Host

ohhhh is this going to be momentum style gameplay?? this sounds really fun! i think your core mechanic sounds really suited to the 4:44 rule... it's very core and sounds like it may take some tweaking to get down, but it'll definitely be really rewarding to nail. best of luck!

Day 1 progress:

Spent most of the day/weekend building the movement and grapple mechanics for the player. I ended up rewriting the entire thing from scratch as the original Rigidbody based character controller I was using ended up with a lot of physics bugs that I didn't feel like spending hours ironing out, so the player now uses a Character Controller (I know, kill me). The basic mechanics for the grappling hook is that if it attaches to a surface, it will pull you in that direction until you hit a wall, or cancel it with a jump. Cancelling the grapple with your jump maintains the velocity you gain from the grapple, and gives you an extra hop in the air which lets you get some crazy distance if used right. The video below shows a pretty standard way of reaching a higher platform using a grapple jump. The little white circle thing is the current "art" for the grapple, it disappears from the platform it's lodged in when the grapple jump is triggered (which is admittedly hard to see).

https://gfycat.com/LiveYellowishBeardeddragon

The next step:

The current mechanics are basically most of what the gameplay will involve, the next step is figuring out what the use of the mechanics are, and building assets to suit the decision. I'm debating between strictly linear-ish puzzle platformer levels with well defined goals, or a couple of large open areas that the player can explore at their own pace, with little challenges placed around and possibly some larger overarching goal. Smaller levels would probably require the overall speed and craziness of the movement to be dialed down while a more open area would let me design around the currently huge amount of speed that is possible through multiple grapple jumps. I'm erring on the side of the latter.

Oh and now I have to learn how to use Blender from scratch.