JuQiang / D2REditor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

D2REditor

D2R offline file editor, which includes d2s & d2i and maybe something else.

这是一个暗黑2重制版的离线存档修改器,参考了很多有用的链接,当然首先是D2SLib。链接都放在下面,感谢他们,让我对D2S的file format有了一些了解。


关于txt文件的获取

  • 所有的txt文件,都是用最新版本的CascView打开的,选择data/data文件夹即可
  • 中文的信息,可以用/data/locales/data/zhtw/data/local/lng/chi/english.txt这个文件

特别感谢

  • 特别感谢D2SLib,节省了全部的对于file format包括但不限于item format的解析,所有的byte2bit的操作,以及回写的bit2byte的操作。遗憾一点的是,源代码是NET Core的,我这里用着不方便,稍微做了一些改动,主要是Json库的使用,移到了NET Framework上。**

特殊说明


如果要深入理解文件及最复杂的装备格式,必须要看这四个


UI有关


所有装备的模板


其他普通参考链接继续如下



flippyfile - Controls which DC6 file to use for displaying the item in the game world when it is dropped on the ground (uses the file name as the input) invfile - Controls which DC6 file to use for displaying the item graphics in the inventory (uses the file name as the input)

uniqueinvfile - Controls which DC6 file to use for displaying the item graphics in the inventory when it is a Unique quality item (uses the file name as the input)

setinvfile - Controls which DC6 file to use for displaying the item graphics in the inventory when it is a Set quality item (uses the file name as the input)

另外,我第一次使用markdown方式来写,所以先把简书这个链接放在这里,感谢作者!https://www.jianshu.com/p/191d1e21f7ed

About


Languages

Language:C# 100.0%