Go to file
2024-05-27 00:03:35 +08:00
Properties/PublishProfiles 扩展探索功能 2024-05-27 00:03:35 +08:00
FileHelper.cs 导入导出修改的功能 2024-05-11 18:23:01 +08:00
HexHelper.cs mhfdat的道具读取 2024-05-10 18:28:39 +08:00
MHFOldShopTools.csproj mhfdat的道具读取 2024-05-10 18:28:39 +08:00
MHFOldShopTools.csproj.user 追加探索选项 2024-05-18 15:35:53 +08:00
MHFOldShopTools.sln mhfdat的道具读取 2024-05-10 18:28:39 +08:00
MHHelper.cs mhfdat的道具读取 2024-05-10 18:28:39 +08:00
Program.cs 扩展探索功能 2024-05-27 00:03:35 +08:00
README.md 导入导出修改的功能 2024-05-11 18:23:01 +08:00

##[Cn]

本工具是用于Monster Hunter Frontier 老版本Forward 5的玩家道具商店读写工具。

因为老版本怪物猎人边境的NPC商店列表商店并不受服务器控制。如Erupe的shop相关的表

纯客户端文件固定死的。

为了便于修改,以及为了实现服务器控制客户端商店列表,实现一个工具或类库。于是有了本工具。

本工具可以将mhfdat文件解析后将商店数据输出txt清单和csv文件。

同时也可以自己编辑csv文件。用本工具重新导入mhfdat。得以修复。

对非中国服务器的老版本服务器运营者因为老版本MHF中国只有我一个运营的服务器也分享本工具。

如果您的服务器有Launcher那么可以通过集成本工具最终由服务器控制客户端商店列表。我服务器就是这么做的

** 目前只处理了NetCafe Point Store这一个商店

##[En] This tool is a player item store read-write tool for Monster Hunter Frontier older versions (Forward 5).

Because the NPC store list store in the old version of Monster Hunter Frontier is not controlled by the server. (such as Erupe's shop related table)

The pure client file is fixed.

To facilitate modification and to achieve server control of the client store list, implement a tool or library. So there was this tool.

This tool can parse the mhfdat file and output the store data as a txt list and CSV file.

At the same time, you can also edit CSV files yourself. Use this tool to re import mhfdat. Can be repaired.

I also share this tool with operators of older versions of non Chinese servers (as I am the only one operating the server in MHF China).

If your server has a Launcher, then the client store list can be ultimately controlled by the server through the set cost tool. (That's how my server does it)

** Currently, only the NetCafe Point Store has been processed