Rival Engine — The Next-Gen Modding Tool (2025)

Rival Engine — The Next-Gen Modding Tool (2025) v2025.7.0

No permission to download
  • Make your voice heard! Vote for your favorite Game of the Year 2025 Here! by the 4th September.
Platforms
Windows & Mobile

Rival Engine v2025.7.0 — Cross-Platform + Manifest Support​


This release delivers an operational, file-based mod manager for Windows and macOS, plus a mobile PWA companion. It also adds manifest-aware installs for clean, predictable file placement.

What’s new​

  • Cross-platform desktop app (Windows + macOS)
  • Manifest support (mod.json) for explicit file mapping
  • Operational ZIP install: copies into bound game directory
  • Automatic backups before overwrite, with one-click restore
  • Safe extraction (blocks path traversal; ignores docs)
  • PWA companion for mobile (manage/pair; not for applying mods)

Download​

Attach the new all-in-one package:


SHA256: 397cc69fabca08cec0ef094fd192fd772762930105e29f147900c4e6036c8eb4

Setup​

Windows/macOS (Desktop)
Code:
cd desktop/electron
npm install
npm start
Optional bundling:
Code:
# Windows
npm run pack:win

# macOS (Apple Silicon + Intel)
npm run pack:mac
Note (macOS): the app is unsigned for testing. Use Control-click → Open the first time.

Mobile (PWA)
  1. Upload /mobile/pwa/ to your site (e.g. /apps/rival-engine/)
  2. Open that URL on your phone → “Add to Home Screen”

Using mod.json​

Place a mod.json at the ZIP root to map files:
JSON:
{
  "name": "Cinematic Pack",
  "version": "1.0.0",
  "maps": {
    "Paks/Mod_Cine_P.pak": "BlackMythWukong/Content/Paks/~mods/Mod_Cine_P.pak",
    "reshade.ini": "reshade.ini"
  }
}
• Keys = paths inside the ZIP.
• Values = relative paths under the bound game directory.
• Non-mapped files fall back to folder-relative placement.

Important​

Rival Engine is intended for single-player / offline modding. It does not patch live memory or interact with anti-cheat.
file_00000000dc406246b9a4fe4c0101f632.png


16924.png


16925.png


16926.png


16927.png
Author
Brad P
Downloads
1
Views
79
First release
Last update

Ratings

0.00 star(s) 0 ratings

Latest updates

  1. Rival Engine v2025.7.0 — Cross-Platform + Manifest Support

    Rival Engine v2025.7.0 — Cross-Platform + Manifest Support This release delivers an...
  2. Rival Engine Update — v2025.4.1

    We’ve pushed a major new update to Rival Engine with big improvements: Auto-detect support —...
  3. RivalEngine_Release_2025 Pro

    Rival Engine — Power Your Games, Your Way. Rival Engine is Rival Gaming’s next-generation...