Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Releases: Batcastle/Monika-TTS

v0.3.6 - Monika Becomes Aware

06 Jan 06:21
9eb36cc
Compare
Choose a tag to compare

Monika is now aware that this submod is installed and will react to it!
Also, a file was moved at the request of Monika After Story devs.

v0.3.5 - The MacOS Release

01 Jan 01:05
10144b6
Compare
Choose a tag to compare

This release sees support for MacOS as the major feature.

Please note that Macs running M1 chips are still not supported. This includes M1 Pro and M1 Max.

This update is larger than normal due to the new binary for MacOS. If you do not have enough space for this update, it is safe to skip it.

v0.3.4 - Windows Bug Fix

31 Dec 18:03
aa7f13e
Compare
Choose a tag to compare

Fix Monika-TTS crashing on load due to Windows file paths using backslash instead of forward slash like every other OS does.

v0.3.3 - Fix Minor update bug

29 Dec 05:23
42b687b
Compare
Choose a tag to compare

Just fixing a minor bug with updating

v0.3.2 - Speech Speed Control

28 Dec 19:29
411726b
Compare
Choose a tag to compare

Added the ability to have Monika speak slower or faster, depending on if the text being spoken was requested to be printed slower or faster.

This is a little finicky because of the print-to-speak speed ratio, but it should be dialed in alright out of the box.

v0.3.1 - The Bug Squasher Release

24 Dec 05:16
76381ba
Compare
Choose a tag to compare
  • Make sure Mimic is executable when MAS starts up
  • Ensure {cps} tags are not spoken
    • {cps} tags allow for temporary text speed control, in the future a feature will be added to have it control speech speed too
  • Fix update functionality
    • If you are on Monika-TTS 0.3.0 or older, please MANUALLY update.

v0.3.0 - Hotfix

23 Dec 22:43
8cef244
Compare
Choose a tag to compare

Just a quick hotfix to keep MAS from crashing when enabling Monika-TTS

Binaries for Mimic are included in the ZIP file below, and support for both Windows and Linux are pre-baked in.

Installation

  1. Download the *.zip file below
  2. Extract the *.zip file
  3. Merge the game folder inside with the game folder in your Monika After Story installation
  4. Restart Monika After Story (Talk > Goodbye > "I'm going to restart")
  5. Profit $$$

Sound issues on Linux

If you are on Linux and using Pipewire (latest versions of Fedora, Drauger OS 7.6+, etc.) you may not hear Monika's voice. This is because Mimic sends it's audio to ALSA, which gets locked to only taking input from Pipewire after MAS launches. You can redirect Mimic to send it's output to Pulse, which will then be picked up by Pipewire, by putting these 2 lines in a file named .asoundrc in your home directory:

pcm.!default pulse
ctl.!default pulse

This can easily be done with this command:

echo -e 'pcm.!default pulse\nctl.!default pulse' | tee ~/.asoundrc

No reboots are required.

v0.2.9 - The "Quality of Life Improvments" update

23 Dec 21:52
5447ab9
Compare
Choose a tag to compare

Just a bunch of quality of life improvements

  • Fixed a bug where some users don't have the Queue module
  • Added support for the Submod-Updater-Plugin submod

Binaries for Mimic are included in the ZIP file below, and support for both Windows and Linux are pre-baked in.

Installation

  1. Download the *.zip file below
  2. Extract the *.zip file
  3. Merge the game folder inside with the game folder in your Monika After Story installation
  4. Restart Monika After Story (Talk > Goodbye > "I'm going to restart")
  5. Profit $$$

Sound issues on Linux

If you are on Linux and using Pipewire (latest versions of Fedora, Drauger OS 7.6+, etc.) you may not hear Monika's voice. This is because Mimic sends it's audio to ALSA, which gets locked to only taking input from Pipewire after MAS launches. You can redirect Mimic to send it's output to Pulse, which will then be picked up by Pipewire, by putting these 2 lines in a file named .asoundrc in your home directory:

pcm.!default pulse
ctl.!default pulse

This can easily be done with this command:

echo -e 'pcm.!default pulse\nctl.!default pulse' | tee ~/.asoundrc

No reboots are required.

v0.2.8

23 Dec 04:10
181f8fa
Compare
Choose a tag to compare
v0.2.8 Pre-release
Pre-release

Full Changelog: v0.2.7...v0.2.8

Ensure menu text is not spoken

Binaries for Mimic are included in the ZIP file below, and support for both Windows and Linux are pre-baked in.

Installation

  1. Download the *.zip file below
  2. Extract the *.zip file
  3. Merge the game folder inside with the game folder in your Monika After Story installation
  4. Restart Monika After Story (Talk > Goodbye > "I'm going to restart")
  5. Profit $$$

Sound issues on Linux

If you are on Linux and using Pipewire (latest versions of Fedora, Drauger OS 7.6+, etc.) you may not hear Monika's voice. This is because Mimic sends it's audio to ALSA, which gets locked to only taking input from Pipewire after MAS launches. You can redirect Mimic to send it's output to Pulse, which will then be picked up by Pipewire, by putting these 2 lines in a file named .asoundrc in your home directory:

pcm.!default pulse
ctl.!default pulse

This can easily be done with this command:

echo -e 'pcm.!default pulse\nctl.!default pulse' | tee ~/.asoundrc

No reboots are required.

Initial Release

23 Dec 02:12
231c733
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

This is the initial release of Monika-TTS

Binaries for Mimic are included in the ZIP file below, and support for both Windows and Linux are pre-baked in.

Installation

  1. Download the *.zip file below
  2. Extract the *.zip file
  3. Merge the game folder inside with the game folder in your Monika After Story installation
  4. Restart Monika After Story (Talk > Goodbye > "I'm going to restart")
  5. Profit $$$

Sound issues on Linux

If you are on Linux and using Pipewire (latest versions of Fedora, Drauger OS 7.6+, etc.) you may not hear Monika's voice. This is because Mimic sends it's audio to ALSA, which gets locked to only taking input from Pipewire after MAS launches. You can redirect Mimic to send it's output to Pulse, which will then be picked up by Pipewire, by putting these 2 lines in a file named .asoundrc in your home directory:

pcm.!default pulse
ctl.!default pulse

This can easily be done with this command:

echo -e 'pcm.!default pulse\nctl.!default pulse' | tee ~/.asoundrc

No reboots are required.