Skip to content

Commit

Permalink
remove songtitle build/bats, optional additions
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed Jan 17, 2024
1 parent e48e6e3 commit de70482
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 25 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
name: RB4DX-PS4
path: _build

build_ps4_songtitle:
runs-on: windows-2019
# build_ps4_songtitle:
# runs-on: windows-2019

steps:
- uses: actions/checkout@v3
- name: Build Files
run: |
./_enable_song_title_always.bat
./_build.bat
- name: Upload result
uses: actions/upload-artifact@v3
with:
name: RB4DX-PS4-song-title-always-on
path: _build
# steps:
# - uses: actions/checkout@v3
# - name: Build Files
# run: |
# ./_enable_song_title_always.bat
# ./_build.bat
# - name: Upload result
# uses: actions/upload-artifact@v3
# with:
# name: RB4DX-PS4-song-title-always-on
# path: _build
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
_build/ps4/*
*.dta_dta_ps4
!_ark/ps4/ui/overshell/slot_states/slot_states.dta_dta_ps4
_ark/ps4/ui/game
!_ark/ps4/ui/overshell/slot_states/slot_states.dta_dta_ps4
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@

### 📥 [Playstation 4](https://nightly.link/hmxmilohax/rock-band-4-deluxe/workflows/build/main/RB4DX-PS4.zip)

> The standard install, typical for most users.
### 📥 [Playstation 4 (Song Title Always On)](https://nightly.link/hmxmilohax/Rock-Band-4-Deluxe/workflows/build/main/RB4DX-PS4-song-title-always-on.zip)

> Always shows the song title in-game.
<br/>

> Continue to:
Expand Down Expand Up @@ -61,6 +55,14 @@ after that, copy the `ps4` folder to your ps4 in the folder `/data/GoldHEN/RB4DX

If the `RB4DX` folder does not exist on your ps4, create it. If the `ps4` folder already exists on your ps4, delete it before copying.

### Optional Additions

*Rock Band 4 Deluxe* Comes with many goodies to change/improve the game

All of them can be found in the dx_optional_additions folder in the download for RB4DX.

To install these, copy the `ps4` folder inside each optional addition to your ps4 in the folder `/data/GoldHEN/RB4DX/` **AFTER** copying the main rb4dx ps4 folder.

# 🔨 Building (Advanced)

### Installing Python (Required)
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 0 additions & 2 deletions _disable_song_title_always.bat

This file was deleted.

2 changes: 0 additions & 2 deletions _enable_song_title_always.bat

This file was deleted.

0 comments on commit de70482

Please sign in to comment.