Skip to content

Commit

Permalink
update rb4dx plugin, rearrange build folders
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed May 16, 2024
1 parent 7afdd0c commit 72d31b9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
_build/ps4/*
_build/GoldHEN/RB4DX/ps4/*
*.dta_dta_ps4
!_ark/ps4/ui/overshell/slot_states/slot_states.dta_dta_ps4
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ download the latest release of the [GoldHEN plugins repository.](https://github.

Download [**Rock Band 4 Deluxe**](#-downloads), Extract the zip somewhere on your PC.

Once that is complete, copy the `plugins` folder and `plugins.ini` file in the GoldHEN folder to `/data/GoldHEN/` on your PS4 or edit your current `plugins.ini` file to add these lines
Once that is complete, open the folder called `GoldHEN`.

Copy the `plugins` folder and `plugins.ini` file to `/data/GoldHEN/` on your PS4 or edit your current `plugins.ini` file to add these lines

```ini
; Rock Band 4 Deluxe Plugins
Expand All @@ -53,9 +55,9 @@ Once that is complete, copy the `plugins` folder and `plugins.ini` file in the G
/data/GoldHEN/plugins/no_share_watermark.prx
```

after that, copy the `ps4` folder to your ps4 in the folder `/data/GoldHEN/RB4DX/`.
after that, copy the `RB4DX` folder to your ps4 also in the folder `/data/GoldHEN/`.

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.
If there is a `ps4` folder already in the `RB4DX` folder on your ps4, delete it before copying.

### Optional Additions

Expand Down
4 changes: 2 additions & 2 deletions _build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ git pull https://github.com/LlysiX/rock-band-4-deluxe main
@echo OFF
mkdir _tmpbuild
for /R "%~dp0_build\ps4" %%f in (*) do del "%%f"
rmdir /s /q "%~dp0_build\ps4"
rmdir /s /q "%~dp0_build\GoldHEN\RB4DX\ps4"
echo:Building Rock Band 4 Deluxe files...
for /R "%~dp0_ark" %%f in (*.dta) do IF NOT "%%~xf" == ".dta_dta_ps4" dependencies\dtacheck "%%f" "%~dp0dependencies\dtacheckfns"
for /R "%~dp0_ark" %%f in (*.script) do dependencies\dtacheck "%%f" "%~dp0dependencies\dtacheckfns"
Expand All @@ -12,7 +12,7 @@ for /R "%~dp0_tmpbuild" %%f in (*.dta) do IF NOT "%%~xf" == ".dta_dta_ps4" depen
for /R "%~dp0_tmpbuild" %%f in (*.script) do IF NOT "%%~xf" == ".script_dta_ps4" dependencies\dtxtool\dtxtool dta2b "%%f" "%%~dpnf.script_dta_ps4" 3
for /R "%~dp0_tmpbuild" %%f in (*.dta) do IF NOT "%%~xf" == ".dta_dta_ps4" del "%%f"
for /R "%~dp0_tmpbuild" %%f in (*.script) do IF NOT "%%~xf" == ".script_dta_ps4" del "%%f"
xcopy /q /e /y _tmpbuild _build\ps4\
xcopy /q /e /y _tmpbuild _build\GoldHEN\RB4DX\ps4\
for /R "%~dp0_tmpbuild" %%f in (*) do del "%%f"
rmdir /s /q "%~dp0_tmpbuild"
echo:Created Rock Band 4 Deluxe files.
Expand Down
4 changes: 4 additions & 0 deletions _build/GoldHEN/RB4DX/RB4DX.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[Settings]
SongSpeedMultiplier=1.00
Autoplay=false
NotifyColored=false
Binary file modified _build/GoldHEN/plugins/RB4DX-Plugin.prx
Binary file not shown.

0 comments on commit 72d31b9

Please sign in to comment.