crifs.v2.hook 2.2.1
About
CRI FileSystem V2 Hook is a mod based on Reloaded II that allows you to add/replace files in games that use CRI Middleware and the CPK container.
Support
This universal mod targets games using various versions of CRI MiddleWare's V2 File System.
For a full list of supported games, see the wiki support table.
Additional Features
- Mods can use case-insensitive file paths. (Note: CRI is Case Sensitive)
- Supports games using both UTF-8 and ANSI encoding.
- Hot Reload (Add/Replace files without app restart).
- API (dynamically add files, etc.)
- Log files accessed by application.
- Log redirected files.
- Replace music in AWB files inside CPKs without using additional disk space, via an extension mod.
Building
- Install Reloaded II.
- Install .NET 7 SDK.
- [Optional] Download Visual Studio/Rider and open the .sln file.
When you build your project, the files will automatically be copied to the right directory and be loaded by Reloaded.
Refer to the Reloaded wiki if you need more information.
Showing the top 20 packages that depend on crifs.v2.hook.
Packages | Downloads |
---|---|
CriFs.V2.Hook.Awb
Adds support for FileEmulationFramework's AWB Emulator by automatically extracting ACBs as needed.
|
12,167,469 |
p5rpc.modloader
Mod which provides base modding support as well as miscellaneous basic quality of life fixes. See readme for Special Thanks!
|
3,005,397 |
p5rpc.modloader
Mod which provides base modding support as well as miscellaneous basic quality of life fixes. See readme for Special Thanks!
|
2,692,780 |
p5rpc.modloader
Mod which provides base modding support as well as miscellaneous basic quality of life fixes. See readme for Special Thanks!
|
2,524,417 |
p5rpc.modloader
Mod which provides base modding support as well as miscellaneous basic quality of life fixes. See readme for Special Thanks!
|
2,003,685 |
p5rpc.modloader
Mod which provides base modding support as well as miscellaneous basic quality of life fixes. See readme for Special Thanks!
|
827,785 |
p5rpc.modloader
Mod which provides base modding support as well as miscellaneous basic quality of life fixes. See readme for Special Thanks!
|
377,378 |
p5rpc.modloader
Mod which provides base modding support as well as miscellaneous basic quality of life fixes. See readme for Special Thanks!
|
303,702 |
p5rpc.modloader
Mod which provides base modding support as well as miscellaneous basic quality of life fixes. See readme for Special Thanks!
|
261,881 |
p5rpc.modloader
Mod which provides base modding support as well as miscellaneous basic quality of life fixes. See readme for Special Thanks!
|
252,114 |
p5rpc.modloader
Mod which provides base modding support as well as miscellaneous basic quality of life fixes. See readme for Special Thanks!
|
240,033 |
p5rpc.modloader
Mod which provides base modding support as well as miscellaneous basic quality of life fixes. See readme for Special Thanks!
|
210,909 |
p5rpc.modloader
Mod which provides base modding support as well as miscellaneous basic quality of life fixes. See readme for Special Thanks!
|
184,069 |
p5rpc.modloader
Mod which provides base modding support as well as miscellaneous basic quality of life fixes. See readme for Special Thanks!
|
148,060 |
p5rpc.modloader
Mod which provides base modding support as well as miscellaneous basic quality of life fixes. See readme for Special Thanks!
|
86,927 |
p5rpc.modloader
Mod which provides base modding support as well as miscellaneous basic quality of life fixes. See readme for Special Thanks!
|
84,159 |
p5rpc.modloader
Mod which provides base modding support as well as miscellaneous basic quality of life fixes. See readme for Special Thanks!
|
77,205 |
p5rpc.modloader
Mod which provides base modding support as well as miscellaneous basic quality of life fixes. See readme for Special Thanks!
|
72,344 |
p5rpc.modloader
Mod which provides base modding support as well as miscellaneous basic quality of life fixes. See readme for Special Thanks!
|
43,397 |
CriFs.V2.Hook.Awb
Adds support for FileEmulationFramework's AWB Emulator by automatically extracting ACBs as needed.
|
42,843 |
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.2.1](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/compare/2.1.6...2.2.1) - 2023-09-11
### Merged
- Add SetMaxFilesMultiplier to API [`#6`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/pull/6)
- Game Support: One Piece Burning Blood [`#5`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/pull/5)
### Commits
- Added: 32-bit calling conventions [`2120077`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/212007732e75a3907eba58e479a833d64003f81e)
- Changed: Use Bind Files and Symlinks Across the Stack [`cebf8f5`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/cebf8f58fb77d1ad22cf58f95ab1a624b37cae37)
- Changed: Manually allocate memory in InitializeLibrary as needed. [`200495c`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/200495ce787587145ccdd429c04cd06d3db4b513)
- Changed: Reuse memory originally stolen from InitializeLibrary for bindings [`e744a10`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/e744a10778652cdff2cef5c101f6969575ef1ef3)
- Added: Preliminary (Incomplete) 32-bit Support and Symlink Delete Guard [`739590f`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/739590f1cedceceb7deb3cc70d53e53c30aac07d)
- Improved: Pointer Naming & Information [`9fa6bba`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/9fa6bba51386c58f15b40fbe5a3ccc9df15917c6)
- Added: Some extra hooking related info. [`dc86cd3`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/dc86cd3d9d48caa9bec408433c55320f5b4e261f)
- Removed Sleep on Bind to Improve Startup Perf [`455e39d`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/455e39d05dad8fa5b086a9358682c2782d485049)
- Initial 64-bit Symlinkless Rewrite [`b4b6798`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/b4b67989025627e872111a1e9e84388fa902e832)
- Added: New Signature Scanning System w/ Initial Games [`d36598d`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/d36598dd56aab1329276c9da456e62b606e52a6b)
- Sonic Forces you To Support It [`3f411a2`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/3f411a27b9ea08d75ce06971a4a38136bdbf63d5)
- One Piece UWR Support & Printing Redirected Files [`03020d3`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/03020d36a7f5aadfe93a2c9bb62a84f5fc37e7c8)
- Performed: Cleanup of Leftovers from Unused Field [`483aec7`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/483aec73edaa0fd92b33b30b697b818439bc1805)
- Changed: Code such that every signature is optional. And fixed [`93eb7d7`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/93eb7d79d6906e2f0429931ee3623334607a0253)
- Changed: criFsIo_Open param should be nint** [`7ae0eaf`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/7ae0eafb3502c6bc53a6affb89e7b715981a3cb6)
- Added: Null Pointer Handling for some Buggy Games like OPU [`e4425f6`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/e4425f6715275dcb338b7e61f9740e13c9174bc2)
- Added: Signatures for Sonic Generations & Sonic Lost World [`76f9bb4`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/76f9bb46b83494c871246913ba0b0f0d42722802)
- Changed: Migrated to Reloaded.Memory 9.X [`ca85aa6`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/ca85aa6e1da7dc5b2fb237a85e6b1a285d0e8231)
- Added: Fix for BindFiles bug on older x86 CRI [`9b84f4b`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/9b84f4b0772dff1cc74f070f7937a5c93309cd40)
- Fixed: BindFiles Bug in x86 CRI MIddleware Libraries from before pre-2016 [`7b861f4`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/7b861f46bdf025ce58ce29785627bf56cf801e6f)
- Updated: Project Documentation [`d92aaa2`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/d92aaa2ab20f567c006e1fd39fb44f2ba00f8eb4)
- Added: Guide for Supporting Newer Games & Yakuza Kiwami Support [`a5472e1`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/a5472e165a202a1d1a8423c659276f44f4b72ee0)
- Updated: Docs Support Table & Guide [`ada454f`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/ada454f9975f67f4fb093b60099082b6a035d382)
- Game Support: Bayonetta [`d79b541`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/d79b5419437f9ffe156d7a92855b9d6a295fc235)
- Fixed: Oversight where InitializeLibrary might be passed null [`87064af`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/87064af73c537e56dc11300af720f6847ec3aa8a)
- Game Support: Tekken 7 & Sonic 4 [`ad14f6b`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/ad14f6ba069cc0686a3440fd0ba2f44176d157b9)
- Added: Missing Game IDs [`4da5c7b`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/4da5c7be5a372e730cb6ad38a5971418ba2d6265)
- Game Support: Yakuza Kiwami 2 [`aa1c034`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/aa1c0340d09cb6b2dc4b282895e00f057ccb2e15)
- Game (Non) Support: NieR Automata [`a536fa2`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/a536fa259795fddc6a62b944ca58802847b1a143)
- Added: OPBB to supported games list in readme [`d3a6c4d`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/d3a6c4dd30d37d3a31ff149607ceef23680eb0b7)
- Added: Silence CRI on BindFiles. (On Recent CRI Games) [`740cd65`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/740cd658fbb7f9e636890fb6049de8c482819e97)
- Added: Friendlier Message on BindFiles [`8562393`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/85623936140a23c5ca76eb7b25ebd948481d4f76)
- Bumped: Project Version [`04af722`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/04af722e73e72ad95e84d7e439001add33740fb2)
- Cleanup Remaining Code [`579f9b8`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/579f9b821eb571d09b2d844e2edea0d1162a186f)
- Moved: Dev page to bottom [`4790146`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/4790146fae461b556a546b9c6ad5734373199a53)
- Added: Handle Paths with Frontslash Starts [`44a33e7`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/44a33e7426c73724a8a08f138e8e4dd995eb43e7)
- Added: Auto-register files in Bind folder. [`3baf0eb`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/3baf0eb9b4281246090af45fca6382491dd75299)
- Added: Some additional debug logging. [`b75c98f`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/b75c98fb55cbc9c66a6de206f75f08d5c988018c)
- Find: Log original path in debug [`fbf88d4`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/fbf88d46a91fa1dd8daf616eebf1e5a1251d7f6d)
- Changed: Split CpkBinder into separate files. [`1090ed1`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/1090ed1106c79389aec23947b4e55164fdab976d)
- Replace Path returned from Find Operation [`de3b6ec`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/de3b6ec1385894e768f7c0e1b6ddf7e0efe072dc)
- Hook CriFsLoader_RegisterFile (internal method) [`af2b380`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/af2b3808976508e68b1082d82ab601196511353b)
- Fixed: Incorrect Marking of BindFile as BindFiles [`3ab6f3a`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/3ab6f3a2b53f3f6160fee618d6719176b6ddd0c3)
- Disable: E2019031863 in P5R [`c9568fc`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/c9568fce3dfffa4ea58b6fcabb3e78828c15872c)
- Revert change meant for testing (woops) [`71d8eb1`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/71d8eb1774f225a911e5f0f20ff6d8afe1d1f521)
- Move SetMaxFilesMultiplier to CpkBinder [`d8d4aa3`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/d8d4aa3bcf3202542bb211ecbcf5a6a0a4a3d115)
- Prepare for Release [`40377f5`](https://github.com/Sewer56/CriFs.V2.Hook.ReloadedII/commit/40377f50ddceea21accbf69fa242ccd01d2a9a5f)
Version | Downloads | Last updated |
---|---|---|
2.5.3 | 297,974 | 3/22/2025 |
2.5.1 | 4,488,320 | 10/11/2024 |
2.5.0 | 11,092 | 10/11/2024 |
2.4.0 | 1,016,293 | 8/27/2024 |
2.3.2 | 614,328 | 7/31/2024 |
2.3.1 | 4,356,414 | 1/12/2024 |
2.3.0 | 462 | 1/12/2024 |
2.2.2 | 681,521 | 9/13/2023 |
2.2.1 | 10,900 | 9/11/2023 |
2.1.6 | 1,086,885 | 3/19/2023 |
2.1.5 | 489,473 | 1/20/2023 |
2.1.4 | 14,599 | 1/19/2023 |
2.1.3 | 352,774 | 11/30/2022 |
2.1.2 | 4,597 | 11/29/2022 |
2.1.1 | 958 | 11/29/2022 |
2.1.0 | 1,727 | 11/29/2022 |
2.0.1 | 159 | 11/29/2022 |
2.0.0 | 210 | 11/29/2022 |
1.1.0 | 27,798 | 11/27/2022 |
1.0.4 | 46,651 | 11/23/2022 |
1.0.3 | 22,221 | 11/21/2022 |
1.0.2 | 693 | 11/21/2022 |
1.0.1 | 787 | 11/21/2022 |
1.0.0 | 7,183 | 11/20/2022 |