You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#This is kind of shit but works wayyy better then the mess that is tonyhax og release zip files (which COMPRESSES EVERYTHING from root of current working build directory!)
13
+
#zip a directory of files, not files themselves
14
14
$(PACKAGE_FILE): $(PACKAGE_CONTENTS)
15
15
$(RM)$(PACKAGE_FILE)
16
16
cd ../; cp -r tonyhax tonyhax-international-$(TONYHAX_VERSION); zip -9 tonyhax/$(PACKAGE_FILE)$(PACKAGE_CONTENTS); yes | rm -r tonyhax-international-$(TONYHAX_VERSION)
Copy file name to clipboardExpand all lines: anti-piracy-bypass.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ _List Notes:_
107
107
|[Dance Dance Revolution: Best Hits (Japan)](http://redump.org/disc/30601)|[APv2](#apv2), [EDC](#edc)| Boot. | APv2 - YES. EDC - NO, [burn disc in special way](#edc). |
108
108
|[Dance Dance Revolution: Disney's Rave (Japan)](http://redump.org/disc/37012/)|[APv2](#apv2), [EDC](#edc)| Boot. | APv2 - YES. EDC - NO, [burn disc in special way](#edc). |
109
109
|[Dance Dance Revolution Extra Mix (Japan)](http://redump.org/disc/44438/)|[APv2](#apv2), [EDC](#edc)| First `NOW LOADING` blinking text screen after selecting the first option in the start menu. | APv2 - YES. EDC - NO, [burn disc in special way](#edc). |
110
-
|[Dance Dance Revolution (Japan)](http://redump.org/disc/1562/)|[APv1](#apv1), [EDC](#edc)| First `NOW LOADING` blinking text screen after selecting the first default option in the main menu at start. | APv1 - YES. EDC - NO, [burn disc in special way](#edc). |
110
+
|[Dance Dance Revolution (Japan)](http://redump.org/disc/1562/)|[APv1](#apv1), [EDC](#edc)| First `NOW LOADING` blinking text screen after selecting the first default option in the main menu at start. | APv1 - YES. EDC - YES. |
111
111
|[Dance Dance Revolution Konamix (USA)](http://redump.org/disc/1238/)|[EDC](#edc)| Immediately there is a `NOW LOADING` blinking text screen and the CD drive goes crazy. | NO, [burn disc in special way](#edc). |
112
112
|[Dance Dance Revolution (USA)](http://redump.org/disc/1562/)|[EDC](#edc)| First `NOW LOADING` blinking text screen after selecting the first default option in the main menu at start. | NO, [burn disc in special way](#edc). |
113
113
|[Dancing Blade Katte ni Momotenshi II: Tears of Eden (Japan) (Disc 1)](http://redump.org/disc/14229/)|[APv1](#apv1)| First Konami logo screen. | YES |
@@ -647,11 +647,11 @@ _Effect:_ this protection triggers an 'anti-piracy screen of death':
647
647
648
648
### EDC
649
649
650
-
_Info:_ Some games may contain an EDC-based protection measure. For the affected games, this protection is triggered when you burn the EDC protected PSX CD image with standard CD burning software (like IMGBurn) that forces invalid EDC data to be corrected before writing it the disc. If valid EDC is found where an invalid EDC was expected, then when played on a real PSX will cause the game to trip the protection and lock up. Emulators usually ignore EDC/EEC interely, so they do not trigger the protection.
650
+
_Info:_ Some games may contain an EDC-based protection measure. For the affected games, this protection is triggered when you burn the EDC protected PSX CD image with standard CD burning software (like IMGBurn) that forces invalid EDC data to be corrected before writing it the disc. If valid EDC is found where an invalid EDC was expected, then when played on a real PSX will cause the game to trip the protection and lock up. Emulators usually ignore EDC/EEC entirely, so they do not trigger the protection.
651
651
652
652
_Found In:_ Japanese, USA, and PAL games.
653
653
654
-
_Bypass support in Tonyhax International Status:_No. However, you can follow my [Ultimate Guide To PSX CD-Rs](https://alex-free.github.io/psx-cdr#burning-software) for an example on how to burn a disc which defeats the protection with CDRDAO. Using Alchol 120% or Clone CD can also be done as long as you ignore EDC/EEC errors when burning. Basically, burn the games with SafeDisc 1 type settings, as this is basically the same protection/detection scheme.
654
+
_Bypass support in Tonyhax International Status:_yes. However most games don't have a bypass yet. For such games, you can follow my [Ultimate Guide To PSX CD-Rs](https://alex-free.github.io/psx-cdr#burning-software) for an example on how to burn a disc which defeats the protection with CDRDAO. Using Alchol 120% or Clone CD can also be done as long as you ignore EDC/EEC errors when burning in RAW DAO mode. Basically, burn the games with SafeDisc 1 type settings, as this is basically the same protection/detection scheme.
* Added APv1 bypasses for Wild Arms - 2nd Ignition (Japan Rev 0, Rev 1, Demo 1, and Demo 2).
12
+
13
+
* An insane amount of work has been put into the new [anti-piracy protections list](anti-piracy-bypass.md). Every confirmed protected PSX game known is listed with information of support in Tonyhax International.
0 commit comments