Releases: hmxmilohax/rock-band-3-deluxe
v1.1.0-beta2
What's Changed
- New highway and streak textures.
- New pro keys textures.
- New overdrive textures.
- Play a show updates.
- Gem color shuffle now saves.
- DX instrument icons can now be toggled.
- FC indicator can now be disabled.
- Other forced DX textures removed.
- Option for vanilla intro video.
- "You Rock!" message at end of song. (can be disabled)
- New splash screens.
- rb3_plus updates.
- Bug fixes.
New Contributors
- @natalietchi made their first contribution in #529
Full Changelog: v1.1.0-beta1...v1.1.0-beta2
v1.1.0-beta1
New Contributors
- @kernaltrap8 made their first contribution in #481
- @qfoxb made their first contribution in #497
- @Lynxeption made their first contribution in #511
Full Changelog: v1.0c...v1.1.0-beta1
Rock Band 3 Deluxe v1.0c
Changelog
- Hotfix hourglass goal (jnackmclain)
Rock Band 3 Deluxe v1.0b (Hotfix)
Hotfix of v1.0b
- Fixed cycle guitar fx crashing the Audio & SFX menu (LinosM)
Rock Band 3 Deluxe v1.0b
Changelog
- Solo bonus hotfix (jnackmclain)
- Re-add cycle guitar fx (lunalawl)
- Re-add rb3 legacy ring (lunalawl)
- (Re)prevent Vocals from dropping in as a laned instrument and vice-versa (LinosM)
Rock Band 3 Deluxe v1.0
Rock Band 3 Deluxe 1.0 Changelog
-
New Website - https://rb3dx.neocities.org/
-
New Manual - https://github.com/hmxmilohax/rock-band-3-deluxe/blob/develop/dependencies/manual/manual.md
-
New RPCS3 Setup Tutorial - https://github.com/carlmylo/rb3-pc#readme
-
Wii support has been entirely removed
-
Entirely new build system
-
Tons of bugs have been fixed
-
Per player note-streak pop-ups similar to GH/YARG
-
Brutal Mode
-
Random Minecraft style splash text on the splash screen
-
The ability to skip the splash screen and intro movie
-
Vocal Overdrive Sensitivity toggle
-
Song Length and time remaining improvements and options
-
Left Right on dpad now will jump up or down 10 spaces regardless of instrument
-
In-Game, Real-Time Theme customizer
-
Track Theme overhauls, allowing sharing track theme dta's in theme-share
-
Fixed crash when going to practice a song in RPCS3 (vanilla bug)
-
The ability to turn off the delay for the above feature if unneeded
-
Fixed crash when selecting a trainer for a song with no trainer (vanilla bug)
-
Various watermarking for specific modes such as Brutal, Precision, Auto-play, etc.
-
Major overhaul to the overshell menuing system
-
Descriptions for many options in overshell, as well as modifiers
-
Moved many modifiers out into DX Settings
-
Fixed improper list style when using RB3Enhanced
-
Much greater control of menu backgrounds and song transitions
-
Additional Messages on display for various reasons
-
AND SO MUCH MORE
Rock Band 3 Deluxe Initializer
Rock Band 3 Deluxe: Official Download and Repository Setup Guide
For downloading Rock Band 3 Deluxe, please visit our website.
For repository setup instructions, please proceed to the 🔨 Building (Advanced) section.
This guide will assist you in setting up the prerequisites needed for Rock Band 3 Deluxe (DX).
Prerequisites
- Python 3 with PATH environment variable enabled upon installation: Download from the official Python website.
- Homebrew (macOS only): Download from the official Homebrew website.
- macOS and linux users may need to run an alias to use pip as pip 3
alias pip='pip3'
- macOS cannot automatically set permissions for certain files. run
sudo chmod +x dependencies/macos/dtab
andsudo chmod +x dependencies/macos/arkhelper
if you encounter an issue on building.
Please note that on Windows, if you are installing Git for the first time, you will need to run the script twice to fully initialize everything.
Running the Script
To execute the script, enter python init_repo.py
in a command prompt or terminal window.
if running on linux/macOS run as sudo sudo python init_repo.py
or sudo python3 init_repo.py
Supported platforms include Windows, macOS, Ubuntu, and Arch (SteamOS).