Raidernick Posted July 30, 2011 Share Posted July 30, 2011 (edited) This is probably a stupid question but it's been plaguing me for a while and I've finally gotten sick of it. I notice how all mod formid have a xx in the beginning and I know that this xx stands for the mod load order index number. I looked this number up in fomm and trust me I know it is the right number. However whenever I try to execute any console command that uses any formid from any mod it doesn't work. I always make sure I use the correct mod index number and it always tells me that it can't find the formid. Edited July 30, 2011 by Toxic_Tripod0 Link to comment Share on other sites More sharing options...
dree74 Posted July 30, 2011 Share Posted July 30, 2011 (edited) I hope you are aware of what .esm files do and what .esp files do. Here is a possible scenario for your case.Let's suppose you had a load order like this. 00 FalloutNV.esm01 DeadMoney.esm02 OldWorldBlues.esm03 Mod01.esm04 Mod02.esm05 Mod03.esm06 Mod04.esm07 PlugIn.esp08 SomeMod.esp let's say, you play the game for a while, make multiple save files as you progress. and after a while, you decide to get rid of Mod02 and Mod03, so your current load order changes like this: 00 FalloutNV.esm01 DeadMoney.esm02 OldWorldBlues.esm03 Mod01.esm04 Mod04.esm05 PlugIn.esp06 SomeMod.esp Here is your case. Mod04 tells you to add item with command that uses mod index XX.FOMM will tell you that Mod04's mod index is 04. However, your save file will think that Mod04.esm is still 06 because even if you removed Mod02.esm and Mod03.esmthey make copies of themselves into the savefile. Thus, your save file logically contain Mod02 and Mod03. This is the nature of .esm file. If mod index number is incorrect add digits (same amount as .esm files you removed), and increment the mod index and keep trying until you get it right. Edited July 30, 2011 by dree74 Link to comment Share on other sites More sharing options...
Raidernick Posted July 30, 2011 Author Share Posted July 30, 2011 (edited) DOH! Thanks for reminding me. I had forgotten about that since I rarely ever add new master files to my load order or change the order of the existing ones. I just reloaded masters in wrye bash and it fixed the problem. Edited July 30, 2011 by Toxic_Tripod0 Link to comment Share on other sites More sharing options...
Recommended Posts