Chrysalis is a plugin for CRYENGINE 5.x, written in C++11, that provides a foundation of features required to create action RPG style games.
It is under constant development, moving towards a set of final goals.
Currently, most of the work needed for a walking simulator is complete or underway.
The primary goal is to provide the base functionality required by several types of games. The main focus is on making an action RPG toolkit, but there are several goals and steps along the way.
At present, I am not expecting to create a UI for any of the game features. Any teams looking to use this code will need to make their own UI, since game features tend to vary widely.
UI is a CRYENGINE feature in flux. The Scaleform implementation is getting too old to be useful, while the new UI elements aren’t quite ready yet.
In time I will ensure the base code has all the features needed to support a rich client UI, and will probably provide a simple example implementation for the most useful features.
Check our Github Repository for the latest version of Chrysalis.