I decided to release the 2da merger I've been using to get my PW up to custom content snuff. Details and download are here: http://neverwinterva...er/tool/2dilate
It introduces a new filetype: 2dx. The file specification is on the link above. The main goal of this merger:
- A merger that did not require using directories to separate multiple merge files.
- A file format that is simple, compact, and familiar. Something that could ideally be distributed with custom content to ease merging or shared by community members. And also trivially implementable in any programming language/environment.
- A simple straight forward interface, that does not require a PhD to learn.
I didn't thoroughly investigate all other 2da mergers, the few that I did I felt were overly complex and didn't suit my desire to keep all merges as discrete as possible so that I could keep track of 1) proper credits for everyone, 2) where a merge came from, and 3) easily add them to version control.
Samples are in the 7z distribution. To get a better idea of what can be done with 2dilate, it's worth looking at all those.
Big thanks to Shadooow for his feedback! With it, I think this tool has gone from being a nice little thing, to on the road to being rather state of the art.
v0.2:
- Added --non-default switch. When passed to 2dilate, the program will merge a row entry if and only if that entry is a default value. (The distro contains all 1.69 2DAs, this is not something users need to supply)
- Changed the TLK: specification line to use column names rather than numbers.
- Added DESCRIPTION: specification line for the purposes of prompting a person merging things, similar to WEIDU, I think.
- 2dx files no longer need to have all parent 2da columns, only those being changed.
- A new 2dx row entry: ####, this tells 2dilate to ignore merging this entry. This I think might simplify scenarios where someone might want to merge a few columns, but only certain entries on certain rows, without the burden of having to wonder: has this row entry been modified or not?
- 2dx files can be used to add new 2da columns. They will be appended to the end, per the suggestion in the Bioware 2da spec.
All other details are on the neverwintervault.org project page.
Modifié par leo_x, 14 septembre 2014 - 07:10 .