Hi, how to completely remove (or make unavailable) game items (like techs) without breaking the game and other mods, which could use the same game files?
Thanks
Thanks
I want to remove techs (as thankfully many things are locked behind them), but one tech per a mod.Don't remove items if you can help it. Make them unavailable by overriding them and adding always = no as a condition to the potential ={} or possible = {} wrappers. Name the file in such a way that it is almost certainly loaded last, depending on the overwriting order of the specific element, as explained in the link. Works for most items.
If you want two mods to edit the same item and have changes from both mods reflected in the final result, you'll need a compatibility patch that combines the changes from both mods.