-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Discord Rich Presence and RTSS Guides (English only)
Will translate soon! Also fixed Xbox RB drum profile.
- Loading branch information
Showing
34 changed files
with
199 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
--- | ||
title: Discord Rich Presence | ||
sidebar: english_sidebar | ||
permalink: adv_discordrp | ||
folder: english | ||
tags: [advanced, english] | ||
summary: "How to add set up Rich Presence for Discord with Rock Band 3 Deluxe." | ||
toc: false | ||
--- | ||
|
||
Want to show off to others what song you're in or just want to share the love of Rock Band 3 Deluxe? | ||
You can do this with the Rich Presence script made for Rock Band 3 Deluxe. | ||
![A screenshot of a blank Discord profile showing that they're playing Rock Band 3 Deluxe and in Bodhisattva by Steely Dan on drums.](https://rb3pc.milohax.org/images/xtra/rpc/discordrp.png "Discord Rich Presence") | ||
|
||
## Initial Setup | ||
|
||
First, we're going to disable RPCS3's presence because it will conflict and look weird. | ||
|
||
Click the `Config` button. | ||
![A screenshot of RPCS3 with the cursor hovering over "Config"](https://rb3pc.milohax.org/images/xtra/rpc/rpcs3config.png "RPCS3") | ||
|
||
Under the `GUI` tab, disable `Use Discord Rich Presence` . | ||
![A screenshot of RPCS3 with the "Use Discord Rich Presence" checkbox disabled.](https://rb3pc.milohax.org/images/xtra/rpc/rpcs3drpoff.png "RPCS3: Settings") | ||
|
||
Now, you'll need to download the latest version of [[Python 3]](https://www.python.org/downloads/){:target="_blank"}. | ||
|
||
[[Click here to go to the download page for Python 3]](https://www.python.org/downloads/){:target="_blank"}. | ||
|
||
![A screenshot of Python download website. A cursor hovers over "Download Python 3.12.6.](https://rb3pc.milohax.org/images/xtra/rpc/pydl.png "Python 3.12.6") | ||
|
||
Once it finishes downloading, open the installer. | ||
In the installer: | ||
1. Click `Add python.exe to PATH` | ||
2. Click `Install now` | ||
![A screenshot of Python's installer. "Add python.exe to PATH" and "Install now" are highlighted in tan with a dotted black outline.](https://rb3pc.milohax.org/images/xtra/rpc/pyinstall.png "Python 3.12.6") | ||
|
||
After that finishes downloading, download [[`dx_config_default.ini`]](https://raw.github.com/hmxmilohax/rock-band-3-deluxe/develop/scripts/dx_config_default.ini) and [[`dx_discordrp.py`]](https://raw.github.com/hmxmilohax/rock-band-3-deluxe/develop/scripts/dx_discordrp.py). | ||
|
||
* [[Click here to download `dx_config_default.ini`]](https://raw.github.com/hmxmilohax/rock-band-3-deluxe/develop/scripts/dx_config_default.ini) | ||
|
||
* [[Click here to download `dx_discordrp.py`]](https://raw.github.com/hmxmilohax/rock-band-3-deluxe/develop/scripts/dx_discordrp.py) | ||
|
||
![A screenshot of "dx_config_default.ini" and "dx_discordrp.py" in a browser's downloads.](https://rb3pc.milohax.org/images/xtra/rpc/rpcdl.png "Python 3.12.6") | ||
|
||
Put them in a folder of your preference. Since you'll need to launch this every time you want to do this, it should in an easy to reach spot. | ||
|
||
Once in the folder, make a copy of `dx_config_default` and rename it `dx_config`. | ||
![A GIF of a copy of "dx_config_default" being created then being renamed to "dx_config".](https://rb3pc.milohax.org/images/xtra/rpc/inicopy.gif "Creating a copy") | ||
|
||
Open the `dx_config` file you just renamed. | ||
|
||
Remove the `#` from the line with `rpcs3_path` | ||
Put the folder where `/dev_hdd0/` is within quotes. This is usually the same folder as your RPCS3 installation. | ||
If you followed the suggestion to put RPCS3 in `C:\Games`, you simply have to remove the `#` and nothing else. | ||
![A screenshot of "dx_config_default.ini" and "dx_discordrp.py" in a browser's downloads.](https://rb3pc.milohax.org/images/xtra/rpc/iniedit.png "dx_config.ini") | ||
|
||
Save your changes and close the file out. | ||
|
||
## Usage | ||
|
||
In the address bar at the top of your file browser window, type in `cmd` then press the Enter key. | ||
![A screenshot of a file browser window with "cmd" typed into the address bar.](https://rb3pc.milohax.org/images/xtra/rpc/cmdopen.png "Windows Explorer") | ||
|
||
Once the command line window opens up, type in `py dx_discord.py` and press the Enter key. | ||
|
||
If you did everything right, it should show that it has connected to Discord RPC successfully and that it's updating presence. | ||
![A screenshot of a Windows command line, with it running the Discord Rich Presence script.](https://rb3pc.milohax.org/images/xtra/rpc/iniedit.png "cmd.exe") | ||
|
||
That's it! Remember to close it out after you're done and to repeat this when you want to open this up again. | ||
|
||
{% include links.html %} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
title: Fix Frame Pacing with RTSS | ||
sidebar: english_sidebar | ||
permalink: adv_rtss | ||
folder: english | ||
tags: [advanced, english] | ||
summary: "How to improve Frame Pacing in Rock Band 3 with RTSS." | ||
toc: false | ||
--- | ||
|
||
Rock Band 3 is a game that benefits from having a smooth frame rate as judder can make it distracting to read the note track. RPCS3's frame limiter sometimes isn't up to the task. To fix this, you'll need to Rivatuner Statistics Server (or RTSS). | ||
|
||
## Initial Setup: | ||
|
||
For this to work correctly, you'll first need to change some things in RPCS3. | ||
|
||
First, **right click on Rock Band 3** in RPCS3, then click on "**Change Custom Configuration**". | ||
![A screenshot of RPCS3's right click menu, showing "Change Custom Configuration" highlighted](https://rb3pc.milohax.org/images/cust/rpcs3customconfigchange.png "Change Custom Configuration") | ||
|
||
In the GPU tab: | ||
* Set "`Framelimit`" to "`Off`" | ||
* Set "`VSync`" to "`Off`" | ||
|
||
Don't forget to click "`Apply`" and "`Save custom configuration`" after. | ||
When you're done, close out RPCS3. | ||
|
||
Now, go to [[Rivatuner Statistics Server's download page.]](https://www.guru3d.com/download/rtss-rivatuner-statistics-server-download/). | ||
Click here to go to [[Rivatuner Statistics Server's download page.]](https://www.guru3d.com/download/rtss-rivatuner-statistics-server-download/) | ||
![A screenshot of RTSS' download website. The cursor is hovering "Download Version 7.3.6 Final"](https://rb3pc.milohax.org/images/xtra/rtss/rtssdl.png "Guru3D RTSS Rivatuner Statistics Server Download 7.3.6 Final") | ||
|
||
It should start downloading a `.zip` archive shortly after. | ||
![A screenshot of RTSS' .zip folder that contains the installer.](https://rb3pc.milohax.org/images/xtra/rtss/rtssdlbrowser.png "[Guru3D.com]-RTSS.zip") | ||
|
||
When it finishes downloading, open the installer and install RTSS. | ||
![A screenshot of RTSS' .zip folder that contains the installer.](https://rb3pc.milohax.org/images/xtra/rtss/install6.png "[Guru3D.com]-RTSS.zip") | ||
|
||
Go the Start menu and search for `RivaTuner Statistics Server` or `RTSS`. Both should give you the app. Open it. | ||
![A screenshot of the Start Menu, with "RivaTuner Statistics Server" in the search results.](https://rb3pc.milohax.org/images/xtra/rtss/rtssstart.png "Start search") | ||
|
||
When RTSS opens, you will be on the `Global` profile by default. | ||
In this profile: | ||
* Set `Application detection level` to `None`. | ||
* Set `Show On-Screen Display` to `Off`. | ||
![A screenshot of RivaTuner Statistics Server, showing "Show On-Screen Display", "Application detection level", and "Add" highlighted in blue with a dotted outline.](https://rb3pc.milohax.org/images/xtra/rtss/rtssglobal.png "Rivatuner Statistics Server: Global") | ||
|
||
Click on `Add` when you're done. | ||
A file browser window will open. Find where you have RPCS3 located and select the `rpcs3` application. | ||
![A screenshot of a file browser titled "Open". RPCS3 is selected and a cursor is over it.](https://rb3pc.milohax.org/images/xtra/rtss/rtssaddrpcs3.png "Open") | ||
|
||
When you add RPCS3, you'll be on the `rpcs3.exe` profile. | ||
In this profile: | ||
* Set `Application detection level` to `Low`. | ||
* Right click `Framerate limit` and set it to whatever display you're displaying RPCS3 on. | ||
* Alternatively you can click on the number and set it to a specific framerate or set it to the VRR cap of your display. | ||
![A screenshot of RivaTuner Statistics Server, showing "Application detection level" and "Framerate limit" highlighted in blue with a dotted outline. "Framerate limit" has a popout menu with the cursor over a display.](https://rb3pc.milohax.org/images/xtra/rtss/rtssrpcs3.png "Rivatuner Statistics Server: rpcs3.exe") | ||
|
||
## Usage: | ||
|
||
After setting up RTSS, you can now just open it up whenever you want to limit your framerate without having judder! | ||
If you're feeling lazy, you can even have it set to Start with Windows so you never have to do this manually. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters