Page 1 of 1

Ability to change icon view distance in-game

Posted: 08 Jun 2008, 05:49
by Warlord Zsinj
In IW, one really needs to play with radar icon view distance set quite low. This makes it easier to tell your infantry apart, and make decisions easily.

However, it's not the same in other mods. I think it is important that players can change the view distance for icons dynamically in-game, just like they can change tree view distance, and so-on. Otherwise people who play IW and BA or some other combination will be forced to keep going into their settings and changing that.

Also, icons are necessary for a competitive player to make quick decisions. However, they don't look as pretty as units. Sometimes you want to enjoy the visuals a bit more, so it's nice to be able to pull back the icons and enjoy, but put the distance down again if things start to get intense all of a sudden.

Apologies if there is already a way to do this - I couldn't see any method.

Re: Ability to change icon view distance in-game

Posted: 08 Jun 2008, 05:58
by trepan

Code: Select all

r5924 | trepan | 2008-05-24 11:56:16 -0300 (Sat, 24 May 2008) | 8 lines
- added the 'distdraw' and 'disticon' commands
  disticon: sets UnitIconDist dynamically
  distdraw: sets UnitLodDist  dynamically
You can also redefine icons on the fly using LuaUI.
AddUnitIcon(iconName, texname[, size[, distance[, unitRadiusAdjust]]])

Re: Ability to change icon view distance in-game

Posted: 08 Jun 2008, 07:51
by Warlord Zsinj
Thanks trepan.