-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This is a guide for developing with the Custom Skills Framework.
Custom Skills Framework is a framework for installing new skills for Geralt. Traditionally installing/uninstalling skills was achieved through a byproduct of using cleardevelop
. Unfortunately this approach had unintended side-effects like wiping your character's skill point allocations and XP levels. This framework aims to provide your users with the best install/uninstall experience without the consequences and annoyances of cleardevelop
. It also aims to significantly streamline the development experience of custom skills by wiring up all the required components for you.
This guide is intended for developers. It will try and walk you through the steps of creating a custom skill of your own, but the best explanation may still simply be to view the code of my custom skills.
Though this framework tries to do as much for you as possible, there are still several things you as the developer need to finish on your own.