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.
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!