Sewer56 / CriFs.V2.Hook.ReloadedII

A mod that allows you to add/replace existing files without repacking CRI Middleware CPKs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Wiki.

Support

This universal mod targets games using various versions of CRI MiddleWare's V2 File System; allowing you to replace files in many games which use '.CPK' containers.

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.

About

A mod that allows you to add/replace existing files without repacking CRI Middleware CPKs.

License:GNU Lesser General Public License v3.0


Languages

Language:C# 89.6%Language:PowerShell 10.4%