Omegacron Posted August 27, 2018 Share Posted August 27, 2018 I have a mod conflict that removes the "Decorations > Vault" category added by the Vault-Tec Workshop DLC. I've tried numerous things to fix it, all without success. It happens despite wiping my mods and re-uploading before each play-through, so I imagine it's one of my favorite mods causing it. I know my way around the Construction Kit somewhat, so I'd like to make my own mod that does a single thing: Move the "Decorations > Vault" submenu to "SKE > Decorations > Vault"If this isn't possible, then I'd like to move it to the root as a "Vault" category. Obviously I don't want to break any other mods or menus, so I'm looking for a non-intrusive way to do this. Script injection? I dunno. Link to comment Share on other sites More sharing options...
HadToRegister Posted August 27, 2018 Share Posted August 27, 2018 Settlement Menu Manager Give that a try Link to comment Share on other sites More sharing options...
Omegacron Posted August 29, 2018 Author Share Posted August 29, 2018 Settlement Menu Manager Give that a try Thanks for the link - I read through the description on that and it seems more like a framework for adding new menus (I could be wrong). I'm looking for a tutorial or process that shows how to move an existing menu (sub-menu, actually) to a different parent/location. Link to comment Share on other sites More sharing options...
Deleted3082751User Posted August 29, 2018 Share Posted August 29, 2018 (edited) you will need to find the COBJ of all files you wish to move, then for each COBJ change the WorkshopWorkBenchType (this is the Main Workshop Menu for each vanilla Menu, for sub-menus they are done via form lists and keywords.) Note: COBJ = Constructible Object Example: say you wanted to move the Lightbulb from Power (Main Menu) to Furniture (Main Menu) You would do this, in Creation Kit, go to Constructible Objects - *Copy and Paste* this into the Filter Box workshop_co_Lightbulb - double click on it, click on the Workbench Keyword *Drop Down Box* - Change *WorkshopWorkbenchTypePower* to *WorkshopWorkbenchTypeFurniture* For Sub-Menus, you will need to change the Keyword inside the *Lightbulb* Constructible Object Example to put the Lightbulb into Furniture - Decorations, Delete this keyword *WorkshopRecipeFilterResource02Power03Lights* and add this Keyword: WorkshopRecipeFilterDecor02WallDecorations To create your own Custom Menus, you will need to create the Keyword for Each Item, and a Formlist for the items, you would then place the new *Keyword* into the *Formlist*, and then add the *Keyword* to each *Constructible Object* for each item For SKE. you will need to read the main description page, as their is a tutorial found at the bottom of that page. Edited August 29, 2018 by Guest Link to comment Share on other sites More sharing options...
Omegacron Posted September 1, 2018 Author Share Posted September 1, 2018 you will need to find the COBJ of all files you wish to move, then for each COBJ change the WorkshopWorkBenchType (this is the Main Workshop Menu for each vanilla Menu, for sub-menus they are done via form lists and keywords.) [...]Wow, that's pretty involved. While trying to fix my issue, I found the mod causing it and was able to get an update that's SKE-compatible. I definitely appreciate these instructions, though, because I'd still like to shuffle a couple menus around. Thank you very much for the reply! Link to comment Share on other sites More sharing options...
Deleted3082751User Posted September 2, 2018 Share Posted September 2, 2018 (edited) you're Welcome :smile: also to continue on from my reply, once you have created your custom keywords and formlists, they will then need to be placed in the master vanilla formlist which is this is the creation kit: WorkshopMenuMain simply drag your formlists into that formlist to make it appear in game ;) Edited September 2, 2018 by Guest Link to comment Share on other sites More sharing options...
HadToRegister Posted September 2, 2018 Share Posted September 2, 2018 Ethreon has a good article/tutorial on how to change a COBJ category How To: Change a COBJ Category Link to comment Share on other sites More sharing options...
Recommended Posts