KahvozeinsFang Posted April 3, 2019 Share Posted April 3, 2019 I'm working on a prewar vault mod that has an entry way and elevator to the main vault. I already figured out I need to make the entry level into a settlement as well because there would be no other way to send settlers there to guard it. What I was wondering, and if anyone can suggest something is; Can I link the two Workshops within the CK to use the same resources so the player doesn't have to manually setup a supply line? Link to comment Share on other sites More sharing options...
KahvozeinsFang Posted April 3, 2019 Author Share Posted April 3, 2019 I've already tried to link the entry level workshop to the main vaults resources container with the "workshop link container" keyword. But that didn't work when I checked if they shared the same junk I put I to the main vaults workshop. Link to comment Share on other sites More sharing options...
SKKmods Posted April 3, 2019 Share Posted April 3, 2019 You can force a Workshop storage to a remote container, but the results are unpredictable you will either see the original workshop disconnect if you force another workshop to the container, or no other workshop will link to that container. Totally random. My workaround for Global Workshop Storage is to intercept either of these events and move inventory in and out from a central shared container: RegisterForMenuOpenCloseEvent( "WorkshopMenu" ) RegisterForRemoteEvent(WorkshopREF, "OnWorkshopMode") Link to comment Share on other sites More sharing options...
Zorkaz Posted April 3, 2019 Share Posted April 3, 2019 I actually did this in my "Croup Manor Basemen"t mod and it works fine. Basically Workbench 1 has to be linked to a resource container. Workbench 2 can be linked to workbench one via "Workshoplinkcontainer".I use the basement often and so far no issues. But if you want power, water, food to be shared, then I don't know Link to comment Share on other sites More sharing options...
SKKmods Posted April 3, 2019 Share Posted April 3, 2019 Crafting workBENCH and building workSHOP use different container connections. Link to comment Share on other sites More sharing options...
Zorkaz Posted April 4, 2019 Share Posted April 4, 2019 I meant workshop workbench Link to comment Share on other sites More sharing options...
Recommended Posts