dudicus445 Posted December 29, 2021 Share Posted December 29, 2021 Can anyone make a mod that adds the Vacuum Cleaner, Wood Chipper and Leaf Blower to the list of appliances that the toaster can break down? It would add some much needed functionality to these otherwise useless items. Link to comment Share on other sites More sharing options...
dudicus445 Posted December 30, 2021 Author Share Posted December 30, 2021 If nobody wants to make this mod, would anyone at least be able to tell me how to add the items to the script myself? Link to comment Share on other sites More sharing options...
Lines22 Posted June 1, 2022 Share Posted June 1, 2022 I think I've figured it out so to do this you'd have to go to the script section of the geck search for toaster open the toasterofdoom script. From there follow the example the script has already set down you will need what those items are called in game such as a pre-war toaster is caller ToasterPrewar in the geck from the it would end up looking something like ; --------------------------- Leaf Blower ---------V(tab) Set nLeafBlower to Player.GetItemCount LeafBlower; the second set of dashes--- is to get the v to line up in the geck i think. not totally sure about that one. Then Further down in the total appliances you'd have to just add a + and whatever such as+ nLeafBlowerCount Also need to add it to the Remove Items such as (tab)Player.Removeitem LeafBlower LeafBlowerCount; And that should do it as the rest is already figured by the script just running some numbers in the background based on the total number of appliances. Link to comment Share on other sites More sharing options...
Lines22 Posted June 9, 2022 Share Posted June 9, 2022 I've made and uploaded this mod on June 9th 2022. Link to comment Share on other sites More sharing options...
Recommended Posts