Strajder Posted February 27, 2013 Share Posted February 27, 2013 Hi to all, i am new here and i have problem with mod codes. I installed fomm and two letters alongside specific mod in the list of installed mods are the first two letters marked as xx of that specific code mod. But when i add those two letters with other ones in description, game do not recognize them. For example, here is a list of installed mods:http://img687.imageshack.us/img687/8793/clip10b.jpg Code for specific armor in that mod i want to add is xx000ade. So as shown in the list above first two letter for that mod are 0A and the full code now is 0A000ade for that specific armor. When ingame i opened console and entered this: player.additem 0A000ade 1 but it won't work, i got this messagehttp://img15.imageshack.us/img15/4677/falloutnv20130227234141.jpg Any help will be much appreciated. Link to comment Share on other sites More sharing options...
Xaranth Posted February 27, 2013 Share Posted February 27, 2013 There's two potential pitfalls here. First: What FOMM reports to be the mod index is not 100% accurate; the BEST way to get a mod's indes is to use the NVSE command GetModIndex "ModName.esx". In this case the command would be: GetModIndex "Expanded Ranger Combat Armors.esp" Secondly, there could be a mistake in the mod's documentation. Use FNVEdit to verify that the proper item code really is xx000ADE. Link to comment Share on other sites More sharing options...
Strajder Posted February 27, 2013 Author Share Posted February 27, 2013 (edited) Ok first solution is not very clear to me, i tried to enter in console that command but i got the same error. Second thing, no matter which code i enter no one seems to work. EDIT: I used FNVEdit to verify codes and they are correct. Edited February 27, 2013 by Strajder Link to comment Share on other sites More sharing options...
Xaranth Posted February 27, 2013 Share Posted February 27, 2013 If 'GetModIndex' is giving you an error, you don't have NVSE installed correctly. Are you launching the game with FOMM? Link to comment Share on other sites More sharing options...
Strajder Posted February 27, 2013 Author Share Posted February 27, 2013 (edited) When i open fomm and click on launch nvse it says that i need to update game but i already have all updates and dlcs installed and yes i launch game from fomm. EDIT: Problem solved. Apparently i was using wrong executable files. Codes works fine now, thank you for your help. Edited February 28, 2013 by Strajder Link to comment Share on other sites More sharing options...
Recommended Posts