Skip to content

Commit 5ac2f12

Browse files
committed
v1.5.7i
1 parent c6f55b0 commit 5ac2f12

File tree

6 files changed

+7772
-22
lines changed

6 files changed

+7772
-22
lines changed

changelog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# [Tonyhax International](readme.md) -> Changelog
22

3+
## Version 1.5.6 (10/6/2024)
4+
5+
* [tonyhax-international-v1.5.6](https://github.com/alex-free/tonyhax/releases/download/v1.5.6i/tonyhax-international-v1.5.6.zip)
6+
7+
----------------------------------
8+
9+
Changes:
10+
11+
* Now that I actually have a GameID compatible device (Bitfunx PSXMemCard), I was able to further test GameID support (which was originally developed and then tested by [others](https://github.com/alex-free/tonyhax/issues/64) before implementing it into the official releases). I noticed that for some games which do not have the boot file in the root directory (i.e. `TEKKEN3\SLUS_004.02;1`) the extremely long filename causes some invalid characters in the `index.txt` of the GameID device. This is just a visual thing, and didn't impact any functionality of GameID or the save files themselves. This was fixed so that Tonyhax International now strips any parent directories and only sends the boot file name itself (i.e.`SLUS_004.02;1`) instead during GameID transmission.
12+
13+
* Similar to above, I also noticed that early Japanese `PSX.EXE` titles were sending only the serial product code and ending (i.e `000.01;1` for Ridge Racer (Japan)) as the GameID, and that is what was written in the `index.txt`. Again, while this doesn't impact any functionality of GameID or the saves, it's not correct so now Tonyhax International sends the fully reconstructed boot file properly (i.e. `SLPS_000.01;1`).
14+
15+
* **Please note that due to the above 2 changes, you may need to edit your `index.txt` file on your GameID device if you used a game that was affected, to point to the game's memory card image generated by a previous version of Tonyhax International. You will not need to do this again for future Tonyhax International updates.**
16+
17+
* GameID devices are now detected earlier in the Tonyhax International loader. The reason for this is if you use the [FreePSXBoot exploit](freepsxboot-exploit.md) on a GameID device, you don't need to remove the GameID device from the console before booting a game (since GameID switches the memory card image), unlike normal FreePSXBoot memory cards. The `REMOVE THE FREEPSXBOOT MEMORY CARD FROM YOUR CONSOLE... BEFORE BOOTING ANY GAME!` now does not show if you have a GameID device in slot 1 of the console for the FreePSXBoot method.
18+
19+
* Updated [FreePSXBoot documentation](freepsxboot-exploit.md) with info on how to use it with GameID compatible memory cards.
20+
21+
* Updated [GameID documentation](gameid.md) with instructions on how to use a Bitfunx PSXMemCard with GameID.
22+
23+
* Improved the [PS2 Hardware bug software-based fix documentation](ps2-80-minute-cd-rs.md).
24+
25+
* Cleaned up the Tonyhax vs Tonyhax International [diff](https://github.com/alex-free/tonyhax/tree/master/docs/tonyhax-vs-tonyhax-international-diffs) to be more clear about code changes in comparison to the original Tonyhax loader.
26+
327
## Version 1.5.5 (9/27/2024)
428

529
* [tonyhax-international-v1.5.5](https://github.com/alex-free/tonyhax/releases/download/v1.5.5i/tonyhax-international-v1.5.5.zip)

0 commit comments

Comments
 (0)