Hi!
In my RTS project I am trying to put roads which the enemy should use extensively. Moving on roads is always better so the player may prefer to use them too. There are several reasons for that but one of them is the pathfinding which is not very good and enemies are "confused" before they leave their base. Also roads can be used to set some attacks from behind.
But here is another problem - mines. They can be put on the road (and everywhere) and the enemy always will hit them. Another problem is that many mines means many objects and I dont want too much of them but the roads are the main problem. I was thinking of limiting the number of mines that can be build by the player. The roads are many and is hard to guess where the enemy will pass but once the player is sure it can put a lot of them. Another option is to put enemy sapeurs cleaning them or randomly appearing skill "avoid mine".
Another thing - when players saper is removed from the region mines will start disappearing. But in that case the enemy may guess there are mines somewhere.
Any other ideas?