Zorkaz Posted February 11 Share Posted February 11 I have an issue: Whenever I make a scrap recipe I want to use a condition so it only applies to the current location or worldspace. But when I use the condition like "GetinCurrentLocation == MyLocation" it doesnt' work. Suddenly the scrap recipe gets global. Any thoughts? Link to comment Share on other sites More sharing options...
SKKmods Posted February 11 Share Posted February 11 I apply a unique keyword to the locations I want specific scrap recipes to work and then condition LocationHasKeyword on it. Link to comment Share on other sites More sharing options...
Zorkaz Posted February 11 Author Share Posted February 11 Ah. Good idea. Link to comment Share on other sites More sharing options...
RolazLaguna Posted Monday at 12:14 AM Share Posted Monday at 12:14 AM (edited) Nice idea indeed. I applied it to an interior workbench: created a keyword (my KYW), gave it to the location and set it as condition to run on subject with the function LocationHasKeyword (my KWY) ==1 to the COBJ. I could scrap all things listed in the FormLlist in the interior cell, BUT then the same stuff, usually not scrapable, could be scrapped also in an exterior vanilla location (which of course does not have "my KWY"). Which was my mistake? Could it be in the Recipe Filter (which in both cases is just WorkshopRecipeFilterScrap)? Could it be the way the condition was running on? Was an example published? I just checked SKK's Natick Warehouse Settlement (a reference for me) and the method was not apply there as far as I can tell. Edited Monday at 12:16 AM by RolazLaguna Link to comment Share on other sites More sharing options...
SKKmods Posted Monday at 09:15 AM Share Posted Monday at 09:15 AM That method is in Scavver faction RedRocket workshops to scrap specific base game stuff only in those workshops. Look at SKK_RRBaseGameScrapList_co [COBJ:180044F0] in SKKRedRocketWorkshopsFaction.esp Also in a couple of my mods that open up Covenant to enable [ scrapall ] on statics there. Link to comment Share on other sites More sharing options...
Recommended Posts