An advanced 2DA editor with some TLK editing support. Features:
- Tabbed mode for convenient switching between several opened 2DAs.
- A split view between a grid editor and a "property grid" editor for those long-spanning 2DA files.
- Row number and label columns "frozen" (always visible during horizontal scrolling), so that you don't get lost.
- Multiple-cell selection with ability to copy/paste data between 2DA files, and to and from Excel.
- Advanced filtering with SQL-like language featuring multi-field filtering, all standard comparison operators and LIKE pattern matching, boolean operators, and string functions.
- Drop-down pickers for common field values, 2DA cross-references, TLK StrRefs, and hexadecimal bitflags. 2DA and TLK pickers have built-in search/filtering capability for quick lookup.
- All pickers use extensible 2DA schemas written in XML, with a number of common schemas already provided. Describe your own custom 2DAs easily, and edit them conveniently!
- Free / Open Source Software under LGPL v2.1
Requires .NET Framework 3.5.
More information is available from the CodePlex site for the project:
Link
Anyone with a problem like Andarian (most likely Vista 64-bit issue since I'm using it as well), try open the installer EXE file with 7-zip, then extract the MSI file to any location and run from there.
4. _________________________ if (!coffee) then moreWork=false; else moreSleep=true;
Alright, I've tracked down the problem. Shame on me - I missed an inappropriate use of the current OS locale when parsing the 2DA file, so if your culture uses "," as a decimal separator (which is most of the world... *coughs*), it would fail on any 2DA with a schema that has a field of type "Float". I'm going to upload an updated version soon. _________________________ [Advanced 2DA editor with TLK support]
Posted by ShaDoOoW at 2008-10-15 08:37:00 Voted 9.00 on 10/14/08
Posted by ShaDoOoW at 2008-10-15 08:35:08 Voted 9.00 on 10/14/08
Yes Im sure. I opened feats.2da and instead of this 2da it opened skills and spells. But maybe it is connected with the CRValue error.
I get this error always when I open some 2da. I got this in all CLS_FEAT_ 2da, spells.2da and some others. So maybe when I opened feats.2da it opened skills, then spells and it wanted to opened feat then but in spell I got error...
Are you sure it opens it _instead_ of feat.2da, and not just _together_ with feat.2da?
The latter behavior is intentional - it opens all 2DAs the one you're trying to open references so that it can do cross-reference lookups in dropdowns. This can be disabled in Tools->Options if you don't like it. Regardless, it should always open the file that you've asked it to open, though.
Regarding that other error message about CRValue - can you describe in more detail when you get it? As I understand, it's when you're trying to enter a value into a cell in the corresponding column of feat.2da - what value are you entering?
If anyone is interested, I could use some help with the project, particularly with respect to those 2DA schemas. So far it has a few 2DAs that are commonly referenced when doing custom classes covered - classes.2da, feat.2da, cls_feat_*.2da, and spells.2da (because that's what I needed for myself first and foremost), but there are plenty more. The .2daschema format is quite obvious once you look at the existing definition, and is easy to customize; besides, the installer includes a documented XML Schema (.xsd) that can be used in any schema-aware XML editor to provide element/attribute completion with tooltips. 2DA files themselves are usually pretty-well described at CCG.
So, If anyone is willing to help extend the stock 2DA schema for the next version, scribble a note here, or at the CodePlex project forum. _________________________ [Advanced 2DA editor with TLK support]
You must be Logged In to post comments in this section.