Skip to content

An Open-Source EscapeTheBackrooms Mod Installer made with JavaScript and Rust

License

Notifications You must be signed in to change notification settings

lu2000luk/ETBRocket

Repository files navigation

ETB Rocket

This CURRENTLY IN BETA mod installer will simplify the process of installing EscapeTheBackrooms mods with a mod hosting system and nexus integration for the authors that want to stick with them (I understand). Lots of features are still missing so dont expect much. Plans for social integrations, profiles (packs) & in-game inegrations are scheduled for past stable. The app is made with a SvelteKit (TS, Tailwind & Bits UI) frontend and a (scuffed) Rust backend. Contributing to the project whould be actually amazing, expecially for the Rust side.

Ignore the fact that my code sucks (;

Download the app

If you are on the ETB Modding Discord you can get the release link from the #project-releases channel. You can find the releases in the Releases tab on the github repository side. Click on Tags and select the version you want. Download the .MSI installer

Building the app by yourself

⚠ Only do this if you dont trust the direct .MSI or you want to help me develop ETB Rocket. Building the app is not easy for non-developers.

Step 1: Download repo (Possibly the Release Branch)

Step 2: Install Rust, NodeJS (comes with NPM) and PNPM

Step 3: Open the terminal in the repo's root and run "pnpm i"

Step 4: In the terminal type "pnpm tauri build"

Then you'll suffer for my shitty code but it should build the app, for any questions ask on Discord or make an Issue (You might need to disable the antivirus to build, check tauri's ds for an exaplanation)

For the ones that understand JS package managers & runtimes PNPM should not be necessary but to avoid any errors, since i use it, i suggest using it but it should also work with NPM, Yarn and Bun (The runtime should be supported)

Github Actions will also build the app for you automatically when i merge to the release branch

Nexus Mods ZIP Format

Docs at https://etbr.linkh.at/zip-format or Direct Link