Skip to content

bobloy/MewVoice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MewVoice

Create, share, and install custom cat voice packs for Mewgenics.

mewvoice.com  |  GitHub Releases  |  NexusMods


What is MewVoice?

MewVoice is a community toolset for creating and managing custom cat voice packs for Mewgenics. It consists of three parts:

  • Web app (mewvoice.com) — record or upload audio clips, build voice packs in the browser, and browse the community library
  • Desktop app — install and manage voice packs locally, compatible with the Mewtator mod loader
  • Cloudflare Worker API — backend for the community library (pack storage and hosting)

Getting Started (End Users)

  1. Go to mewvoice.com to build a voice pack or download one from the community library
  2. Install the MewVoice Desktop app — also available on NexusMods
  3. Install Mewtator if you haven't already
  4. Import your ZIP into the desktop app and launch the game

Development

Prerequisites

Web client

cd client
npm install
npm run dev

Cloudflare Worker

cd worker
npm install
npx wrangler dev

Desktop app

cd desktop
npm install
npm run dev

Architecture

Directory Purpose
client/ React + Vite web app
worker/ Cloudflare Workers API (Hono + R2 + D1)
desktop/ Tauri desktop app
unpacked/ Extracted game assets for reference (not shipped)

Distribution

The desktop app is released via GitHub Releases and NexusMods. The web app and API are deployed to Cloudflare.

About

Mewgenics mod and website

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •