diff --git a/README.md b/README.md index 5a7e406..e4d9815 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,12 @@ # Pumptools: The ultimate toolset to run all Linux based PIU games on any* kernel and distribution -Version: 1.12 +Version: 1.13 [Release history](CHANGELOG.md) This tool-set provides hook libraries that can be pre-loaded to run vanilla dumps of all Pump It Up games running on Linux. This also includes the only exclusive MK5 hardware based game Exceed and the MK3 Linux ports. -## Public release note - -Currently, the public release contains all source code required to run all games listed -[here](#games-and-latest-versions-supported). The following games however are currently not working due to missing -dongle key tables and raw hdd areas (dummy files exist to allow full compilation of the project): - -* Fiesta -* FiestaEX -* Fiesta 2 -* Prime - -The required assets to run these games will follow with future releases. - ## Documentation Additional documentation on different topics related to pumptools are located in the `doc` subfolder @@ -74,9 +61,6 @@ available per game version) * [NX2](doc/hook/nx2hook.md): 154 * [Pro2](doc/hook/pro2hook.md): R5 nodongle * [NXA](doc/hook/nxahook.md): 110 - -Not available, yet: - * [Fiesta](doc/hook/fsthook.md): 120 * [FiestaEX](doc/hook/fexhook.md): 151 * [Fiesta 2](doc/hook/f2hook.md): 161 diff --git a/src/main/hook/f2/f2hook.hasp.key b/src/main/hook/f2/f2hook.hasp.key index 77b1c43..f9646d2 100644 Binary files a/src/main/hook/f2/f2hook.hasp.key and b/src/main/hook/f2/f2hook.hasp.key differ diff --git a/src/main/hook/f2/f2hook.hdd.raw b/src/main/hook/f2/f2hook.hdd.raw old mode 100644 new mode 100755 index 77b1c43..eb66e2a Binary files a/src/main/hook/f2/f2hook.hdd.raw and b/src/main/hook/f2/f2hook.hdd.raw differ diff --git a/src/main/hook/fex/fexhook.dog.key b/src/main/hook/fex/fexhook.dog.key old mode 100644 new mode 100755 index 77b1c43..eeda6a9 Binary files a/src/main/hook/fex/fexhook.dog.key and b/src/main/hook/fex/fexhook.dog.key differ diff --git a/src/main/hook/fex/fexhook.hdd.raw b/src/main/hook/fex/fexhook.hdd.raw old mode 100644 new mode 100755 index 77b1c43..42d9082 Binary files a/src/main/hook/fex/fexhook.hdd.raw and b/src/main/hook/fex/fexhook.hdd.raw differ diff --git a/src/main/hook/fst/fsthook.dog.key b/src/main/hook/fst/fsthook.dog.key old mode 100644 new mode 100755 index 77b1c43..6ae552b Binary files a/src/main/hook/fst/fsthook.dog.key and b/src/main/hook/fst/fsthook.dog.key differ diff --git a/src/main/hook/fst/fsthook.hdd.raw b/src/main/hook/fst/fsthook.hdd.raw old mode 100644 new mode 100755 index 77b1c43..178641a Binary files a/src/main/hook/fst/fsthook.hdd.raw and b/src/main/hook/fst/fsthook.hdd.raw differ diff --git a/src/main/hook/pri/prihook.hasp.key b/src/main/hook/pri/prihook.hasp.key index 77b1c43..7d1a136 100644 Binary files a/src/main/hook/pri/prihook.hasp.key and b/src/main/hook/pri/prihook.hasp.key differ diff --git a/src/main/hook/pri/prihook.hdd.raw b/src/main/hook/pri/prihook.hdd.raw old mode 100644 new mode 100755 index 77b1c43..8e3552e Binary files a/src/main/hook/pri/prihook.hdd.raw and b/src/main/hook/pri/prihook.hdd.raw differ