Tutorial Old Direct Dependency - LaughingLeader-DOS2-Mods/LeaderLib GitHub Wiki
Using LeaderLib as a dependency opens up the door to a whole slew of systems and helpers that can enhance your mod, and your mod development experience.
- Systems to enhance your mod, including (but not limited to): Treasure/trader systems, an item growth system (auto-leveling items, adding deltamods after certain levels), and a follower system.
- A LeaderUpdater system that makes updating existing saves easier to manage.
- A variety of helpers, including behavior script helpers, to bridge the gap between story and behavior scripts, combat helpers, skill helpers, party/player level helpers, and more.
- Extensions to remedy missing Osiris queries, like math functions (sine, cosine, power, factorial), string functions (sorting), database functions (array/dictionary-like behavior).
- Additional ReCon commands to help with testing your mod in the editor.
- When LeaderLib pushes out an update, you'll likely want to rebuild your mod's story and upload an update as well (just like if you depend on Origins and Origins has a big update).