Brucealso Posted March 27, 2012 Posted March 27, 2012 I have a couple armor mods and such loaded and activated in NMM but dont know how to get them onto the NPC's or followers...im new to this modding stuff so kinda illiterate in this area. Thanks
xiro8877 Posted March 27, 2012 Posted March 27, 2012 This is highly dependent on whether the armor mods you have are replacers that are replacing armor already in the game or new armor that is being added into the game. If they're replacers you simply equip the armor in the game that was replaced. If it's new armor I'd first check for a "read me" that comes in the armor folder...usually these tell you how to get the armor. Some modders of late have been making the armor craftable. When all else fails you can open the console menu with the "~" key and type "help (mod name}" without the quotes and parenthesis and it'll usually give you the id codes for all related armor. then you can simply tell the game to give you the armor piece by piece by typing in "player.additem (item code) 1" With 1 being the number you want added to your inventory.
Brucealso Posted March 28, 2012 Author Posted March 28, 2012 Here's the mod im trying to use...and the required mod that i have. http://skyrim.nexusmods.com/downloads/file.php?id=7394 http://skyrim.nexusmods.com/downloads/file.php?id=4888 {When all else fails you can open the console menu with the "~" key and type "help (mod name}" without the quotes and parenthesis and it'll usually give you the id codes for all related armor. then you can simply tell the game to give you the armor piece by piece by typing in} This didnt work Thanks
bigeyes Posted March 28, 2012 Posted March 28, 2012 These are all vanilla clothes, only changed to fit the CHSBHC body. Names of the clothes are Blacksmith FarmClothes01 FarmClothes02 MerchantClothes Barkeeper FarmClothes04. If you type f.e. help blacksmith 4 in the console you will get a list with everthing in the game according to blacksmith. You need then to find the lines which start with ARMO:. Go through the list with pageup/down keys if necessary. In the line there will also be a number in brackets like (0005b69f). If you type then player.additem 0005b69f 1 you will get one piece of blacksmithcloth to your inventory. If this not works for you then you may have not the english version of the game and need to find out what the clothes name is in your language so you can type them in the console.
Brucealso Posted March 29, 2012 Author Posted March 29, 2012 I could not get it to work for some reason and it just may be me......but anyways thank you for your time.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.