Unit Highlighted in HUD

Widescreen

Member
Reaction score
0
Hello, I am working in an RPG/Arena/TD, and I want a unit to be highlighted (for easy access) like the Hero is highlighted (shown in picture), but I don't want the unit to become a Hero. The Heroes are Created (purchased) at the beginning of the game.

2445w8p.jpg

HgyJF9F


Also, I was having trouble to make the spacebar do the same as when you have selected your hero and the camera follows it when you click its "face". I managed to make it center your hero but it will stay in one place if your hero is moving.

642ibb.png

gDcJSHZ


Any ideas? Thank you for your time.
 
The icon coming from "Stats - Hero - Hide interface icon: false" on the unit in the Object Editor, and given that normal units to not have that field, I'd say you are out of luck there.


As for the spacebar..., well, if you keep space pressed, it will not repeat the event. Hence the "it does not work".
Though it will work if you press space repeatedly.

I would suggest a slightly different trigger:
Code:
Space center
    Events
        Time - Every 0.30 seconds of game time
    Conditions
    Actions
        Player Group - Pick every player in (All players controlled by a User player) and do (Actions)
            Loop - Actions
                Unit Group - Pick every unit in (Units owned by (Picked player) matching (((Matching unit) is A Hero) Equal to True)) and do (Actions)
                    Loop - Actions
                        Set Point = (Position of (Picked unit))
                        Camera - Set a spacebar-point for (Picked player) at Point
                        Custom script:   call RemoveLocation(udg_Point)


That said, there is an action called "Camera - lock camera to target unit", which will, as is says, literally lock the camera onto a unit;
as well as "Camera - pan camera with interpolated height", which can be called repeatedly to re-center the camera on a unit as needed.
 
If you're not using them for anything else, you could give the desired units the Worker classification under Stats - Unit Classification. That makes them appear in the bottom left instead of top left, and all such units are grouped together into the same button, but it's a way of having quick access without making them Heroes. In WC3 DotA terms it's like Visage's Familiars.

Another alternative is to create a dummy Hero with the same icon, and put it somewhere off the map. That hero will still have its icon appear in the upper left, so it can be selected that way. Then you make a trigger that detects when the dummy Hero is selected, and selects your desired unit(s) instead. Have another trigger that continuously updates that dummy Hero's HP and Mana to be the same rate as your main unit, and the HP/Mana bars will be the same as well! It won't flash red when your unit is attacked though (maybe yet another trigger that detects when your unit is damaged, and deals some tiny amount to the dummy Hero?).
 
General chit-chat
Help Users
  • The Helper The Helper:
    How often does the Trending Content box refresh?
  • The Helper The Helper:
    Also, in the last template there was a seperation between sticky threads and regular threads in the forum
  • Ghan Ghan:
    Not sure. It's probably part of a cron job.
  • The Helper The Helper:
    Hey Ghan, whatever cron job its part of its not running its been the same for days. If it does not work can we remove it?
  • The Helper The Helper:
    LOL! A tweak job!
  • The Helper The Helper:
    this is the fix I get from that yeah this is hard to control. disabling bots is pretty much necessary as ai and other bots would push really old threads to the top. reduce weight of view count. disable guest view tracking if you really want to push active threads to the top. a bit of tinkering for a few days with the weights and other settings should get you a decent trending widget box.
  • Ghan Ghan:
    I changed the settings a bit.
  • Ghan Ghan:
    Narrowed it to 7 days for the half-life and set views to 0 weight.
  • The Helper The Helper:
    I dont think Trending would work for this forum it would be better to just have the last 5 posts from anywhere
  • Ghan Ghan:
    Probably will have to give it some time to update.
  • Ghan Ghan:
    I'm guessing it is not retroactive.
  • Ghan Ghan:
    Next on the punch list: Update the server to Ubuntu 24.04.
  • The Helper The Helper:
    Mad Lads is new I see it displays original post date
  • The Helper The Helper:
    as long as it changes it is good - it is good now it updated and its new stuff
  • The Helper The Helper:
    One thing I have noticed and I dont know if it is by design but like 1 out of 3 times I come to the site the Anubis screen just hangs open, if I refresh it will go away but sometimes it hangs
  • Ghan Ghan:
    I've seen that as well.
  • The Helper The Helper:
    Wow - the change in the stats are major. I kind of knew it was all bots but wow, to see the effect. Why the social media sites cant do something like this I have no idea.
  • Ghan Ghan:
    Probably inflates their numbers so they look better to advertisers.
  • The Helper The Helper:
    Yeah google does not filter those bots. I remember when Apex was doing Google ads I saw the same IPs in there as I was seeing here - google is totally tracking all those bots as traffic and most google traffic, at least ours, was all bots
  • The Helper The Helper:
    oh wow, i bet i can post x links now and do the webp pics now giggity
  • The Helper The Helper:
    ahh anubis blocks anyone that has javascript turned off
  • The Helper The Helper:
    Robot: HTTP client library - i love the new robot :)
  • The Helper The Helper:
    New Science News Forum and it starts out with 420 threads :)
  • The Helper The Helper:
    Technical Support forum name changed To Technology News, there is now a Tech, sci/tech and science forums now :)

The Helper Discord

Members online

No members online now.

Affiliates

Hive Workshop NUON Dome World Editor Tutorials
Back
Top