Keep showing the type of enemy unit in radar range

Discussion in 'PA: TITANS: General Discussion' started by huangth, September 18, 2015.

  1. huangth

    huangth Active Member

    Messages:
    498
    Likes Received:
    209
    In SC/FA, player can keep seeing the type of enemy unit even if they leave the range of players' vision
    until they leave the range of radar.
    But currently, all the enemy units become the same icon after they leave the vision range.

    Another problem is that player can't know the unknown unit in radar range is an air, land, water or underwater unit, the units of player can still return fire though .
    I am not sure whether it there the mod to distinct unknown air unit from other unknown units.
    But I can't find that mod in PAMM.
    tracert likes this.
  2. V4NT0M

    V4NT0M Well-Known Member

    Messages:
    173
    Likes Received:
    276
    You can already see which are air units by their height.
  3. Vetrom

    Vetrom New Member

    Messages:
    1
    Likes Received:
    2
    This is also a balance thing for the radar -- radar shows blobs but not full composition. Use scouting for that!
    theseeker2 and mered4 like this.
  4. theseeker2

    theseeker2 Well-Known Member

    Messages:
    1,613
    Likes Received:
    469
    I wonder if it is possible, to make a mod that allows you to manually tag certain radar blips as units of interest, like if you see a commander or a titan, and you need to remember which blip it is.
  5. cola_colin

    cola_colin Moderator Alumni

    Messages:
    12,074
    Likes Received:
    16,221
    Afaik not via conventional modding as there is no access to radar dots via the API. If you go all out on reading from process memory you can track radar dots only while you have a constant radar on it. Lose it even for a split second and the radar dot will have a new id and it'll be impossible to connect. Well you could use some heuristics (lost radar for 500 ms? well the new dot can't have changed position much, it probably is the one I lost track of at that location, but obviously that is limited by how many radar dots are close together and how fast they are moving/how long you lose radar).
    huangth likes this.
  6. huangth

    huangth Active Member

    Messages:
    498
    Likes Received:
    209
    I also want to ask a question.:)
    Is it possible to make a mod which displays the radar range.
    For example, the mod may show a green plane which rotates and sweeps the hemisphere of radar.
    When the energy is low, the green scan plane disappears.
    I think it will be cool and also tell the player where it can't see.
  7. cola_colin

    cola_colin Moderator Alumni

    Messages:
    12,074
    Likes Received:
    16,221
    Showing some simple effect around your (or even enemy visible units) existing units that displays ranges is possible, albeit it would probably cause performance problems if you want a range display on every dox. But every radar should be fine.
    huangth likes this.
  8. theseeker2

    theseeker2 Well-Known Member

    Messages:
    1,613
    Likes Received:
    469
    I suppose there is a good reason why there is no access to radar dots via API, a mod like that would unfortunately pose an unfair advantage in competitive play.
  9. cola_colin

    cola_colin Moderator Alumni

    Messages:
    12,074
    Likes Received:
    16,221
    No the reason is simply a "has been forgotten/is incomplete". Radar dots via API are on a list of TODOs, pretty sure that was said.
    stuart98, tracert and huangth like this.
  10. stuart98

    stuart98 Post Master General

    Messages:
    6,009
    Likes Received:
    3,888
  11. theseeker2

    theseeker2 Well-Known Member

    Messages:
    1,613
    Likes Received:
    469
    yeah, but a UI mod that allows you to tag certain blips as units of interest would still give you an advantage - it'd be convenient though, for play against the AI
  12. tatsujb

    tatsujb Post Master General

    Messages:
    12,902
    Likes Received:
    5,385
    https://forums.uberent.com/threads/...lips-and-the-general-approach-to-intel.49424/
    14-page long thread.

Share This Page