游戏狂人
 
- 贡献度
- 238
- 金元
- 7752
- 积分
- 1727
- 精华
- 0
- 注册时间
- 2012-10-17

|
原网站 https://www.nexusmods.com/diablo ... 074?tab=description
https://github.com/yinyin333333/TXT-to-JS-Generator-for-D2RMM
About this mod 关于这个模块
If you have an original .txt file and a user-modified version of it, the tool generates a mod.js file containing the changed or added content for all columns in every row for D2RMM.
如果你有一个原始的.txt 文件,以及一个该文件经过用户修改的版本,那么这个工具会生成一个.mod.js 文件,其中包含了 D2RMM 表格中每一行所有列中那些被修改或添加的内容。
Share 分享
Permissions and credits
权限与致谢
If you have an original .txt file and a user-modified version of it, the tool generates a mod.js file containing the changed or added content for all columns in every row for D2RMM.
如果你有一个原始的.txt 文件,以及一个该文件经过用户修改的版本,那么这个工具会生成一个.mod.js 文件,其中包含了 D2RMM 表格中每一行所有列中那些被修改或添加的内容。
Simply copy-pasting breaks compatibility with other mods. For example, if you want all monsters to be cows regardless of any updates to Some mode base, creating the specific cow code will ensure that preference is maintained in the future.
只需复制粘贴这些代码,就能确保其与其他模块兼容。例如,如果你希望所有怪物都变成奶牛,而不受“某些模式”基础设置任何更新的影响,那么创建专门的奶牛代码就能在未来保持这一偏好设置。
However, overwriting txt files will overwrite any new content added to each mod update later, leading to potential issues, so it is better to write it in this manner. Of course, this is not a program that magically creates mods. It is simply a simple program that converts a user's own changes into a mod.js file, and it will be helpful for those whose needs align with this purpose.
不过,覆盖 txt 文件会覆盖每次模块更新中添加的新内容,从而可能导致一些问题。因此,最好采用这种方式来编写模块。当然,这个程序并不是能够自动生成模块的工具。它只是一个简单的程序,可以将用户自己所做的修改转换为 mod.js 文件。对于那些有此需求的人来说,这个程序会非常有用。
JSON is not currently supported - to be added later.
目前不支持 JSON 格式的数据处理——后续会加入对该格式的支持。
The feature to generate mod.js so that users can adjust specific values via config will be added in the future. However, that part requires further consideration.
将来会加入一个功能,用户可以生成 mod.js 文件,从而通过配置文件来调整特定数值。不过,这部分功能还需要进一步考虑。
Since this is an early version, there may be issues with program execution and operation.
由于这是早期版本,因此在程序执行和操作方面可能存在一些问题。
Usage 使用方式
Launch the application. 启动应用程序。
Select the original global\excel txt folder as Original txt folder
请选择原始的`global`或`Excel`文件夹作为`原始文本文件文件夹`。
Select the changed txt folder as Edited txt folder
将已修改的 txt 文件夹选中为“编辑后的 txt 文件夹”。
Choose the mod.js output path
选择 mod.js 文件的输出路径。
Enter the mod name and author. The author defaults to Unknown
请输入模块名称和作者。如果未指定作者,则默认为“未知”。
Click Compare and Generate mod.js / mod.json Button
点击“比较并生成 mod.js / mod.json 文件”按钮。
|
评分
-
1
查看全部评分
-
|