Jimmakosjim Posted September 3, 2019 Share Posted September 3, 2019 GreetingsRecently I started to create NPCs with the Construction Set and I want to place them in certain places of the game, like buildings for example. But I don't know how. Can someone help me? Also, I want to create armor, based on mods that already exist, for my own use. Not for posting the mod to oblivion nexus. So, how do I create new items? Link to comment Share on other sites More sharing options...
Oblivionaddicted Posted September 3, 2019 Share Posted September 3, 2019 Select the destination so you see it in the render window, select your NPC in the NPC's list, drag & drop. I don't know anything about the armors creation. Link to comment Share on other sites More sharing options...
Jimmakosjim Posted September 26, 2019 Author Share Posted September 26, 2019 All good, until the part that it doesn't let me save the esp. It says that the esp is a master file or is in use. I can't even save to a new esp. What can I do? Link to comment Share on other sites More sharing options...
LFact Posted September 26, 2019 Share Posted September 26, 2019 Use TES4Gecko(Java should be installed to use this, and for Win10, you need to add some registry entry to make it find Oblivion install path...) to convert ESP to ESM, or install Construction Set Extender.And read this: https://cs.elderscrolls.com/index.php?title=Category:Getting_Started Link to comment Share on other sites More sharing options...
Dimitrisgb Posted January 20, 2020 Share Posted January 20, 2020 Select the destination so you see it in the render window, select your NPC in the NPC's list, drag & drop. I don't know anything about the armors creation.How do you select the destination? Link to comment Share on other sites More sharing options...
Dimitrisgb Posted January 20, 2020 Share Posted January 20, 2020 Use TES4Gecko(Java should be installed to use this, and for Win10, you need to add some registry entry to make it find Oblivion install path...) to convert ESP to ESM, or install Construction Set Extender.And read this: https://cs.elderscrolls.com/index.php?title=Category:Getting_Started I don't have the option of drag and drop. Every time I click on the NPC I get this "block" icon, like I am not permited to do it. Link to comment Share on other sites More sharing options...
JimmyChooChoo Posted February 11, 2020 Share Posted February 11, 2020 What is this block icon? Also about the armour thing, are you asking how to make your own armour meshes, or just how to add another peice of armour from scratch? Link to comment Share on other sites More sharing options...
Oblivionaddicted Posted February 11, 2020 Share Posted February 11, 2020 Select the destination so you see it in the render window, select your NPC in the NPC's list, drag & drop. I don't know anything about the armors creation.How do you select the destination? Move the NPC to the render window, where you see the elements of the cell you chose. Link to comment Share on other sites More sharing options...
Dimitrisgb Posted February 16, 2020 Share Posted February 16, 2020 Select the destination so you see it in the render window, select your NPC in the NPC's list, drag & drop. I don't know anything about the armors creation.How do you select the destination? Move the NPC to the render window, where you see the elements of the cell you chose. Thanx, but iI'm using the console commands to place the NPCs in a certain location. Link to comment Share on other sites More sharing options...
Striker879 Posted February 16, 2020 Share Posted February 16, 2020 (edited) Select the destination so you see it in the render window, select your NPC in the NPC's list, drag & drop. I don't know anything about the armors creation.How do you select the destination? Move the NPC to the render window, where you see the elements of the cell you chose. Thanx, but iI'm using the console commands to place the NPCs in a certain location. Then it will be: player.placeatme <baseID> 1 The baseID must start with the mod index of the ESP that they come from (so for example the male Wood Elf marauder mage added by Variant Vagabonds baseID for that console command is 69002b09 as Variant Vagabonds.esp is mod index 69 in my load order). So the console command is: player.placeatme 69002b09 1 Edited February 16, 2020 by Striker879 Link to comment Share on other sites More sharing options...
Recommended Posts