• Stars
    star
    106
  • Rank 324,074 (Top 7 %)
  • Language
    C#
  • License
    MIT License
  • Created about 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A mod manager for Divinity: Original Sin - Definitive Edition.

LaughingLeader's Divinity Mod Manager

A work-in-progress mod manager for Divinity: Original Sin 2 - Definitive Edition.

Setup

  1. Run the game once if you haven't already, so a profile and the mods folders get created.
  2. Make sure you have Microsoft .NET Framework 4.7.2 installed
  3. Grab the latest release.
  4. The Divinity Mod Manager is portable, so extract it wherever you wish.
  5. Upon opening the program, pathways to the game data and exe should be automatically detected. If this fails, you can manually set the pathways in Settings -> Preferences.
  6. Organize your active mods for a given profile, then click the first export button (Export Load Order to Game), or click File -> Export Order to Game, to export your active load order to the game. Exporting Load Orders

Current Features:

  • Reorganize mod load orders with a quick drag-and-drop interface. Allows reordering multiple mods at once.
    • View details about each mod, including the description and dependencies.
  • Save your mod load orders to external json files for sharing or backing things up.
  • Export your active mod order to various text formats (i.e. a spreadsheet). These formats will include extra data, such as the mod's steam workshop url, if any.
  • Filter mods by name and properties (author, mode, etc.).
  • Export load order mods to zip files (including editor mods), for easier sharing of a playthrough's mods between friends.
  • Import load orders from save files.
  • Shortcut buttons to all the various game-related folders (mods folder, workshop folder, game directory, etc).
  • Dark and light theme support.

Steam Workshop Support

  • View pending Steam Workshop mod updates and update with a few clicks.
  • Filter mods by Steam Workshop tags. Mods can also specify custom tags in their meta.lsx file.
  • If a mod has a Steam Workshop page, you can open this by right clicking the mod and selecting "Open Steam Workshop Page".
    Opening a Workshop Page with Right Click

Script Extender Support

Norbyte's Script Extender (ositools) allows mods to mod the game even further, and is required by many newer mods. The Divinity Mod Manager makes this easier to install and configure with the following features:

  • Install the Script Extender with a few clicks (Tools -> Download & Install the Script Extender).
  • Configure Script Extender settings in Settings -> Preferences -> the Script Extender tab.
  • See if mods use or require the script extender.

Features for Mod Authors

  • Extract selected mods with a few clicks. Useful for mod authors, or those wanting to study mod files for learning.
  • Copy a mod's UUID or FolderName in the right click menu. Useful for if you're setting up Ext.IsModLoaded checks with the script extender, for mod support.
  • You can specify custom tags in your project's meta.lsx (the "Tags" property"). Seperate tags with a semi-colon, and the mod manager will display them.

Custom Tags

Notes

  • Divinity Engine 2 (editor) projects are highlighted in green. They can be used in the load order like regular mods, and even exported to zip files.
  • New profiles must be made in-game. You should also run the game at least once, so all of the game's user folders are created.
  • Highlight over mods to see their description and list of dependencies. Red dependencies are missing dependencies.

Links

Support

If you're feeling generous, an easy way to show support is by tipping me a coffee:

Tip Me a Coffee

All coffee goes toward fueling future and current development efforts. Thanks!

Building From Source

External Libraries

Credits

More Repositories

1

WeaponExpansion

Adds a plethora of new weapons, including katana/odachi, quarterstaffs, offhand melee wands, runeblades, throwing weapons, dual shields, firearms, tons of unique items, and more! Additionally adds a mastery sytem and menu, allowing you to grow your ability to wield specific weapon types as you use them in battle. Requires the script extender.
Lua
11
star
2

PartySizeEvolved

Party Size Evolved is a quality-of-life mod that increases the default party size limit to 6, with the option to configure it higher or lower.
ActionScript
9
star
3

LeaderLib

A core library mod used to provide common functionality to other mods.
Lua
9
star
4

IncreasedFontSizes

A guide for scaling font sizes for Divinity: Original Sin 2 - Definitive Edition.
7
star
5

DivinityModdingReferences

Modding information for Divinity: Original Sin 2 - Definitive Edition.
5
star
6

dos2de_collada_importer

An addon for Blender 2.79 that allows you to import dae/gr2 files for the game Divinity: Original Sin 2 - Definitive Edition.
Python
5
star
7

dos2de_collada_exporter

A blender addon for exporting collada/granny files for Divinity: Original Sin 2 - Definitive Edition.
Python
5
star
8

ToggleSprintDefinitiveEdition

A quality-of-life mod that features fully-customizable running speeds for both the party and NPCs.
Lua
4
star
9

DebugTools

Adds a debug menu and various skills to help with testing mods in a live environment.
Lua
3
star
10

DOS2-Notepad-Plus-Plus-Languages

Notepad++ user-defined languages for Divinity: Original Sin 2 modding.
3
star
11

PartyAIControl

Allows you to toggle AI control for party members and summons through the in-game context menu.
Lua
2
star
12

dos2de_bullet_exporter

Blender addon that exports bullet/bin files for Divinity: Original Sin 2.
Python
2
star
13

Toggle-Sprint

A mod for Divinity: Original Sin 2 that adds a sprint ability that can be toggled.
1
star
14

Civil-Auras

A mod for Divinity: Original Sin 2 that adds abilities for sharing civil ability bonuses with party members.
1
star
15

ExampleMod_DialogGold

A mod that demonstrates how to check and exchange gold, through dialog, via dialog variables, script flags, and a story script.
1
star