Skip to content

Commit 6042493

Browse files
committed
Revert Documents & Posts directory delete
1 parent 1f31bb7 commit 6042493

47 files changed

Lines changed: 1252 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
---
2+
layout: post
3+
title: How to Swap Buttons on BlueRetro via Bluetooth
4+
subtitle: Swap R2 and X for Pressure Sensitivity
5+
author: Ripto
6+
wiptag: Completed
7+
factcheck: Verified
8+
categories: [BlueRetro]
9+
banner:
10+
image: https://i.pinimg.com/originals/03/f8/7e/03f87ede1cd889c05b1747d6c7644612.png
11+
opacity: 0.5
12+
image: https://i.pinimg.com/originals/03/f8/7e/03f87ede1cd889c05b1747d6c7644612.png
13+
tags: BlueRetro FAQ Tutorial
14+
---
15+
## How to Swap Buttons on BlueRetro via Bluetooth
16+
17+
#### 1. **Understanding BlueRetro and Button Remapping**
18+
- **BlueRetro** allows you to connect modern Bluetooth controllers (e.g., DualShock 3/4) to your PS2 and offers customizable button mappings, which is perfect if you want to swap the **R2 and X** buttons to take advantage of **R2's pressure sensitivity**.
19+
- BlueRetro runs on the **ESP32** and hosts a **web interface** that can be accessed via Bluetooth for configuration.
20+
21+
#### 2. **Accessing the BlueRetro Web Interface via Bluetooth**:
22+
- Ensure that your **ESP32** running BlueRetro is connected to the PS2 and powered on.
23+
- On your Bluetooth-enabled device (laptop, phone, etc.), connect to the **BlueRetro ESP32** via **Bluetooth**.
24+
- After connecting, open a web browser and type:
25+
**http://blueretro.io**
26+
- This will bring up the BlueRetro web interface where you can configure controller settings.
27+
28+
#### 3. **Navigating to Controller Configuration**:
29+
- Once in the **BlueRetro web interface**, go to the section called **Controller Mapping** or **Player Configuration**. Here, you will see a mapping table showing which buttons are assigned to which inputs on your PS2.
30+
- For more information on this, refer to the **BlueRetro Wiki** at:
31+
**https://blueretro.io/wiki**
32+
33+
#### 4. **Swapping R2 and X for Pressure Sensitivity**:
34+
- **Locate the X Button (Cross)**:
35+
- Find the **X button (cross)** in the mapping interface. By default, this will be mapped to the **X button** on your controller. You need to change this mapping to **R2**.
36+
- **Change R2 Mapping**:
37+
- Next, find **R2** in the mapping interface and change it to **X**.
38+
- This will make **R2** function as the **X button**, allowing you to use its **pressure-sensitive** feature for tasks normally assigned to **X** (like acceleration or certain in-game actions).
39+
40+
#### 5. **Saving the Changes**:
41+
- After you’ve swapped **R2 and X**, click the **Save Configuration** button in the web interface to apply these changes.
42+
- BlueRetro will store this configuration, so you won’t need to redo the mapping each time you use the PS2.
43+
44+
#### 6. **Testing the Configuration**:
45+
- Now that you’ve saved the button mappings, boot up a game that uses pressure sensitivity (e.g., a racing game where **X** is used for acceleration). Pressing **R2** should now function like **X** but with the benefit of pressure sensitivity.
46+
47+
#### 7. **Further Button Remapping or Adjustments**:
48+
- If you want to remap more buttons or fine-tune your setup, you can do so easily through the same **web interface**. BlueRetro supports remapping most buttons on modern controllers to match the PS2’s layout.
49+
50+
## Resources for BlueRetro and Button Remapping:
51+
- **BlueRetro GitHub** (Project repository and latest firmware updates):
52+
**https://github.com/darthcloud/BlueRetro**
53+
54+
- **BlueRetro Wiki** (Comprehensive guide on setup, remapping, and troubleshooting):
55+
**https://blueretro.io/wiki**
56+
57+
- **BlueRetro FAQ** (Frequently asked questions, including button mapping details):
58+
**https://blueretro.io/wiki/#/faq**
59+
60+
By following these steps, you'll have successfully swapped **R2 and X** to ensure that you can take full advantage of **R2’s pressure sensitivity** for games that benefit from it. Let me know if you encounter any issues or need further clarification!
61+
62+
To clarify, when I mentioned **"if compatible"** regarding multiple profiles and game-specific remapping, I was referring to features that might depend on the version of the **BlueRetro firmware** you're using. Let's break down what is compatible and what isn’t based on the current state of **BlueRetro** functionality:
63+
64+
## BlueRetro Compatibility for Button Remapping and Profiles:
65+
66+
1. **Global Button Remapping (Always Compatible)**:
67+
- **Every version of BlueRetro** supports **global button remapping**. Once you remap buttons like **R2 and X**, this remap will apply to **all connected controllers** and **all games** by default.
68+
- This means if you swap **R2 and X**, it will stay swapped for every game and controller until you change the mapping again.
69+
70+
2. **Game-Specific Profiles (Limited Support)**:
71+
- **Profile-based remapping**—where you can save different button layouts for different games or situations—depends on the **firmware version** you are using.
72+
- As of the latest updates (September 2023), BlueRetro supports **multiple profiles**, but not all configurations may allow this feature in full detail yet.
73+
74+
## Current BlueRetro Firmware Features:
75+
- **Global Remap**: Always supported.
76+
- **Multiple Profiles**: Supported in newer firmware, but still evolving. You can save and switch profiles for different controller setups or specific games. However, profile management may be limited depending on the setup of your **ESP32** and the specific build you're using.
77+
- **Controller-Specific Remapping**: BlueRetro does not yet offer a fully automated system for switching remaps based on individual games, but you can manually change profiles through the web interface.
78+
79+
## Compatibility Check:
80+
- If you're using an **updated firmware** version (recent 2023 builds), you likely have access to **multiple profiles** and can configure button mappings for different setups manually.
81+
- Older or custom builds of BlueRetro may not yet support **profile management**, and in these cases, only **global remapping** is available.
82+
83+
For more specific compatibility, you can check your firmware version and compare it to the **latest BlueRetro releases** on their **GitHub** page:
84+
**https://github.com/darthcloud/BlueRetro/releases**
85+
86+
You can also refer to the detailed **Wiki** for updated profile-related features:
87+
**https://blueretro.io/wiki**
88+
89+
---
90+
91+
## What Is Compatible:
92+
- **Global button remapping** works on **all versions**.
93+
- **Multiple profiles** or game-specific remapping may be available in recent versions, but it is not an automatic feature based on the game you're playing.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
layout: post
3+
title: Updating the Firmware on the BlueRetro
4+
subtitle: The firmware for on BlueRetro is upgradable, with newer versions sometimes offering additional features like game-specific profiles. Here's how you can approach upgrading the firmware and what to expect from the update.
5+
author: Ripto
6+
wiptag: Completed
7+
factcheck: Verified
8+
categories: [BlueRetro]
9+
banner:
10+
image: https://repository-images.githubusercontent.com/198868981/98d05272-da79-4387-97af-7aaa665b2ff9
11+
opacity: 0.5
12+
image: https://repository-images.githubusercontent.com/198868981/98d05272-da79-4387-97af-7aaa665b2ff9
13+
tags: BlueRetro FAQ Tutorial
14+
---
15+
16+
## Upgrading BlueRetro Firmware
17+
18+
1. **Check Current Firmware Version**:
19+
- Access the BlueRetro web interface by connecting via Bluetooth and visiting:
20+
**http://blueretro.io**
21+
- The current firmware version is often displayed in the interface or accessible via a settings/about page.
22+
23+
2. **Download the Latest Firmware**:
24+
- Visit the BlueRetro GitHub releases page to find the latest firmware version:
25+
**https://github.com/darthcloud/BlueRetro/releases**
26+
- Download the latest release compatible with your ESP32 board.
27+
28+
3. **Update the Firmware**:
29+
- Follow the instructions in the **BlueRetro Wiki** for updating the firmware. This typically involves:
30+
- Connecting the ESP32 to your computer via USB.
31+
- Using tools like **esptool** to flash the new firmware onto the ESP32.
32+
- Detailed instructions for updating can be found here:
33+
**https://blueretro.io/wiki/#/updating**
34+
35+
4. **Verify Profile Management Features**:
36+
- After updating, recheck the BlueRetro web interface to confirm if **game-specific profiles** or advanced remapping features are available.
37+
- The latest firmware versions should include the ability to create and manage multiple profiles, allowing you to configure specific button mappings for different games.
38+
39+
## What to Expect with Upgraded Firmware
40+
41+
- **Game-Specific Profiles**: With newer firmware, you should be able to save and switch between different button remapping profiles. This means you can have specific configurations for different games.
42+
- **Profile Management**: Look for options in the web interface that allow you to create, save, and switch profiles. This feature enables you to customize your setup based on the needs of each game.
43+
- **Improved Functionality**: Upgrades often come with bug fixes and new features, improving overall performance and usability.
44+
45+
## Resources
46+
47+
- **BlueRetro GitHub Releases**:
48+
**https://github.com/darthcloud/BlueRetro/releases**
49+
50+
- **BlueRetro Wiki (Updating Firmware)**:
51+
**https://blueretro.io/wiki/#/updating**
52+
53+
By upgrading to the latest firmware, you can access advanced features like game-specific profiles, enhancing your gaming experience with customizable button mappings.
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
---
2+
layout: post
3+
title: Format PS2's internal storage (using PS2 or PC)
4+
subtitle: Formatting the PS2's internal HDD for various setups according to user preference
5+
author: TnA & Ripto
6+
wiptag: Completed
7+
factcheck: Pending
8+
categories: General
9+
banner:
10+
image: https://images.pexels.com/photos/6429164/pexels-photo-6429164.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1
11+
opacity: 0.5
12+
image: https://images.pexels.com/photos/6429164/pexels-photo-6429164.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1
13+
tags: Tutorial iHDD
14+
---
15+
16+
<h2>Format via PS2 </h2>
17+
18+
<h3>Prerequisites:</h3>
19+
- a way to launch Homebrew
20+
- "wLaunchELF"
21+
22+
<h3>Procedure:</h3>
23+
1. Start **"wLaunchELF"**
24+
2. Enter **"Filebrowser"** (usually via `CIRCLE`)
25+
3. Enter **"MISC"** (scroll to it and use the "confirmation button", which is either `CIRCLE` or `CROSS` depending on your configuration)
26+
4. Launch **"HDDManager"**
27+
5. Tap `R1`
28+
6. Select **"format"** (scroll to it and mark it, then confirm)
29+
7. Confirm formatting and it should be done in a few seconds.
30+
31+
32+
<h4>If you intend to use OPL, please stay in the HDDManager and create an appropriately sized +OPL-Partition!</h4>
33+
34+
1. Tap `R1`
35+
2. Select **"create"**
36+
3. Name it **"+OPL"**
37+
4. Choose a size! This depends on the size of the HDD as well on what you want to use (i.e. 768MB for a 500GB storage, 1.2GB for a 1TB storage, 1.5GB for a 2TB storage.). VMCs require a bit more space, so keep that in mind!
38+
39+
<h4>If you intend to use POPStarter, POPSLoader, or wLaunchELF_kHn, please stay in the HDDManager and create one or more of the following partitions at up to 128GB each to meet your .VCD storage needs the same way you created the +OPL partition above.</h4>
40+
41+
- __.POPS
42+
- __.POPS0
43+
- __.POPS1
44+
- __.POPS2
45+
- __.POPS3
46+
- __.POPS4
47+
- __.POPS5
48+
- __.POPS6
49+
- __.POPS7
50+
- __.POPS8
51+
- __.POPS9
52+
53+
<h2>Format via Windows PC </h2>
54+
55+
<h3>Prerequisites:</h3>
56+
* PFS-BatchKit-Manager: A utility for Windows that allows for the management and formatting of hard drives for PS2 use.
57+
* https://github.com/GDX-X/PFS-BatchKit-Manager
58+
59+
<h3>Procedure:</h3>
60+
61+
1. Prepare Your PC Environment
62+
Locate the PFS-BatchKit-Manager:
63+
Find the folder on your PC where you've stored the PFS-BatchKit-Manager.
64+
Right-click the .bat file (likely named !pfs-batchkit-manager.bat or similar) and select "Run as Administrator" to ensure it has the necessary permissions.
65+
66+
2. Access PFS-BatchKit Manager
67+
Navigate to Advanced Menu:
68+
Within the PFS-BatchKit Manager interface, find and enter the Advanced menu.
69+
Select "HDD Management" from the list of options.
70+
71+
3. Hack Your HDD for PS2 Format
72+
Choose the Option for PS2 Format:
73+
Look for and select option "8 - Hack your HDD to PS2 Format".
74+
This prepares your hard drive to be recognized and used by the PS2 system.
75+
76+
4. Format Hard Drive with wLaunchELF
77+
After completing the preparation steps on your PC, safely disconnect the hard drive.
78+
Connect the hard drive to your PlayStation 2 system, using the appropriate adapter if necessary.
79+
80+
5. Use wLaunchELF on Your PS2 to format again properly as instructed above.
81+
82+
83+
<h2>Completing the Setup</h2>
84+
After formatting and partitioning the HDD as required, you can proceed to install your Homebrew applications, games, or other content onto the newly prepared storage.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
layout: post
3+
title: Verifying the integrity of a game backup
4+
subtitle: Verifying the integrity of game backups to troubleshoot incompatibilities and errors
5+
author: Ripto
6+
wiptag: Completed
7+
factcheck: Pending
8+
categories: General
9+
banner:
10+
image: https://media.istockphoto.com/id/1338845808/photo/magnifying-glass-and-biometrics-authentication-technology-with-binary-code.webp?s=2048x2048&w=is&k=20&c=crOxbW_372HXwyIZn9i1hsOd-PwFx1zBKUWHkYXsR-Y=
11+
opacity: 0.5
12+
image: https://media.istockphoto.com/id/1338845808/photo/magnifying-glass-and-biometrics-authentication-technology-with-binary-code.webp?s=2048x2048&w=is&k=20&c=crOxbW_372HXwyIZn9i1hsOd-PwFx1zBKUWHkYXsR-Y=
13+
tags: Tutorial Discs Backup
14+
---
15+
16+
<h3>Intro:</h3>
17+
To verify the MD5 hash of your PS2 ISOs against the Redump database, you'll want to follow a series of straightforward steps. Redump is a project dedicated to preserving the integrity of disc-based media, and by checking your ISOs against their database, you can ensure your backups are accurate. Here's a simplified guide:
18+
19+
<h3>1. Obtain an MD5 Checksum Utility</h3>
20+
* First, you need a tool to calculate the MD5 checksum of your ISO file. For Windows, an easy-to-use option is "WinMD5" or "MD5Summer". Mac users can use the built-in "Terminal" app, and Linux users can also use their terminal.
21+
22+
**For Windows:**
23+
- Download and install WinMD5 or any other preferred MD5 checksum tool.
24+
-
25+
**For Mac/Linux:**
26+
- Use the terminal. No additional software is usually needed.
27+
28+
<h3>2. Calculate the MD5 Hash of Your PS2 ISO</h3>
29+
30+
**Windows:**
31+
- Open WinMD5.
32+
- Click on the 'Browse' button and select your PS2 ISO file.
33+
- The program will automatically calculate the hash once the file is selected.
34+
35+
**Mac/Linux:**
36+
- Open the Terminal.
37+
- Use the `cd` command to navigate to the folder containing your ISO. For example, `cd Downloads` if your ISO is in the Downloads folder.
38+
- Type `md5 [filename.iso]` for Mac or `md5sum [filename.iso]` for Linux and press Enter. Replace `[filename.iso]` with the name of your ISO file.
39+
40+
<h3>3. Compare Your MD5 Hash with Redump Database</h3>
41+
42+
- Visit the Redump website or any page that lists the MD5 hashes for PS2 games.
43+
- Use the search function to find your game.
44+
- Find the MD5 hash listed for your game on Redump and compare it with the hash you calculated.
45+
46+
<h4>How to Compare:</h4>
47+
- The MD5 hash is a long string of numbers and letters. You need to ensure every character matches perfectly with the one provided by Redump for your specific game.
48+
49+
**If They Match:** If every character in your MD5 hash matches the one on Redump, your ISO is a perfect copy of the original disc.
50+
51+
**If They Do Not Match:** If there's any discrepancy, the ISO may not be an accurate copy. This could be due to data corruption, differences in the disc version, or modifications.
52+
53+
By following these steps, you'll be able to verify the integrity of your PS2 ISOs against the Redump database, ensuring they're accurate backups of the original media. This process is crucial for preservation purposes and for ensuring compatibility with emulators and homebrew software.

0 commit comments

Comments
 (0)