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

v0.3.0 - Hotfix

Compare
Choose a tag to compare
@Batcastle Batcastle released this 23 Dec 22:43
· 26 commits to master since this release
8cef244

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.