A powerful, user-friendly Typescript CLI tool for performing visual asset swaps in Rocket League.
RLItemMod provides an interactive terminal wizard that allows you to swap in-game items (e.g., swapping a standard boost for Alpha Reward). Under the hood, it seamlessly invokes the advanced RLUPKTools Python engine to accurately parse .upk encryption, perfectly expand Name Table string offsets, and rebuild the package architecture without causing game crashes.
- Interactive Wizard: A beautiful command-line interface to search for and select your source and target items.
- Python Interop: Leverages a robust Python backend to handle complex LZO decompression, AES decryption, and binary offset shifting.
- Automated Backups: Automatically backs up original game assets before patching, with a one-click CLI restore feature.
- Item Database: Uses a built-in
items.jsondatabase for fuzzy-searching and mapping in-game item names directly to their underlying UPK files.
Swapping certain asset types is not yet fully supported and will cause Rocket League to crash on load. This is a known limitation of the current version and is being worked on. Until a fix is released, avoid swapping the following:
Thumbnails in general cause a lot of crashes, as well as bodies and goal explosions.
If a swap you attempt causes a crash, you should validate game files, and when a crash occurs on an item use the Restore backups as shown in this screenshot
- Node.js (v18+)
- Python 3.8+ (must be available in your system PATH)
npm install -g rl-item-modgit clone https://github.com/bitsfdb/RLItemMod.git
cd RLItemMod
npm install
npm run build
npm linkSimply launch the interactive wizard from your terminal:
rl-item-modOr run directly via npx:
npx rl-item-mod@latestMassive credits to CrunchyRL/RLUPKTools for making this repository possible. The advanced Python engineering for parsing and shifting Unreal Engine 3 UPK binaries was instrumental in making this project work safely.
Contact me on discord: @sfdb Or on the support server https://discord.gg/nP4GJKmnWE
MIT