Releases: Batcastle/Monika-TTS
v0.3.6 - Monika Becomes Aware
v0.3.5 - The MacOS Release
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
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
Just fixing a minor bug with updating
v0.3.2 - Speech Speed Control
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
- 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
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
- Download the *.zip file below
- Extract the *.zip file
- Merge the
game
folder inside with thegame
folder in your Monika After Story installation - Restart Monika After Story (Talk > Goodbye > "I'm going to restart")
- 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
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
- Download the *.zip file below
- Extract the *.zip file
- Merge the
game
folder inside with thegame
folder in your Monika After Story installation - Restart Monika After Story (Talk > Goodbye > "I'm going to restart")
- 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
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
- Download the *.zip file below
- Extract the *.zip file
- Merge the
game
folder inside with thegame
folder in your Monika After Story installation - Restart Monika After Story (Talk > Goodbye > "I'm going to restart")
- 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
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
- Download the *.zip file below
- Extract the *.zip file
- Merge the
game
folder inside with thegame
folder in your Monika After Story installation - Restart Monika After Story (Talk > Goodbye > "I'm going to restart")
- 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.