Skip to content
forked from trumank/mint

Unreal Engine mod loader and integration

Notifications You must be signed in to change notification settings

iriscats/mintcat

 
 

Repository files navigation

MINTCAT

Logo

Introduction

MintCat is a Deep Rock Galactic mod loader and integration tool. It is built with Rust and Tauri, and the frontend is built with React and Typescript.

Features

1. Mod Management:

  • Add mods from mod.io
  • Add mods from local files
  • Update mods
  • Mod rename
  1. mod.io Search, Download, Update

Architecture

  1. Frontend: React + Typescript + Vite + AntDesign
  2. Backend: Rust + Tauri

Tuari 2.0

https://v2.tauri.app/start/

AntDesign

https://ant-design.antgroup.com/index-cn

Modio RESTful API

https://docs.mod.io/restapiref/#getting-started

Build & Dev

pnpm install 
pnpm tauri dev

Publish

./release.sh

App Path

Config Path

Windows: 
C:\Users\bytedance\AppData\Roaming\com.mint.cat

macOS:
~/Library/Application Support/com.mint.cat

Log Path

Windows: 
C:\Users\Alice\AppData\Local\com.mint.cat\logs

macOS:
~/Library/Logs/com.mint.cat

Cache Path

Windows: 
C:\Users\Alice\AppData\Local\com.mint.cat\

macOS:
~/Library/Caches/com.mint.cat

About

Unreal Engine mod loader and integration

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 70.7%
  • Rust 27.9%
  • CSS 1.1%
  • Other 0.3%