You are viewing a potentially older version of this package.
View all versions.
YapYapDutchLanguage
yapyap dutch support
| Date uploaded | 6 months ago |
| Version | 1.0.5 |
| Download link | GOOGNA_DEV_SQUAD-YapYapDutchLanguage-1.0.5.zip |
| Downloads | 228 |
| Dependency string | GOOGNA_DEV_SQUAD-YapYapDutchLanguage-1.0.5 |
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.2304GOOGNA_DEV_SQUAD-YapYapMoreLanguages
YapYapMoreLanguages is a BepInEx mod for the game YAPYAP that allows players and modders to add custom languages for voice commands.
Preferred version: 1.0.9README
YapYapDutchLanguage
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.