Skip to content

Latest commit

 

History

History
105 lines (76 loc) · 3.75 KB

File metadata and controls

105 lines (76 loc) · 3.75 KB

RoN Mod Manager

Github top language Github language count Repository size License

Usage   |   About   |   Features   |   Development   |   Technologies   |   License   |   Author


🚀 Usage

This section is for end users who want to manage their Ready or Not mods using a clean, performant GUI.
You do not need Node.js, Rust, or any developer tools to run the application.


1. Download the Application

  • Go to the Releases page
  • Download the installer for your operating system:
    • Windows: .msi
    • Linux: .AppImage, .deb, or .rpm

⚠️ Windows Antivirus Notice
Because this is a custom-built Tauri application, some antivirus software may incorrectly flag the binary.
If this occurs, add an exception.

🎯 About

A modern, high-performance mod manager for Ready or Not. Built with Tauri and Vue, it provides a seamless experience for installing, enabling, and managing your local mods, alongside deep integration with Nexus Mods for online browsing. It uses a virtualized symlink system to enable/disable mods instantly without moving gigabytes of data.

✨ Features

✔️ Instant Toggle: Enable/disable mods via symlinks instantly
✔️ Nexus Mods Integration: Browse, search, and view stats (downloads, endorsements) directly in-app
✔️ Mod Presets: Save, load, and share collections of enabled mods via portable ZIP exports
✔️ Drag-and-Drop Installation: Drop any mod ZIP directly into the grid to install
✔️ Performance First: Optimized UI for smooth scrolling on Linux/WebKitGTK with large mod libraries
✔️ Cross-platform: Built with Tauri for native performance on Windows and Linux


💻 Development

The sections below are only required if you are developing or modifying the application.

✅ Requirements

🏁 Starting

  1. Clone the repository:

    git clone https://github.com/EvilNick2/ron-mod-manager
    cd ron-mod-manager
  2. Install frontend dependencies:

    npm install
  3. Run in development mode:

    npm run tauri dev
  4. Build:

    npm run tauri build

🚀 Technologies

📝 License

This project is under the MIT license. See the LICENSE file.

Made by EvilNick2

Back to top