Skip to content

boyoftime/bbr-manager-v3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BBR Manager V3

BBR Manager V3

The all-in-one installer and mod manager for Beach Buggy Racing

Install the game · apply save-data patches · drop in mods · one-click uninstall

Version License Platform YouTube

⬇ Download Latest Release · Features · Screenshots · How to use · YouTube tutorials


What is this?

BBR Manager V3 is a desktop companion app for Beach Buggy Racing (BBR1) on Windows. It handles every side-task around playing and modding the game — installation, save-data presets, mod drop-in, and clean uninstall — all from a single polished UI.

If you're tired of manually navigating into AppData\Packages\VectorUnit...\ or fiddling with PowerShell just to try a mod a friend sent you, this is for you.

Features

🎯 Auto-detect x64 vs ARM64 (new in v3.1)

On launch, BBR Manager reads your system's native processor architecture and pre-selects the matching build. Snapdragon laptops, Surface Pro ARM, and Copilot+ PCs get a native ARM64 copy of the game; regular Intel/AMD machines get x64. Override with one click if you want to force the other — the installer warns you if your choice mismatches what it detected.

🚀 One-click game install

Runs the full setup flow for your legitimate copy of Beach Buggy Racing — registers the game package, creates the desktop shortcut, verifies the compatibility markers, and handles Windows Developer-Mode prerequisites automatically (with a polished modal that can auto-enable it for you).

💾 Four hand-tuned save-data patches

Skip the campaign grind. Pick the preset that fits your mood:

Patch What it gives you
Original Vanilla. 0% progress, default cars. Earn everything.
Half Progress All cars unlocked, ~50% campaign done, healthy coin/gem stash.
Full Progress Fully completed campaign, every unlock maxed out.
Billionaire Infinite-tier currency so you can spend without caring.

Applied with a single click from the Save Data Patches page.

🛠️ Install Mods (v3.0)

Got a modded Assets.apf from a friend (or made one yourself with BBR APF Studio)?

  • Click INSTALL MODS on the main screen.
  • Drag your modded Assets.apf / Expansion.apf into the drop zone (or click to browse).
  • We validate the APF magic bytes, back up your original game file as *.original, and copy the modded file into the game folder.
  • Launch the game. Your mod is live.

No more digging through C:\Program Files\WindowsApps\ with admin privileges.

🎁 Mod Configs — .bbc files (new in v3.3)

Mods as tiny shareable configs instead of 100+ MB modded APFs. Modders export a .bbc (a few KB — MB) from BBR APF Studio; players drop them into Manager and the full APFs are rebuilt locally on top of a pristine backup.

  • Mod library — import any number of .bbc files, toggle them on/off, remove, see previews.
  • Multiple mods stacked — turbo + powerups + custom music all at once. Removal of any one is always clean (rebuilt from pristine every time).
  • Restore original — one button nukes every mod and restores untouched game APFs.
  • Pristine-extract cache — the first apply does a one-time ~5 min extraction; every apply after that takes seconds. The cache rebuilds automatically if you reinstall or patch the game.
  • Three tabsDownloaded (your library), Online (community mods, coming soon), Custom Config (drop in any .bbc you have locally).
  • Bundled toolkit — Manager ships with its own obfuscated Python runtime + packer, so .bbc apply works even if you never installed BBR APF Studio.

Why .bbc?

Full modded APFs are 60-100 MB each. A .bbc only contains the files the mod actually changed — typically a few KB to low-MB. Easier to share, faster to download, and multiple mods can be combined on the fly instead of each shipping their own 100 MB APF.

🧹 Safe uninstall

Removes the game, save data, and desktop shortcut in one confirmed action. Keeps the installer files inside the app so you can re-install later.

🔧 Developer-Mode auto-enabler

Windows Store-style game registration requires Developer Mode. BBR Manager detects it, explains it to the user in plain English, and offers:

  • Enable Now — elevates with UAC, flips the registry key, done in one click.
  • Open Settings — takes you straight to the right panel if you'd rather do it yourself.

Screenshots

Main screen

Main screen — one-click install, shortcut to patches, mod installer, uninstaller

Save-data patches

Four hand-tuned save-data presets — click to apply

Install Mods modal

Drag & drop any modded APF — auto-backs up your original

Install progress

Real-time install progress with the neon-green particle background

Download

Grab the latest installer from GitHub Releases.

