YapYapDutchLanguage
yapyap dutch supportYapYapDutchLanguage
Adds full Dutch speech-recognition support to YAPYAP using the YapYapMoreLanguages system.
What this mod does
- Adds Dutch as a selectable voice language in-game.
- Bundles a Dutch Vosk model and command localisation file.
- Serves as a simple example for making your own language mod.
Requirements
- YAPYAP with BepInEx 5.
YapYapMoreLanguages(installed automatically by most mod managers).
Installation
-
With a mod manager (recommended)
Just installYapYapDutchLanguage. Dependencies likeYapYapMoreLanguageswill be pulled in automatically. -
Manual install
- Install BepInEx 5 for YAPYAP.
- Install
YapYapMoreLanguages(see its page for instructions). - Copy this mod’s
BepInExfolder into your YAPYAP game directory and merge/overwrite when asked.
Start the game and pick Dutch in the YapYap language settings.
For modders
This mod shows a minimal setup for adding a new language with YapYapMoreLanguages:
- Vosk model:
BepInEx\plugins\GOOGNA_DEV_SQUAD-YapYapDutchLanguage\mod\Models\... - Localisation file:
BepInEx\plugins\GOOGNA_DEV_SQUAD-YapYapDutchLanguage\mod\Localisation\dutch.txt - Language registration:
BepInEx\plugins\GOOGNA_DEV_SQUAD-YapYapDutchLanguage\mod\yapyap_custom_languages.json
You can copy this structure and adapt it for your own language.
License
See LICENSE.
