Protobuf Loader
🟠 Updated over a year agoThis mod may not work until the author updates it. Check for an update, or see the rollback guide.
Preview

🔍 Analysis
- 👍 1.4% endorsement rate — high engagement, a strong quality signal
- 🏆 #4 of 33 Tools mods in this game by downloads
📋 About This Mod
Load protobuf(.data) file at runtime to avoid conflicts.
Load protobuf(.data) file at runtime.
All mods opens source in github.
Special thanks to @chenstack for the CSharpLoader
The following text is basically for developers.
If you are a user, you don't really need to know details about this mod.
You only need to follow another author's installing-instruction if he says his mod is requiring this mod.
And know the Ctrl+F7 is reload hotkey.
How to Load a . Data File:
1.Install CSharpLoader and this mod.
2.Edit any valid .data file with DataEditor
Rename it in form of "_.data".
For example: EquipAttrDesc_青田葫芦改为上限10口.data
FUStSuitDesc_lalalalal_abcd_imgood.data
FUStBuffDesc_MyMod.data(The part after "-" is not necessary. For example, if you modify "FUStBuffDesc-Item.data" ,you can name it as "FUStBuffDesc_MyName.data")
Wrong example:
ABC_青田葫芦改为上限10口.data //Wrong. Must start with original table name(EquipAttrDesc)
EquipAttrDesc_青田葫芦改为上限10口aabc //Wrong. Must end with .data
FUStSuitDesc_lalalalal_abcd_imgood.bak.data //Wrong. ".bak.data" will be ignored automatically.
2. 5.(Optional) If you rename your data file as "_.insert.data", any record will be inserted into the first empty line and may get a new ID.
3.
Put data files in a folder. Copy the folder to BlackMythWukong\b1\Binaries\Win64\CSharpLoader\Mods\ProtobufLoader\.
For example:
-- b1\Binaries\Win64\CSharpLoader\Mods\ProtobufLoader
-- ProtobufLoader.dll
-- 300_青田葫芦改为10口上限
-- EquipAttrDesc_青田葫芦改为上限10口.data
-- 200_锦鳞套加2条套装效果_日金乌套改为加大量攻防
-- EquipAttrDesc_锦鳞套加2条效果_日金乌套改为加1800攻击2_修改属性.data
-- FUStSuitDesc_锦鳞套加2条套装效果日金乌套装改为加1800攻击1_修改套装.data
4.Run the game.
This mod will load the .data files in correct folders.
Why You Need this?
This mod can load record one by one instead of overwritting the whole table.
IF modders make ".data" mods instead of ".pak" mods ,there is a very good chance they won't conflict with each other.
(This mod doesn't magically delete all conflicts! Even if you install this mod,your old "pak" mods still conflict as before.)
For modders, you can modify .data file and reload it at runtime. Saves your time to pak, debug ,or merge paks for users.
注意:不是说你装了这个mod,原本冲突的mod就突然间不冲突了!!
意思是以后修改数据类的mod可以直接以data文件的形式发布并以该mod加载,就不会像以前pak文件那样极易冲突了
还省了把data文件打包成pak的工夫
Note:
0. Reload And Reset
Press Ctrl+F7 to reload data files.
Data in memory WILL be Reset(Since v1
📊 Mod Details
- Game
- Black Myth Wukong Mods
- Author
- xyzkljl1
- Version
- 1.3.2
- Downloads
- 38,863
- Endorsements
- 547
- Category
- Tools
- Created
- 9/30/2024
- Updated
- 10/20/2024
🔧 How to Install Blackmythwukong Mods
Download from Nexus Mods.
📖 Full step-by-step install guide for Blackmythwukong →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Blackmythwukong commands, item IDs, and more.
Keep browsing — more Blackmythwukong mods await