AMNESIA LANG EDITOR TOOL - V1.1
About:
I've always found myself prone to making syntax errors when writing the language file data for amnesia, but yet i found the existing Lang tool (HplLangTool) not quite what I was looking for either. It was also lacking a way of merging files together. So I've written up this new tool.
Features:
- Reads / Writes valid XML LANG files. Provides some error insight if there was a parsing failure.
- Allows appending lang files together. If there is an entry collision the old entry is kept, and a message output to the "info" box.
- Easy to use, for adding & removing categories & entries you shouldn't even need the mouse.
- Collapsible tree structure to make categories easy to navigate.
- Resources information parsed
- Move entries between categories by dragging and dropping.
- Script support. You can easily write scripts (C#) to generate language file content.
- (new) Spell Checker support added
Download
Latest Version (V1.1) [DropBox]
Requires .net framework 3.0 to run.
Old Versions:
Quick Usage Guide
Open up a language file using "Open". The Left hand side should list all the categories with a little "+" icon next to them (If a category has no entries then no + sign is listed). You can expand the categories by clicking this to show all the entries. Click an entry once to highlight it - the text associated with this entry should appear on the right. You can delete an entry by highlighting it and pressing the delete key.
Double click and entry or category to rename it. A list of other options are available by right clicking on on the left hand pane.
Full list of Keyboard Shortcuts:
Known bugs:
None, currently.
Todo:
Strike-through means fixed/Added for next version.