PlaceholderGames / ProjectEspionage

ProjectEspionage, a stealth hacking game
0 stars 2 forks source link

(Bug) Guards do not see me even when I touch them. #48

Closed TheRensei closed 6 years ago

TheRensei commented 6 years ago

notice me senpai

Maybe adding hit box would work or making them rotate in my direction when I am close? Because this is kinda silly that I am able to literally touch them without them noticing me.

ezgif com-video-to-gif 2

jSplunk commented 6 years ago

Ill put this through to our AI designer.

Skeaar commented 6 years ago

I'm working on solving the problem. The AI perception in UE4 is a beta version or at least that's what I'm reading everywhere, so I might not be able to fix this problem.

Skeaar commented 6 years ago

Correction: I fixed the problem. First for the player caracter the AIPerceptionStimuiSource component was missing. missing component In the component you have to add Sight and hearing. I clicked register as auto source but it's not working addsources so I registered the sources after begin play. afterbeginplay In the Top down controller after the move I added noise generation. aftermove After re-spawning the Death animation plays once more

Skeaar commented 6 years ago

Fixed the death animation problem