shittakaburi Posted December 4, 2011 Author Posted December 4, 2011 Excellent. I'll look into this, thanks.
shittakaburi Posted December 6, 2011 Author Posted December 6, 2011 I added support for string files to the plugin and simply copied the Skyrim strings and renamed them to work with my plugin and that completely fixes the problems I was having with quest aliases. As for making my own string file, I don't think that's achievable since the formats mentioned are based on compiled string files and there is no available method to compile a string file. Unless there is some tool I am missing.
hexorcist Posted December 8, 2011 Posted December 8, 2011 (edited) On 12/6/2011 at 7:51 PM, shittakaburi said: I added support for string files to the plugin and simply copied the Skyrim strings and renamed them to work with my plugin and that completely fixes the problems I was having with quest aliases. As for making my own string file, I don't think that's achievable since the formats mentioned are based on compiled string files and there is no available method to compile a string file. Unless there is some tool I am missing. There probably isn't a tool for it specifically, yet.. but it wouldn't be hard to write a tool that could make the files as the format of the file is already understood. I wrote a parser for some translations I did on one of my apps, I'll take a look later today and see if I can't work some kind of editor/creator with it. Edited December 8, 2011 by hexorcist
fireundubh Posted December 9, 2011 Posted December 9, 2011 Skyrim Viewer has an option to load strings. TESsnip does not, however.
hexorcist Posted December 9, 2011 Posted December 9, 2011 (edited) On 12/9/2011 at 3:54 AM, fireundubh said: Skyrim Viewer has an option to load strings. TESsnip does not, however. Loading strings and making your own strings file are two different things though :) I'll have a tool out either in the next couple hours or in the morning - I'm doing some testing on it now. You can get it here: http://www.skyrimnexus.com/downloads/file.php?id=3112 Edited December 9, 2011 by hexorcist
Recommended Posts