DECTalk
the silly aeiou TTS :3
Last updated | 2 weeks ago |
Total downloads | 1221 |
Total rating | 1 |
Categories | Mods Misc Client Side |
Dependency string | DeltaNeverUsed-DECTalk-1.0.3 |
Dependants | 1 other package depends on this package |
This mod requires the following mods to function
README
DECTalk for WEBFISHING
A mod that adds DECTalk or better known as the Moonbase Alpha Text To Speech to WEBFISHING
Install
Please install from Thunderstore
Misc
The GDNative DECTalk part of this should work with other godot projects than WEBFISHING, feel free to rip that part out of this project and use it else where.
Building
DECTalkMod C#
To build the project, you need to set the GDWeavePath
environment variable to your game install's GDWeave directory (e.g. G:\games\steam\steamapps\common\WEBFISHING\GDWeave
). This can also be done in Rider with File | Settings | Build, Execution, Deployment | Toolset and Build | MSBuild global properties
or with a .user file in Visual Studio.
GDExtension
- You'll need to recursively download this repository to get the submodules in the GDExtension folder.
- Build godot-cpp for debug
- Place the proper version of DECTalk.dll into
GDExtension/dectalk/dist/DECTalk.dll
- Build with CMAKE
Godot
- Open the project
- Export PCK