Marioalexsan-AtlyssJint icon

AtlyssJint

Provides a JavaScript scripting engine via Jint.

Last updated a month ago
Total downloads 6515
Total rating 0 
Categories Libraries Misc
Dependency string Marioalexsan-AtlyssJint-0.1.1
Dependants 4 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

AtlyssJint

This is a barebones wrapper mod that simply provides Jint as a dependency. Jint is a JavaScript interpreter for .NET, allowing you to add custom scripting via JS.

What exactly you use it for is up to you. To understand how to use Jint, take a look at its README.

The included Jint version is 4.3.0. You can reference it within your projects via a PackageReference, however you should avoid actually packaging it within the Thunderstore package. Instead, let this mod provide the dependency, and add a [BepInDependency("Marioalexsan.AtlyssJint")] attribute to your plugin so that it loads after the dependency is loaded.

You can reference this in your mod projects using the BepInEx repository configuration, plus a PackageReference for the plugin.