Monster Hunter i for SH Unpack/Repacker Tools "怪物猎人i for 夏普"解包打包工具
Go to file
2025-03-16 01:53:43 +08:00
FileHelper.cs ver.1.0 2025-03-13 23:58:17 +08:00
HexHelper.cs 新增支持对于syokibugu文件的解析,以及参数模式切换 2025-03-14 14:59:31 +08:00
LICENSE Initial commit 2025-03-13 20:26:49 +08:00
MHiRepacker.csproj ver.1.0 2025-03-13 23:58:17 +08:00
MHiRepacker.sln ver.1.0 2025-03-13 23:58:17 +08:00
Program.cs 解决idata.dat解包的问题,自动化auto参数mode 2025-03-16 01:53:43 +08:00
README.md 解决idata.dat解包的问题,自动化auto参数mode 2025-03-16 01:53:43 +08:00

MHiRepacker

Monster Hunter i for SH Unpack/Repacker Tools ("怪物猎人i for 夏普"解包打包工具)

感谢"猪突猛进锅"分析文件

params:

[func] [inputpath] [outputpath]
func: unpack/repack
        unpack: [inputpath] is input File path ,[outputpath] is output Directory path
        repack: [inputpath] is input Directory path ,[outputpath] is output File path

eg.

unpack G:\exceldata.dat G:\exceldata_unpacked
repack G:\exceldata_unpacked G:\exceldata.dat

unpack G:\syokibugu.dat G:\syokibugu_unpacked
repack G:\syokibugu_unpacked G:\syokibugu

update:

1.4

抛弃mode参数现在由程序自动选择mode1或者mode2用户不用关心

There is no need for param:'mode' now; Automatically determine mode 1 or mode 2;

auto mode:

    mode0(default): Universal structure (look like exceldata.dat)
    mode1: Universal structure (look like syokibugu)

解决 idata.dat 不能解包的问题

Resolve the issue of idata.dat not being able to unpack

1.3

解决 exceldata.dat 不能解包的问题

Resolve the issue of exceldata.dat not being able to unpack