This repository has been archived by the owner on Aug 11, 2022. It is now read-only.
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.