完善
This commit is contained in:
parent
2b3c3a33ac
commit
104e79a410
19
Program.cs
19
Program.cs
@ -130,6 +130,25 @@ namespace MHFOldEquipQuestFix
|
|||||||
target[0x0131] = src2;
|
target[0x0131] = src2;
|
||||||
target[0x0132] = src3;
|
target[0x0132] = src3;
|
||||||
target[0x0133] = src4;
|
target[0x0133] = src4;
|
||||||
|
|
||||||
|
//SR/AI FLag
|
||||||
|
src1 = src[336];
|
||||||
|
src2 = src[337];
|
||||||
|
src3 = src[338];
|
||||||
|
src4 = src[339];
|
||||||
|
target[312] = src1;
|
||||||
|
target[313] = src2;
|
||||||
|
target[314] = src3;
|
||||||
|
target[315] = src4;
|
||||||
|
|
||||||
|
src1 = src[340];
|
||||||
|
src2 = src[341];
|
||||||
|
src3 = src[342];
|
||||||
|
src4 = src[343];
|
||||||
|
target[316] = src1;
|
||||||
|
target[317] = src2;
|
||||||
|
target[318] = src3;
|
||||||
|
target[319] = src4;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
42
README.md
42
README.md
@ -1,3 +1,45 @@
|
|||||||
|
##[Cn]
|
||||||
|
|
||||||
适用于,MHF老版本的防具任务,从MHFZ的任务,修正为Erupe支持读取的格式。
|
适用于,MHF老版本的防具任务,从MHFZ的任务,修正为Erupe支持读取的格式。
|
||||||
|
|
||||||
使得MHF老版本防具任务可玩
|
使得MHF老版本防具任务可玩
|
||||||
|
|
||||||
|
顺带,Malcky看到代码后,添加了任务SR/AI的偏移量处理,感谢他的追加。
|
||||||
|
|
||||||
|
使用方法:
|
||||||
|
|
||||||
|
拷贝需要批处理的任务文件到Input,
|
||||||
|
|
||||||
|
启动程序,按提示,确认。
|
||||||
|
|
||||||
|
然后会转换所有Input文件夹的文件到Out文件夹。
|
||||||
|
|
||||||
|
##[En]
|
||||||
|
|
||||||
|
Here is a tool for batch repairing preset equipment type Quest Files
|
||||||
|
|
||||||
|
Enable files to support Erupe in FW5 mode
|
||||||
|
|
||||||
|
Can be completed in bulk.
|
||||||
|
|
||||||
|
I have been verifying on my Chinese FW5 server for over a month and there are no issues using it. I see Forward Fivers server, fix this type of quest files due to its large volume. I have shared the tool source code with Cruise, Forward Fivers can quickly repair quest files for players to play.
|
||||||
|
|
||||||
|
I hope to contribute my humble efforts.
|
||||||
|
|
||||||
|
And after Malskyor saw the code, he added SR/AI data offset based on this code.
|
||||||
|
|
||||||
|
Malcky changed the code slightly to include moving the SR/AI flag bytes. This is his added version. I will soon join the github repo as well
|
||||||
|
|
||||||
|
Converter tool that fixes different equipment and variant/SR lock structs from MHFZZ to older versions (so far we are using it for MHFW5).
|
||||||
|
|
||||||
|
How to Use:
|
||||||
|
|
||||||
|
1 - Copy and paste all MHFZZ quests inside the "Input" folder.
|
||||||
|
|
||||||
|
2 - Run "MHFOldEquipQuestFix.exe" and wait for it to read all the files.
|
||||||
|
|
||||||
|
3 - Type "y" and press enter after it shows the amount of quest files inside the folder.
|
||||||
|
|
||||||
|
4 - After finished all the resulting new files will be inside the "Out" folder, copy them to your older MHF server.
|
||||||
|
|
||||||
|
5 - Enjoy!
|
||||||
|
Loading…
Reference in New Issue
Block a user