I was playing cyberpunk last night, and near the beginning there is a tutorial that goes over combat techniques and all of that, and while I was shooting at the ai bot in game, it would give me feedback that I've hit my target, in this case by displaying hit points that float away from the point of impact. Got me thinking a bit.
I was wondering if a similar type of hit marker/confirm would be possible in zombies or multiplayer, though it doesn't necessarily have to show hit points, I'd assume that would add complexity since you'd need to track what body part you've hit. a glow or color flash could work, the word hit could be displayed briefly, something like that.
Would this be possible in gsc? Does this already exist? I searched but didn't see what I was looking for.
something along the lines of:
if hit.confirm
{
self iPrintln( HIT );
}
Also, if I were to attempt to code this myself, should I put this in onPlayerSpawned?
thanks for any insight in advance! 