MCPcopy Index your code
hub / github.com/Raicuparta/rai-pal

github.com/Raicuparta/rai-pal @v0.20.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.20.2 ↗ · + Follow
575 symbols 1,560 edges 160 files 7 documented · 1%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Rai Pal

Raicuparta's VR mods

rai-pal

Download for Windows

Download for Linux

What's this?

A tool that helps you use and make universal game mods. That means mods that aren't made for any specific game, but work across multiple games, usually of the same game engine. Some features:

  • Auto-find installed games from supported providers.
  • Auto-find owned (but not necessarily installed) games from supported providers.
  • Detect relevant information about each game, such as their game engine.
  • Easily install/run the correct version of universal mods.
  • Easily update universal mods.

Automatically finding games

Rai Pal analyzes files on your system to determine which games you own, and which games you have currently installed. There's some guesswork involved in this, especially since Rai Pal tries to give you this information as quickly as possible, without the need to log in with each provider's account. Here is how Rai Pal handles finding games from each provider:

Provider Installed games Owned games Notes
Steam ✅* Owned games based on Steam cache, may show weird stuff. Recreating Steam cache helps.
GOG
Epic
Itch ✅* Does not include games from bundles, unless you add them to your library. There are scripts for adding all games from a bundle to your library, but they're slow and not recommended by the Itch team.
PC Xbox ✅* Only finds installed games marked as moddable (the ones where you can open the game files folder via the Xbox app)

For all other providers, you'll have to manually add the games to Rai Pal using the "add game" button on the installed games tab, or by just dropping the game exe on the Rai Pal window.

Game engine detection

Rai Pal also uses a few different methods for detecting game engines. There's a lot of guesswork here as well. For installed games this is usually pretty straightforward, but for owned games it involves using remote sources, and often going by the game's name. Here is how Rai Pal handles detecting the game engine from each provider:

| Provider | Engine

(installed games) | Engine version

(installed games) | Engine

(owned games) | Engine version

(owned games) | | -------- | --------------------------- | ----------------------------------- | ----------------------- | ------------------------------- | | Steam | ✅ | ✅ | ⭐ Great guess | 👍 Good guess | | GOG | ✅ | ✅ | 👍 Good guess | 👍 Good guess | | Epic | ✅ | ✅ | 🤏 Decent guess | 🤏 Decent guess | | Itch | ✅ | ✅ | 🤏 Decent guess | 🤏 Decent guess | | PC Xbox | ✅ | Unity only | 👎 Not available | 👎 Not available |

UEVR

Rai Pal can make it easier to use Praydog's UEVR, a universal VR mod for Unreal Engine games. Here are some of the fun activities Rai Pal can help you with:

  • Find all the Unreal Engine games in your Steam library (even the ones you haven't installed yet).
  • Automatically find installed Unreal Engine games (supports Steam, GOG, and Epic, more to come later).
  • Detect the Unreal Engine version of games you have installed.
  • Download and auto-update UEVR.
  • Launch UEVR for a specific game, so you don't need to select the game process in the UEVR menu.

License

Rai Pal
Copyright (C) 2024  Raicuparta

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 318
Method 128
Class 86
Interface 24
Enum 19

Languages

Rust76%
TypeScript24%

Modules by API surface

backend/tauri-app/src/main.rs38 symbols
backend/core/src/game_providers/steam/steam_shortcut.rs19 symbols
backend/core/src/local_database/game_database.rs18 symbols
backend/core/src/user/auth.rs17 symbols
scripts/fix-appimage-symlinks.js16 symbols
backend/core/src/mods/game_mod.rs15 symbols
backend/core/src/local_database/mod_database.rs13 symbols
backend/core/src/game_providers/heroic_gog_provider.rs13 symbols
backend/core/src/game.rs13 symbols
backend/core/src/app_paths.rs13 symbols
backend/core/src/path_extensions.rs12 symbols
backend/core/src/game_providers/gog_provider.rs12 symbols

For agents

$ claude mcp add rai-pal \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page