Land units can be seen on the map as they move across the world, since they change the color of the terrain to the country's color.
Sea units, though, have some level of stealth. Allowing people to search and see enemy sea units would allow them to be pinpointed very easily.
so if i find someone's units and want to track it, i just have to keep pinning it's new location day after day?
would it be possible to place a "unit pin" in the zoomed-in view on a unit so that it just displays the current location instead of having to re-pin the unit every time?
would it be possible to place a "unit pin" in the zoomed-in view on a unit so that it just displays the current location instead of having to re-pin the unit every time?
I actually had coded in a unit tracking function like this, but then I removed it when I realized it could be abused badly. You could essentially just check your enemy's sea bases and pin any sea units s/he creates, watching them wherever they go. I think the radar function works much better.
I've had to pin enemies myself, so I know it can be a bit tedious sometimes if there's a lot of naval activity. If they're a bit out, though, you can probably get away with updating the pin every few days.
I actually had coded in a unit tracking function like this, but then I removed it when I realized it could be abused badly. You could essentially just check your enemy's sea bases and pin any sea units s/he creates, watching them wherever they go. I think the radar function works much better.
I've had to pin enemies myself, so I know it can be a bit tedious sometimes if there's a lot of naval activity. If they're a bit out, though, you can probably get away with updating the pin every few days.
very well. i can live with this then. thanks for the speedy responses.