This framework serves as the prerequisite code base for installing new skills for Geralt. As a developer, you will be able to quickly implement additional skills without worrying about hooking up all the pipes. As a gamer, you will benefit from a simplified install experience that allows for multiple custom skills to coexist without needing ultra-nasty Script Mergers.
- Install custom skills with skill tree icons support
- Allow enable/disable of custom skills
- Selective clean uninstall of custom skills without breaking skill trees
- Dynamic custom skill tooltips based on custom mod menu values (no need to hardcode into xmls)
- Console command debugging of custom skills
- Simultaneous multiple custom skills support!
- Hook up your custom skill to Custom Skills Framework
- Program the custom skill's behavior logic
For a detailed guide on how to use this framework, please see the Wiki page.
- Copy
modCustomSkillsFramework
to<Witcher3 Install>\Mods\
- Copy custom skill mod to
<Witcher3 Install>\Mods\
- Script Merger
- In-game menu for custom skill, set the enable option to on
Every skill needs to be a unique SSkill. This list catalogs currently used SSkills.
Custom Skill | SSkill | CName | Author | Link |
---|---|---|---|---|
modReflexes (Reflex Blast) | S_Magic_s25 | magic_s25 | cvax | NexusMods / GitHub |
modPhoenixRage | S_Magic_s26 | magic_s26 | cvax | NexusMods / GitHub |