[Crosshair] Health colours on targets

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: [Crosshair] Health colours on targets

Re: [Crosshair] Health colours on targets

by NeuralStunner » Tue Apr 28, 2015 1:58 pm

Since this would be exclusive from CrosshairHealth, perhaps that variable should be changed into a "mode" option. 0 = Off, 1 = Player health, 2 = Target health.

Re: [Crosshair] Health colours on targets

by Ghastly » Sat Apr 25, 2015 8:13 pm

Arctangent wrote:ACS has no way of detecting the maximum health of a non-player actor
GetActorProperty's APROP_SpawnHealth works for monsters, as well. I believe you're correct about the other things, though.

Re: [Crosshair] Health colours on targets

by Arctangent » Sat Apr 25, 2015 6:20 pm

Tapwave wrote:
Beed28 wrote:Something I would like to see is the crosshair changing colours based on a target's health when pointed at like in the Serious Sam games, instead of your own health. When pointing at nothing shootable, it simply appears white. Would this be acceptable?
This is doable via ACS rather simply, so it's likely that it'll be [No]'d.
Except ... there's no innate ACS crosshair manipulation function, the only Decorate function you could try to tap into doesn't have color control, and ACS has no way of detecting the maximum health of a non-player actor, presumably because non-player actors don't have that concept. You could still do it with a mix of ACS and Decorate, but it's by no mean simple - especially if you want it to work in addition to the user's crosshair settings - nor compatible with mods, unless it's designed for a specific mod, in which case it's only compatible with that mod and not the base game.

Re: [Crosshair] Health colours on targets

by Tapwave » Sat Apr 25, 2015 2:41 am

Beed28 wrote:Something I would like to see is the crosshair changing colours based on a target's health when pointed at like in the Serious Sam games, instead of your own health. When pointing at nothing shootable, it simply appears white. Would this be acceptable?
This is doable via ACS rather simply, so it's likely that it'll be [No]'d.

[Crosshair] Health colours on targets

by Beed28 » Fri Apr 24, 2015 7:50 pm

Something I would like to see is the crosshair changing colours based on a target's health when pointed at like in the Serious Sam games, instead of your own health. When pointing at nothing shootable, it simply appears white. Would this be acceptable?

Top