dertspovor06 Posted April 30, 2018 Share Posted April 30, 2018 (edited) Hi everyone,For the next update of Videos of the Wasteland I would like to create a workshop store (like the bar) but the vendor would sell custom objects (not drinks or food) I don't know how I can do that because it seems to be something set up very deeply in scripts or quests, that's not my domain and I don't know where to search. Can I have some help with this ? EDIT: the mesh is done, everything is currently working as a bar so when I assign a settler they act like bartenders so they sell food and drinks. Now I "only" need to find a way to change these objects by mine. Thanks,Dertspovor06 Edited April 30, 2018 by dertspovor06 Link to comment Share on other sites More sharing options...
LoneRaptor Posted May 1, 2018 Share Posted May 1, 2018 (edited) I managed to do this for my pizza mod see my signature the download includes the source scripts. But it is mostly hardcoded in the vanilla scripts. And its very tricky to add a new one without conflicting with every other mod that edits that script. If I remember correctly the WorkshopObjectScript holds the hardcoded 5 vendors and the WorkshopParent holds their associated levelled list witch are done using an array so you can inject new ones in there. Edited May 1, 2018 by LoneRaptor Link to comment Share on other sites More sharing options...
dertspovor06 Posted May 4, 2018 Author Share Posted May 4, 2018 Ok, I'll take a look to your mod, But indeed if it can bring conflicts with other mods I think that wouldn't be a good idea to tweak it.thanks for the info :) Link to comment Share on other sites More sharing options...
Recommended Posts