TQWorld Posted February 3, 2015 Posted February 3, 2015 Hey all, I am trying to create a custom NPC using the Ningheim race, however, I cannot even get the RaceCompatability.esm (required for Ningheim) to load. I've tried loading without Ningheim and only trying to load the RaceCompatability.esm and no change. I've consulted the article on creating an NPC using this race but the tutorial assumes that you are able to load everything into the CK. I have modified the SkyrimEditor.ini to allow multiple masters and to accept Dawnguard. SArchiveList=Skyrim - Textures.bsa, Skyrim - Meshes.bsa, Skyrim - Animations.bsa, Skyrim - Voices.bsa, Skyrim - Interface.bsa, Skyrim - Misc.bsa, Skyrim - Sounds.bsa, Skyrim - VoicesExtra.bsa, Skyrim - Shaders.bsa, Update.bsa, Dawnguard.bsa In my attempts at getting this to work, I've added RaceCompatability.esm to the string above and I have also added in the below line which previously was not in my SkyrimEditor.ini: SResourceArchiveList2=Skyrim - Shaders.bsa, Update.bsa, Dawnguard.bsa, HearthFires.bsa I have also fudged it a little bit by changing the extension in the scripts above to read RaceCompatability.BSA (even though there is no RaceCompatability.bsa, only .esm). Here is the error I am receiving: Assert File: C:\_Skyrim\Code\TESV\TES Shared\misc\BGSLocalizedString.cpp Line: 2871 LOCALIZATION: Error opening or reading strings file. After that, it's CTD. I'm somewhat at the end of my rope here. My first attempting at modding is not going well at all. Any thoughts?
CGi Posted February 3, 2015 Posted February 3, 2015 As it seems, RC was localized to use string tables.You can undo this with TES5Edit or check if all string files are in place - if not, undo the localization. TES5Edit delocalization: load the plugin, richt-click the loaded plugin, Other -> Localization -> Delocalize plugin, save, try again in the CK. Just a quick warning: Delocalizing a plugin is not 100% error-free, so make a backup of the original file (TES5Edit makes one, if you choose so), so you can use this for playing the game. Using the delocalized plugin to play the game might lead to unforseeable errors.
TQWorld Posted February 3, 2015 Author Posted February 3, 2015 As it seems, RC was localized to use string tables. You can undo this with TES5Edit or check if all string files are in place - if not, undo the localization. TES5Edit delocalization: load the plugin, richt-click the loaded plugin, Other -> Localization -> Delocalize plugin, save, try again in the CK. Just a quick warning: Delocalizing a plugin is not 100% error-free, so make a backup of the original file (TES5Edit makes one, if you choose so), so you can use this for playing the game. Using the delocalized plugin to play the game might lead to unforseeable errors. And THIS is why you are the Grandmasta of all things, not just typos. Thanks so much.
CGi Posted February 3, 2015 Posted February 3, 2015 Thanks. ^^ if it helped, please mark this thread as solved, so others know that they might find a solution for their problem here.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.