blob: 8a3af729baf845ee4a3d8cecbd70682d9f6ae83f (
plain)
1
2
3
4
5
6
7
8
|
+++
title = 'Dynamic Character'
date = 2023-10-22
[extra]
cover = 'dynamic-character-controller.png'
youtube_id = '-jUsBK2qTaQ'
+++
This is an in-progress character controller inspired by *Dishonored*, *Dark Messiah*, and *Thief*. It is fully physics based and interacts with the engine. It navigates steps and slopes, has a swimming system, a dynamic crouching system, a climbing system, a sliding system, and several other components. The project also contains a saving system which can serialize the level and its physics objects, supporting completely re-ordering the scene tree, spawning in objects and deleting them. It was made using [Godot](https://godotengine.org/).
|