A dedicated mod manager for Barotrauma, built with Tauri, Vue 3, and TypeScript. This application helps you manage your Barotrauma mods with ease, allowing you to install, update, and organize your mods through an intuitive interface.
- Mod Management: Install, update, and remove Barotrauma mods
- Profile System: Create and manage mod profiles for different gameplay experiences
- Steam Workshop Integration: Download mods directly from the Steam Workshop
- Drag & Drop Organization: Easily reorder your mods with drag and drop functionality
- Frontend: Vue 3 + TypeScript + Vite
- Backend: Rust (Tauri)
- Communication: Protocol Buffers (protobuf)
- Mod Distribution: SteamCMD integration
- Clone the repository
- Install dependencies with
pnpm install - Run the development server with
pnpm dev
src/- Vue frontend codesrc-tauri/- Rust backend codeproto/- Protocol Buffer definitionsscripts/- Build and generation scripts
