Mod help with player only tech

Hi, I need help creating a new wall tech that only a player can use and not AI, is there any way to do this? Thanks! I have crated the tech, but both player and AI can research it, and I wish AI to not research it. :slight_smile:

Hi, I don’t know if you found the solution but this work for me.
Add a flag like this inside your modded tech, put it along with other flag

<flag>NeverAutoResearch</flag>
1 Like

Thanks, it works indeed!