skip to content
Frictional Game Wiki
User Tools
Register
Log In
Site Tools
Search
Tools
Show page
Old revisions
Backlinks
Recent Changes
Media Manager
Sitemap
Log In
Register
>
Recent Changes
Media Manager
Sitemap
Trace:
hpl2:resources:let
<h1>Amnesia Lang Editor Tool - V1.1</h1> <div class="level1"> <p> <a href="http://www.frictionalgames.com/forum/thread-12213.html" class="urlextern" title="http://www.frictionalgames.com/forum/thread-12213.html" rel="nofollow">Original Forum Post</a> </p> </div> <h2>About</h2> <div class="level2"> <p> 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. </p> </div> <h2>Features</h2> <div class="level2"> <ol> <li class="level1"> Reads / Writes valid XML LANG files. Provides a useful error message if there was a parsing failure (errors tab) - helpful for debugging.</li> <li class="level2"> Allows appending lang files together. If there is an entry collision the old entry is kept, and a message output to the errors tab.</li> <li class="level2"> Easy to use, for adding & removing categories & entries you shouldn't even need the mouse.</li> <li class="level2"> Collapsible tree structure to make categories easy to navigate.</li> <li class="level2"> Resources information parsed</li> <li class="level2"> Move entries between categories by dragging and dropping.</li> <li class="level2"> Script support. You can now easily write scripts (C#) to generate language file content.</li> <li class="level2"> SpellChecker</li> </ol> </div> <h2>Download</h2> <div class="level2"> <p> Requires .net framework 3.0 to run. </p> <p> Latest Version: </p> <p> <a href="http://dl.dropbox.com/u/64805489/LangEditor/LangEditorV1.1.zip" class="urlextern" title="http://dl.dropbox.com/u/64805489/LangEditor/LangEditorV1.1.zip" rel="nofollow">V1.1</a> </p> <p> Older Versions: </p> <p> <a href="http://dl.dropbox.com/u/64805489/LangEditor/LangEditorV1.0b.zip" class="urlextern" title="http://dl.dropbox.com/u/64805489/LangEditor/LangEditorV1.0b.zip" rel="nofollow">V1.0B</a> <br/> <a href="http://www.mediafire.com/?umq27qt20kil27o" class="urlextern" title="http://www.mediafire.com/?umq27qt20kil27o" rel="nofollow">Beta 3</a> <br/> <a href="http://www.mediafire.com/?3dr3z1krs3py128" class="urlextern" title="http://www.mediafire.com/?3dr3z1krs3py128" rel="nofollow">Beta 2</a> <br/> <a href="http://www.mediafire.com/?57jjtdwtug6jjgx" class="urlextern" title="http://www.mediafire.com/?57jjtdwtug6jjgx" rel="nofollow">Beta 1</a> </p> </div> <h2>Quick Usage Guide</h2> <div class="level2"> <p> 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. <br/> <br/> 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. <br/> <br/> Full list of Keyboard Shortcuts: </p> <pre class="code">Ctrl + O : Open Ctrl + S : Save Ctrl + N : New Ctrl + W : Add Category (Main tab) Ctrl + E : Add Entry (Main tab) Ctrl + P : Add Path (Resources tab) Shift + Delete: Delete entry (Whilst not in focus) Cut, Copy, Paste, Undo etc supported too. </pre><p> </p> </div> <h2>Known bugs / Todo list</h2> <div class="level2"> <p> Look at adding multilanguage support (multiple dictionaries / custom dictionaries)? </p> <p> Enable/Disable Spellchecker option. </p> </div>
hpl2/resources/let.txt
· Last modified: 2012/06/06 19:34 by
apjjm
Page Tools
Show page
Old revisions
Backlinks
Export to PDF
Back to top