超级玩家
 
- 贡献度
- 129
- 金元
- 3413
- 积分
- 857
- 精华
- 0
- 注册时间
- 2021-4-17
|
1.支持D2<--->D2R存档转换
2.支持D2R存档直接修改装备,等级,任务,传送点等。
3.C#编写,你可以直接在浏览器内输入网址http://d2s.dschu012.dev/进行使用,或者下载附件后自己搭建服务器使用。
具体如图:
如果想要在自己电脑上本地使用的话,请阅读以下说明(自己看英文吧):
1. Clone this repo or download a zip.
2. Extract your MPQ data to a data folder in the same directory as the repo. (the tool needs TXTs, strings, pallettes, and item dc6s to work properly)
3. Run a simple http server hosting this directory (e.g. [http-server](https://www.npmjs.com/package/http-server), [nginx](https://www.nginx.com/), [IIS](https://www.iis.net/))
4. Go to http://localhost {PORT}/constants.html. Follow instructions to generate the TXT constant data for the save parser.
5. Go to http://localhost {PORT}/ verify everything works.
看不懂英文的我简单翻一下:
1.下载附件
2.解压MPQ档案
3.搭建服务器,可以是http-server,ngix,或者ISS
4.浏览器输入http://localhost:端口/constants.html或者http://localhost:端口/使用
|
评分
-
2
查看全部评分
-
|