acemanaustin00 Posted September 16, 2018 Share Posted September 16, 2018 I have been trying to work on a mod that lets people creating even more objects than the base game and Manufacturing Extended allows, but I can't seem to find where the recipes for the respective Builders are. Any help would be appreciated! Link to comment Share on other sites More sharing options...
markyrocks Posted September 16, 2018 Share Posted September 16, 2018 Should be under constructable objects Link to comment Share on other sites More sharing options...
JonathanOstrus Posted September 17, 2018 Share Posted September 17, 2018 I believe the recipe info you're looking for are properties on the "DLC05:WorkshopBuilderScript" script for the container that would built it. So for example ammunition. The container that builds is DLC05WorkshopBuilderAmmo01 "Ammunition Plant". The recipes for the ammunition a combination of a bunch of properties. Then have terminal record that gives you the list of recipes to build. The ones related to my example builder is DLC05nativeWorkshopBuilderAmmo01Terminal > DLC05nativeWorkshopBuilderAmmo01TerminalSubMenu It's not designed to be added to. You could create override records and add a recipe to an existing builder. But it would probably be better to make the DLCworkshop02.esm a master and then just make your own builder item with your own recipes. Link to comment Share on other sites More sharing options...
Recommended Posts