Skip to content

1.1.4

Compare
Choose a tag to compare
@Nenkai Nenkai released this 24 Oct 18:09
· 4 commits to master since this release

[1.1.4] - 2024-10-24

api interface: Implemented new methods

  • bool FileExists(string gamePath, string packSuffix = "");
  • byte[] GetFileData(string gamePath, string packSuffix = "");
  • void AddModdedFile(string modId, string gamePath, byte[] file);