Skip to content

Commit

Permalink
v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-free committed Jun 15, 2023
1 parent c843334 commit d130320
Show file tree
Hide file tree
Showing 51 changed files with 4,314 additions and 770 deletions.
11 changes: 9 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
# Thanks to whoever made https://devhints.io/makefile!

include variables.mk
include variables-shared.mk

PACKAGE_FILE = tonyhax-international-$(TONYHAX_VERSION).zip
PACKAGE_CONTENTS = $(ENTRY_FILES:%=entrypoints/%) $(ROM_FILES:%=rom/%) loader/HAX loader/FF9 loader/tonyhax.mcs loader/tonyhax-ff9.mcs loader/tonyhax.exe $(FREEPSXBOOT_IMAGES:%=freepsxboot/%) $(BOOT_CD_FILES:%=boot-cd/%) gshax/wipeout-usa/wipeout-usa-gshax-code.txt gshax/wipeout-usa/CODELIST00 gshax/parasite-eve-usa/parasite-eve-usa-gshax-code.txt gshax/parasite-eve-usa/CODELIST00 gshax/ridge-racer-usa/ridge-racer-usa-gshax-code.txt gshax/ridge-racer-usa/CODELIST00 gameshark/linux_x86_64_static/thigsgen gameshark/linux_x86_static/thigsgen gameshark/windows_x86_64/thigsgen.exe gameshark/windows_x86/thigsgen.exe *.md images/* LICENSE
PACKAGE_CONTENTS = $(ENTRY_FILES:%=entrypoints/%) $(ROM_FILES:%=rom/%) $(X_ROM_FILES:%=xstation/%) $(LOADER_OUTPUT_FILES:%=loader/%) $(FREEPSXBOOT_IMAGES:%=freepsxboot/%) $(BOOT_CD_FILES:%=boot-cd/%) $(GSHAX_FILES:%=gshax/%) $(THIGSGEN_FILES:%=gameshark/%) *.md LICENSE images/*

.PHONY: clean modules clean

Expand All @@ -20,6 +21,7 @@ modules:
$(MAKE) -C util
$(MAKE) -C entrypoints all
$(MAKE) -C gameshark all
$(MAKE) -C gshax all

$(MAKE) -C loader -f Makefile.freepsxboot all
$(MAKE) -C freepsxboot all
Expand All @@ -29,21 +31,26 @@ modules:
$(MAKE) -C rom all
$(MAKE) -C loader clean

$(MAKE) -C loader -f Makefile.xstation all
$(MAKE) -C xstation all
$(MAKE) -C loader clean

$(MAKE) -C loader -f Makefile.ff9 all
$(MAKE) -C loader clean

$(MAKE) -C loader all
$(MAKE) -C boot-cd all
$(MAKE) -C gshax all

clean:
$(MAKE) -C util clean
$(MAKE) -C gshax-tool clean
$(MAKE) -C entrypoints clean
$(MAKE) -C loader clean
$(MAKE) -C loader -f Makefile.ff9 clean
$(MAKE) -C freepsxboot clean
$(MAKE) -C boot-cd clean
$(MAKE) -C rom clean
$(MAKE) -C xstation clean
$(MAKE) -C gameshark clean
$(MAKE) -C gshax clean
$(RM) tonyhax-*.zip
10 changes: 5 additions & 5 deletions anti-piracy-bypass.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ When triggered, the APv1 and APv2 style copy protections will trigger an 'anti-p

In addition to APv1 or APv2 protection, some later games may also contain a protection measure known as the EDC check. For the affected games, this protection is triggered when you burn the EDC protected PSX CD image with standard CD burning software, which in most cases will changes the EDC data when burning an EDC protected PSX CD image.

The EDC check can be however be defeated by simply forcing the EDC data to not be changed when burning such a protected PSX CD image. Not every CD burning software has an option which can do this, please see the [CD Burning](#cd-burning-for-edc) section for a more in depth capability comparison of common burning software.
The EDC check can be however be defeated by simply forcing the EDC data to not be changed when burning such a protected PSX CD image. Not every CD burning software has an option which can do this, please see the [CD Burning](#cd-burning) section for a more in depth capability comparison of common burning software.

Real 'imported region' PSX game discs with EDC protection will work just fine when booted via Tonyhax International.

Expand All @@ -40,7 +40,7 @@ LibCrypt protection can be bypassed by burning a backup CD-R of a LibCrypt game

Real PAL LibCrypt discs booted via Tonyhax International on USA or Japanese consoles ('imports') will not trip the detection.

## CD Burning For EDC
## CD Burning

### [CDRDAO-PLED](https://alex-free.github.io/cdrdao)

Expand Down Expand Up @@ -441,21 +441,21 @@ This is the complete list of games with bypasses anti-piracy measures that are s
- When Is The Anti-Piracy Screen Check: Immediately.
- Versions With Anti-Piracy Bypass Support: Japan.

## NBA Shootout 2001
### NBA Shootout 2001

- Versions Tested: [USA](http://redump.org/disc/16764/), [USA Demo](http://redump.org/disc/42465/).
- Versions With Anti-Piracy Screen: USA, USA Demo.
- When Is The Anti-Piracy Screen Check: At the end of the first loading screen.
- Versions With Anti-Piracy Bypass Support: USA, USA Demo.

## NBA Shootout 2002
### NBA Shootout 2002

- Versions Tested: [USA](http://redump.org/disc/14527/), [USA Demo](http://redump.org/disc/44305/).
- Versions With Anti-Piracy Screen: USA, USA Demo.
- When Is The Anti-Piracy Screen Check: At the end of the first loading screen.
- Versions With Anti-Piracy Bypass Support: USA, USA Demo.

## NBA Shootout 2003
### NBA Shootout 2003

- Versions Tested: [USA](http://redump.org/disc/14566/).
- Versions With Anti-Piracy Screen: USA.
Expand Down
1 change: 1 addition & 0 deletions boot-cd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Thanks to whoever made https://devhints.io/makefile!

include ../variables.mk
include ../variables-shared.mk

.PHONY: clean

Expand Down
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## Version 1.3.3 (6/5/2023)

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

Changes:

* Added a [APv2 bypass](anti-piracy-bypass.md) for Boku no Natsuyasumi: Summer Holiday 20th Century Japan to close this [issue](https://github.com/alex-free/tonyhax/issues/28). Enjoy, [Bloom-Haven](https://github.com/Bloom-Haven)!!!

* Added a ton of real hardware screen captures to the docs and improved documentation itself immensely with more in-depth steps.

## Version 1.3.2 (6/3/2023)

* [tonyhax-international-v1.3.2](https://github.com/alex-free/tonyhax/releases/download/v1.3.2i/tonyhax-international-v1.3.2.zip)
Expand Down
Loading

0 comments on commit d130320

Please sign in to comment.