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

NotNet-GDWeave-2.0.14 icon
NotNet-GDWeave

Mod loader & runtime script patching for Godot

Preferred version: 2.0.14

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

  1. You'll need to recursively download this repository to get the submodules in the GDExtension folder.
  2. Build godot-cpp for debug
  3. Place the proper version of DECTalk.dll into GDExtension/dectalk/dist/DECTalk.dll
  4. Build with CMAKE

Godot

  1. Open the project
  2. Export PCK