Unlocking enemy abilities with the console
There are a lot of abilities coded into the base vanilla game that are used by enemies. Almost all of these are fully functional for our own characters, albeit a bit wonky at times. They can be unlocked with the console following these instructions:
What you need:
- Norbyte Script Extender, search the guide section of steam for this.
- Script Extender Console enabled
- Skill names
If you search "Norbyte script extender steam" on Google, you will find an installation guide. Follow the guide.
Enable console
After installing norbyte, browse to this folder on your computer:
C:\Program Files (x86)\Steam\steamapps\common\Divinity Original Sin 2\DefEd\bin
create a file called: OsirisExtenderSettings.json
Add this line to the file and save it:
{
"CreateConsole": true
}
When you run the game, a console opens alongside it.
Adding skills
The command to add skills is:
CharacterAddSkill(CharacterGetHostCharacter(), "SKILL_HERE", 1)
An example would be: CharacterAddSkill(CharacterGetHostCharacter(), "Projectile_Kraken_LaunchUndead_Kemm", 1)
A full list can be found on this pastebin I assembled:
https://pastebin.com/6tAfZvH1
Other Videos By Shiki Ryougi
Other Statistics
Divinity: Original Sin II Statistics For Shiki Ryougi
Shiki Ryougi currently has 97,823 views spread across 51 videos for Divinity: Original Sin II. Divinity: Original Sin II has approximately 1 hour of watchable video on his channel, or 16.20% of the total watchable video on Shiki Ryougi's YouTube channel.