Hollow Knight: Silksong

Details

Last Updated
3 weeks ago
First Uploaded
3 weeks ago
Downloads
1.7K
Likes
1
Size
44KB
Dependency string
silksong_modding-Modlist-0.2.0
Dependants

Categories

Silksong.Modlist

A modlist for Silksong. That's it!

For Developers

Mods that can be used for cheating in a difficult-to-detect way are encouraged to hard-depend on Silksong.Modlist to add an extra obstruction to cheating in speedruns.

To do so, add a dependency on Modlist to the plugin definition (and update thunderstore.toml appropriately):

[BepInAutoPlugin(id: "your_mod's_guid")]
[BepInDependency("org.silksong-modding.modlist")]  // Add this line!
public class YourPlugin : BaseUnityPlugin 
{
    ...
}
# dependencies are specified in the format AuthorName-PackageName = "version". You should always have at least BepInExPack_Silksong.
[package.dependencies]
BepInEx-BepInExPack_Silksong = "5.4.2304"
silksong_modding-Modlist = "0.2.0"  # Add this line!

Note that this will prevent your mod from loading without Modlist enabled - this is intentional.

Thunderstore development is made possible with ads. Please consider making an exception to your adblock.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.