4.所以我的思路是如何打开dv2文件,原版龙裔有打开方式,
而新的龙骑士传奇被重新编译了。原来的龙裔unpack工具不能起作用了。
但是据说这个新的编译方式只不过是在文件开头加了一小点语句而已
当然我的理解可能是不正确的,我毕竟不是程序员,所以请看原文:
2楼的bacter :
It seems that it has two bonus fields at the beginning of the file header:
Something5 : DWORD // (5)
Something1 : DWORD // (1)
the rest are the same, as the original DV2 files.
Here is aluigi's QuickBMS script for the original Divinity2 dv2 files: http://aluigi.org/papers/bms/divinity2.bms
So just put this two line to the beginning of the script and it will work:
Code:
GET DUMMY long
GET DUMMY long
原帖地址:http://forum.xentax.com/viewtopic.php?f=10&t=4839&hilit=divinity