Update README.md
This commit is contained in:
parent
6313f36a6f
commit
a1dbd817f7
58
README.md
58
README.md
@ -1,7 +1,57 @@
|
||||
# Tauri + React + Typescript
|
||||
# RLidentity v2.0.0
|
||||
|
||||
This template should help get you started developing with Tauri, React and Typescript in Vite.
|
||||
> **Be anyone, Win everything.**
|
||||
|
||||
## Recommended IDE Setup
|
||||
RLidentity is a modern, high-performance identity management tool for Rocket League. It features a sleek, glass-morphism GUI built with Tauri and React, backed by a powerful C++ injection system.
|
||||
|
||||
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
|
||||

|
||||
|
||||
## Features
|
||||
|
||||
* **Identity Spoofing**: Change your in-game name and platform identity on the fly.
|
||||
* **Dual Platform Support**: Seamlessly switch between **Epic Games** and **Steam**.
|
||||
* **Smart Injection**: Automated DLL injection with real-time Rocket League status detection.
|
||||
* **Auto-Sync System**: The GUI automatically stays up-to-date by syncing the latest `injector.exe` and `RLIdentity.dll` directly from Gitea.
|
||||
* **Modern UI**: High-performance, transparent "Acrylic" interface with interactive tutorials and a built-in log viewer.
|
||||
|
||||
## Installation (First Time Users)
|
||||
|
||||
1. Navigate to the [Releases](https://git.rlidentity.me/bits/RLidentity/releases) page on Gitea.
|
||||
2. Download the latest `rlidentitygui_x.x.x_x64-setup.exe`.
|
||||
3. Run the installer.
|
||||
4. **Launch RLidentity**: On first launch, the app will automatically download the necessary core assets (`injector.exe` and `RLIdentity.dll`) to your `AppData/RLidentity` folder.
|
||||
|
||||
## Developer Setup
|
||||
|
||||
This repository uses a multi-branch structure to keep the codebase clean:
|
||||
|
||||
* **`gui` Branch**: Contains the Tauri/React frontend and Rust backend.
|
||||
* **`dll` Branch**: Contains the C++ source code for the DLL and the Injector.
|
||||
|
||||
### Building the GUI
|
||||
```bash
|
||||
npm install
|
||||
npm run build
|
||||
npx tauri build
|
||||
```
|
||||
|
||||
### Building the DLL
|
||||
The DLL and Injector are built using Visual Studio 2022 (v143 toolset). Ensure `MinHook` is correctly linked for the identity hooking logic.
|
||||
|
||||
## Credits & Debug
|
||||
|
||||
* **Lead Dev & Owner**: Bits
|
||||
* **Dev & Admin**: Danni
|
||||
* **Co-Owner**: Deniz
|
||||
* **Administrator**: Kairo
|
||||
* **Helpers**: Quinn, sndr
|
||||
* **Tester**: Emir
|
||||
|
||||
## 🔗 Links
|
||||
|
||||
* **Official Website**: [rlidentity.me](https://rlidentity.me)
|
||||
* **Discord**: [rlidentity.me/discord](https://rlidentity.me/discord)
|
||||
* **FAQ**: [rlidentity.me/faq](https://rlidentity.me/faq)
|
||||
|
||||
---
|
||||
*Disclaimer: Use this tool responsibly. RLidentity is not affiliated with Psyonix or Epic Games.*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user