Skip to content

The Stats Configurator allows you to modify and customize stats by creating config files. Through the configuration file, you can change attributes like action-points costs, cooldowns of skills; gold-value, damage type of weapons; resistances and item-color of armors; resistances, talents, accuracy and dodge of characters; and many more.

License

Notifications You must be signed in to change notification settings

HunterGhost27/Stats-Configurator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stats Configurator

Divinity Original Sin 2: Definitive Edition


The Stats Configurator allows you to modify and customize stats by creating config files. Through the configuration file, you can change attributes like action-points costs, cooldowns and memory costs of skills; gold-value, damage-values and damage type of weapons; resistances and item-color of armors; talents, accuracy and dodge of characters; and many more.

Releases

Requirements

Features

Configure to your heart's desire

Users can override stats by creating json files (Default: Config.json) like so:

{
  "Projectile_Fireball": {
    "ActionPoints": 4,
    "Cooldown": 7,
    "ExplodeRadius": 10,
    "DisplayName": "BOOMER"
  }
}

Create your config-files in the Osiris Data\StatsConfigurator\ folder. - i.e. ..\Documents\Larian Studios\Divinity Original Sin 2 Definitive Edition\Osiris Data\StatsConfigurator\.

When this configuration loads, it will override Projectile_Fireball. The Fireball skill will now cost 4 ActionPoints, have a 7 turn Cooldown, explode in a 10m radius and will be called BOOMER.

Fireball-Example

Checkout more examples!

Quick Start

  1. Create/Edit Config.json in Osiris Data\StatsConfigurator\.
  2. Load Configuration from the in-game mod-menu.
  3. Rebuild ConfigData once you're happy with your edits.
  4. Broadcast your ConfigData to any peers. (Multiplayer)
  5. Verify client configs to ensure everyone is on the same page.
  6. Done - your ConfigData will automatically reload your edits whenever the game loads. Repeat the aforementioned options as necessary.
  7. Restart the game for changes to apply.

============================

READ THE EXTENSIVE DOCUMENTATION

============================

Complementary Mods

  • EXIM by Luxen - EXIM allows you to export/import and modify characters stats, skills, inventory and hotbar.
  • UI Components Library - Enables the ContextMenu option to apply configurations.

Thanks and Credits

About

The Stats Configurator allows you to modify and customize stats by creating config files. Through the configuration file, you can change attributes like action-points costs, cooldowns of skills; gold-value, damage type of weapons; resistances and item-color of armors; resistances, talents, accuracy and dodge of characters; and many more.

Topics

Resources

License

Stars

Watchers

Forks