Installer size: ~134 MB (now bundles the mod toolkit + embedded Python for local .bbc apply) Platform: Windows 10 / 11 (x64)

How to use

Step 1 — Install BBR Manager

Run the BBR Manager V3_..._x64-setup.exe installer. Standard Windows setup wizard — Start menu shortcut + Desktop icon.

Step 2 — Launch & install the game

Open BBR Manager V3. On the main screen, click INSTALL GAME. If Windows Developer Mode isn't enabled, the app will guide you through flipping it on (one click, one UAC prompt). Then it registers the game package and drops a desktop shortcut.

Step 3 — Apply a save-data patch (optional)

Click SAVE DATA PATCHES → pick your preset → confirm. Your previous save is wiped and replaced with the chosen preset.

Step 4 — Install a mod (optional)

Two flavours:

  • Full modded APF → Click INSTALL MODS → drop your modded Assets.apf / Expansion.apf in the zone → confirm. Your original is backed up as *.original in the game folder.
  • Mod Config (.bbc) → Click MOD CONFIGSCustom Config tab → pick the .bbcAdd to LibraryApply Changes. First apply builds a pristine-extract cache (~5 min, one-time); every apply after that takes seconds. Toggle mods on/off, remove any, or Restore Original whenever you want.

Step 5 — Play

Double-click the Beach Buggy Racing icon on your desktop.

Install a mod that someone else made

BBR Manager V3 is the sister app to BBR APF Studio. The workflow between them:

Classic: share the whole APF (60–100 MB)

[Modder] creates mod in BBR APF Studio → exports modded Assets.apf
       ↓
[Modder] shares Assets.apf on Discord / forum / GitHub
       ↓
[You] download it → drag into BBR Manager → INSTALL MODS → play

New: share a Mod Config (.bbc, a few KB–MB)

[Modder] creates mod in BBR APF Studio → exports tiny .bbc config
       ↓
[Modder] shares modname.bbc anywhere (email, chat, even inside a zip)
       ↓
[You] download → MOD CONFIGS → Custom Config → Add to Library → Apply Changes

Anyone can make a mod. Anyone can install it. No terminal, no Python, no filesystem wrangling.

Compatibility

Status
Beach Buggy Racing 1 (BBR1) — Windows / Microsoft Store build ✅ Fully supported
Beach Buggy Racing 2 (BBR2) ⚠️ Not tested — same engine, likely works
Linux / macOS ❌ Windows only

About the creator

I'm someless. I built BBR Manager V3 over many days to make Beach Buggy Racing modding genuinely beginner-friendly on Windows. What used to be a tangle of PowerShell scripts, UAC prompts, and C:\Program Files\WindowsApps\... file-copying is now a four-button app.

BBR Manager is 100% free, forever.

If it saved you time or made you smile:

💛 Donate (crypto or card) https://nowpayments.io/donation/someless
🎬 Subscribe on YouTube — tutorials, new mods, BBR2 coverage https://youtube.com/@someless
💬 Business inquiries via WhatsApp +255 620 428 389

Related project

👉 BBR APF Studio — the mod creation tool. Edit the game's JSON databases, swap textures, tune powerups, repack. Free.

FAQ

Q: Do I need to own Beach Buggy Racing? A: You need a legitimate copy for legal use. This tool is a companion to the game, not a replacement.

Q: Does it work offline? A: Yes. Once installed, every feature (install, patch, mod, uninstall) runs locally. No internet required.

Q: Will my antivirus flag the installer? A: Small unsigned Windows apps sometimes trigger heuristic warnings. The tool does legitimate filesystem + AppX registration work; that's what Windows sees. You can inspect the source in the closed-core builds on request.

Q: Can I report bugs? A: Yes — open an Issue on this repo, or drop a comment on my YouTube channel.

Q: Can I contribute code? A: Not to the source (closed-core for distribution-unity reasons). But please: report bugs, request features, share mods you built.

License

Free to download, install, and use for personal modding. Not free to redistribute, modify, reverse-engineer, or resell. See LICENSE for full terms.

Not affiliated

This is an unofficial community tool. Beach Buggy Racing is © Vector Unit. This project is not affiliated with, endorsed by, or sponsored by Vector Unit.


Happy racing

Built with ❤️ by someless · v3.3.0 · 2026

If BBR Manager helped you, a ⭐ on this repo goes a long way.

About

Beach Buggy Racing installer + save-data patches + mod installer. One-click tool for Windows. Free.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors