Venomaus-SODCommon icon

SODCommon

A common library for SOD mods.

Last updated 11 hours ago
Total downloads 13511
Total rating 2 
Categories Libraries
Dependency string Venomaus-SODCommon-2.0.0
Dependants 15 other packages depend on this package

README

SOD.Common

Overview

Welcome to SOD.Common! This library provides a comprehensive set of helper classes and extensions to enhance your modding experience for the game "Shadows of Doubt."

Current target: IL2CPP Branch

Table of Contents

Features

  • Extensive Helper Classes: This library includes a wide range of helper classes to simplify common modding tasks in Shadows of Doubt.

  • Useful Extensions: Take advantage of useful extensions designed to streamline your mod development process.

  • Compatibility: The library is designed to be compatible with the latest version of Shadows of Doubt.

Thunderstore

The official thunderstore page can be found here: SOD.Common

Setting up your mod manifest with SOD.Common:

Setup SOD.Common as a dependency to your mod using the correct dependency string:

"dependencies": ["Venomaus-SODCommon-VERSION"]
// Example:
"dependencies": ["Venomaus-SODCommon-1.1.0"]

Modding

To install SOD.Common for use during your mod development, you can install the nuget package of the latest build. You can find the latest nuget package here: SOD.Common Nuget Packages

Documentation

All the documentation about the features and extensions can be found on the wiki.

Contributing

To contribute to the library, take a look at CONTRIBUTING.

Releases

  • Main: Contains the current public stable release available on Thunderstore.
  • Develop: Contains the latest additions and bugfixes.

When a new public stable release is created it will also be tagged with the version number.

License

This project is licensed under the MIT License