DECtalk text-to-speech in Content Warning.
- Get the latest version of R2ModMan.
- Set it up, and find the latest version of AeiouContent on Thunderstore.
- Install the SimpleChat mod.
- Go to the Releases page and download the latest version. The filename will be something along the lines of
juanjp600-AeiouCompany-*.zip
. - Extract the downloaded file into its own folder in your
BepInEx/plugins
folder.
- Get the latest version of Visual Studio, or your .NET IDE of choice. You'll need at least .NET 8.
- Clone this repository, then set up the SharpTalk submodule with
git submodule init
followed bygit submodule update
. - Go to where Content Warning is installed, and copy the contents of
Content Warning_Data/Managed
intoAeiouContent/Dependencies
. - Copy
CWChat.dll
from SimpleChat intoAeiouContent/Dependencies
. - Build
AeiouContent
.
- ArbiterBibendi for creating AEIOUCompany, which I used as a base to create this mod.
- maysunrise for creating SimpleChat, which this mod hooks into.
- its_soupgirl for making the icon for this mod.
- kylerifqi for reporting a bug caused by Steam Audio being removed from the game.