Skip to content

SilkModding/Silk

Repository files navigation

Logo

GitHub stars GitHub issues Discord GitHub All Releases GitHub release (latest by date)

Silk Mod Loader

Silk is a mod loader for Spiderheck that allows you to easily install and manage mods for the game. It's designed to be easy to use, and it's designed to be as compatible as possible with other modding tools.

Why Silk?

In order to load mods, you need a mod loader. This one was made beacause Modweaver is a great tool for modding Spiderheck, but it's not without its issues. Modweaver is a bit of a black box, and it can be difficult to get it to work. Additionally, Modweaver is "outdated", and it can lead to mods that are not very compatible with each other. Silk is a more lightweight alternative to Modweaver. It's designed to be easy to use, and it's designed to be as compatible as possible with other mods.

How it works

Silk works by patching the Spiderheck executable at runtime. It does this by using the Harmony library, which is a library for patching .NET assemblies at runtime.

Features

Silk currently has the following features:

  • Mod loading: Silk can load mods.
  • Runtime patching: Silk can patch the Spiderheck executable at runtime.
  • Harmony patches: Silk uses the Harmony library to patch .NET assemblies at runtime.
  • Mod dependencies: Silk can detect and load mods that depend on other mods.
  • Mod versioning: Silk can detect and load mods with different versions.

Installation

To install Silk, follow these steps:

  1. Download the latest release from the repository.
  2. Extract the contents of the release to a directory of your choice.
  3. Start Spiderheck.
  4. Place your mods in the Silk/Mods directory to load them.