Skip to content

[Request] Additional Player Actions #55

Open
@meghapants

Description

@meghapants

Hi,

First of all, thanks for making this awesome platformer controller! I'm pretty new to programming but I've been able to deconstruct a fair amount of what you've done with it and it has been a fantastic starting point. It's very smooth and feels great.

I've been trying to implement a few of my own features but because of my limited programming experience I've been struggling a little bit. This is what I've been hoping to add:

-Sprinting
-Picking Up
-Throwing
-Crouching
-Rope swinging

I think I've been making some progress on sprinting, because it's the same principal idea as moving, just faster. Same goes for crouching really, but half movement speed. The biggest challenges I'm facing are picking up, throwing, and swinging.

The ladder script has given me a good basis for ropes, but it's very stationary. Ideally I'm trying to have the player throw an object to a hook on the wall, then jump onto the rope and be able to swing from side to side, and climb up and down on the rope.

I've determined the easy parts - creating new motor states and receiving the proper input for the required actions. With the combination of scripts I'm just a little lost trying to figure out how they all work together. Even just some direction on where to work these new features in would be greatly appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions