No. Why the hell would you even bother asking that?mongus wrote:hm.. you will be able to see where your enemy's commander is?

Moderator: Moderators
Firstly, as I saw it the icon thing was not to cut down on rendering at uber zoom levels but to make units more visible at said levels, the cut down in stuff to render is coincidental but convenient.Argh wrote:1. In the version I saw, the game engine was clearly drawing the unit's geometry underneath the icon. This kind've defeats the purpose, no offense. People are going to want this feature so that they can command-and-control huge battles, and if it keeps drawing all of those polygons and consuming fillrate... eh... what's the point? Ok, so now I have a colorful icon, instead of a blur of tiny pixels... erm, but if my FPS drops to 5, it's totally worthless. What we need is for the units to quit getting drawn every render cycle, so that we can zoom out and see hundreds of units-as-icons at a smooth framerate, just like we can zoom in and see a relative handful of units at a smooth framerate. Just my two cents.
Not quite, the map has lod remember.Buggi wrote:Yes, but it doesn't mean all that isn't simulated anyway. As you can zoom in at any time, the units have to look and behave just as they would without all their poly's being drawn. So there would be virtually no drop in CPU usage over-time.
And whatever GPU savings you may get is eaten up mostly by the fact you're seeing the entire map, so instead of rendering a small portion of the entire map, it's having to do the entire thing.
So it's all a tradeoff.
That would prevent HMW style unit icons with giant untis not showing as icons untill they're small enough.2) As soon as the most far unit will get zoomed far enough to turn into icon, all other units should turn into icons (of same size)
The icons get scaled with the square root of their distance to the camera, which looks quite natural when you zoom in and out.alik83 wrote:1) if some units are high in the air or on top of big mountain their icon size shouldn't change.
They turn into icons when their distance from the camera exceeds a certain value (which can be set in settings.exe, AF, so setting that to a small number resolves your request). This again looks fairly natural.alik83 wrote:2) As soon as the most far unit will get zoomed far enough to turn into icon, all other units should turn into icons (of same size)
If it isn't like this, can you implement this at least as an option?
This isn't implemented yet but it's on my to-do list :).alik83 wrote:Also maybe a possibility to select unit when it's actually smaller than icon even when you click on the edge o the icon.
So I guess you saw that supcom movie too :-). If I can find the time I'll implement that also.alik83 wrote:Add drawable and draggable command ques for those groups (which also don't change size in icon view) and you'll have whole theater of iconic war
I really don't think that is the case, but I'll investigate it a bit though. As for your problems with the dev release, you can try the .exe I posted in the topic start. If you still have problems, feel free to PM me about it.Argh wrote:In the version I saw, the game engine was clearly drawing the unit's geometry underneath the icon.
But the factory ground decals are set by thre modder yet you can replace them with different custom decals without causuing desyncs... Worth checking this out I think...smoth wrote:This would be set by the modder. if someone changes a mod they get a sync error.mongus wrote:is it possible to malicious user to assign, lets say a special icon/flag for commander, so he can exactly know where yours is just by looking at minimap?.
So... no.
I had the same experience with the dev release, the icons just didn't appear, despite tweaking the distance value. I used tga's like those in the example zip.Argh wrote: 2. In the dev. release, my custom icon plain doesn't work. Based on your screens, though, it may just be the bugs that were in that release... I'll await the next release and re-visit this.
That's probably because the default value of UnitIconDist (the distance at which units become icons) is 4000 in settings.exe. If you change it to something like 150 or a bit higher, you'll probably see the icons.Foe OfTheBee wrote:I had the same experience with the dev release, the icons just didn't appear, despite tweaking the distance value. I used tga's like those in the example zip.
I guess you didn't read the whole of my first post: in order to use the .exe I posted, you have to download the MinGW libraries and put those extra dlls (among which is il.dll) in your spring directory.Argh wrote:Yeah, and the newer compiled version ColorBlind put up clearly wasn't compiled from the current SVN, it crashes after it can't find IL.dll... it only works with 0.72b1...