Skip to content

Character controller improvements #43

Description

@culacant

Update 06-'26:
A state machine-based character controller is set up, and has an initial working implementation for simple movement.
currently walks and jumps are in, about 20/130 total states when all is done.
Keeping this ticket for future tracking of those states.

old text:
There are currently 2 character controllers in the codebase:

  • PlayerMovement: made by Thane, functional on its own but not integrated into the game file loader so it will not play nice with the worlds loaded from RGMs.
  • PlayerMain: Made by me, its a copy of PlayerMovement with 90% of the functionality stripped out, but it does play nice with loaded worlds.

PlayerMain is animation-controlled: movement state changes are controlled by the animation system just like in Redguard. Since animations are not 100% working yet, this makes it very annoying to make it do stuff, but some small steps can be made until animations get sorted.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions