Notest-LocaleLibrary icon

LocaleLibrary

A library to add and use localizations in Content Warning in almost exactly the same way the base game does.

Last updated a month ago
Total downloads 256
Total rating 0 
Categories Libraries Vanilla Compatible BepInEx Translations
Dependency string Notest-LocaleLibrary-1.0.0
Dependants 0 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

LocaleLibrary

A library to add and use localizations in Content Warning in almost exactly the same way the base game does.

Mod Usage

Download the latest dll from the releases tab or clone and build the repo, then add it as a reference to the project. After adding it as a reference you can add it as a dependency:

[BepInDependency(LocaleLibrary.MyPluginInfo.PLUGIN_GUID)] // Make sure to specify if it's a soft or a hard dependency! BepInEx sets dependencies to hard by default.
public class YourMod : BaseUnityPlugin { // ...

Integration

For in-depth documentation, check out the documentation! Examples are included in the documentation, demos are not available at this point in time.

Additions

By itself, this does nothing! This is a library for mod developers to add translations to their mods or add translations for the base game.

Issues

If the mod is throwing an error use the github issues page and copy-paste the error in there, with a description of what is happening and what you expected to happen if applicable. Or just ping me at the Content Warning Modding Discord server!