Extended Character controller

Hey everyone,

UPDATE: Project now on Github

for my advanced character controller I’ve created a new project over at Launchpad.net Github. If you ever have the need for a character controller, try it, it’s simple to use and has plenty of features.

Currently it supports:

  • Walking/Running
  • Sprinting
  • Jumping
  • Climbing
  • Wall run
  • Ledge grab
  • P3D integrated physics
  • first person camera system
  • third person camera system
  • centralized script to configure most parameters

Find the Project at:
https://launchpad.net/extended-char-controller

1 Like

Time for some updates!

Simple installation

The extended character controller is now available on PyPi:

New Home

Also it has found a new home on Github since it's simpler to push new releases on PyPi.

New Features

Besides lots of bugfixes, some new features have been implemented.
  • Gamepad support and simple device mapping
  • Configs moved to JSON file
  • Upward stairways step handling
  • Detailed manual
4 Likes