You are viewing a potentially older version of this package.
View all versions.

CustomDictionaryLoader
A library for adding new valid words by loading custom dictionaries.
Date uploaded | 2 weeks ago |
Version | 1.0.0 |
Download link | WordPlay-CustomDictionaryLoader-1.0.0.zip |
Downloads | 8 |
Dependency string | WordPlay-CustomDictionaryLoader-1.0.0 |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
CustomDictionaryLoader
This mod is a library that loads custom dictionaries, which will add new words to the valid word list.
Creating a Custom Dictionary
- Create a .txt file
- Add words to it, separated by new lines
- Put it inside "BepInEx/plugins/CustomDictionary/"
- Zip it up with an icon.png, README.md, and manifest.json file (https://wiki.thunderstore.io/mods/creating-a-package)
Credits
Programming by 753.
CHANGELOG
v1.1.0 Manual Custom Words Config
- Add a config option to allow users to manually add custom words (which will be synced by profiles)
v1.0.1 Fixes
- Add a link to a template in the README
- Fix typos
v1.0.0 Release
- Loads custom dictionaries
- Config options for overwriting the original word list and loading a dictionary from the AppData path