Hello First of all - I'm a CK newbie so please have mercy if I say something stupid. :smile: I'm trying to make a mod which removes all instances of NPCs from a certain faction or race (e.g. supermutants or feral ghouls) from the entire game, minus unique/named characters (e.g. Strong). I want my mod to only affect the vanilla characters - for example if all ferals are removed and there's another mod which adds its own ferals in some location, I want those ferals to still be there. So I'm guessing I can't use the same approach as for example in SKK50's mods, which - if I understand correctly - dynamically disable all actors in loaded cells as soon as they are loaded, regardless of which master/plugin file put them there. My first idea was to manually disable all unwanted actors cell-by-cell. However this was a real pain - they were often tied up in dependencies with markers/triggers/activators/quests/etc. so mass-disabling them with "reference batch action" tool wasn't an option. And even if it was, the sheer number of cells would still make it a pain. My next idea was to create a duplicate of "EmptyIdleMarker" object, check the "ignored by sandbox" option in the duplicate, and then search & replace all instances of a certain actor type (e.g. LvlSupermutantRanged) in the entire game with instances of that new marker. This actually worked - I briefly tested it and there were no crashes or glitches, NPCs just disappeared. Is this approach even remotely proper or correct? :smile: Then I found all the Random Encounter quests involving that particular faction/race and removed their quest nodes from Story Manager. Again, is this approach valid? But still, some NPCs just keep appearing. Is there any other way an actor can spawn in the world, other than manual placement, quests or random encounters? Is there any way to check in-game in which manner an actor was spawned? I'm already using Better Console mod but it doesn't seem to provide that info (it only shows that an actor comes from Fallout4.esm). Any help, insight and guidance will be highly appreciated. Thank you in advance. :smile: