project-navigation
Personal tools

Author Topic: alien corpse appears to block line of fire  (Read 3279 times)

Offline kurja

  • Captain
  • *****
  • Posts: 504
    • View Profile
alien corpse appears to block line of fire
« on: May 25, 2012, 08:30:27 pm »
doesn't occur often. see screenshot.

Offline DarkRain

  • Project Coder
  • Captain
  • ***
  • Posts: 746
    • View Profile
Re: alien corpse appears to block line of fire
« Reply #1 on: May 25, 2012, 10:48:36 pm »
Ouch, just what I fea.... Oh wait you're using 2.4 right, if so, the patch I made about shooting stunned actors on the ground also addresses this, so this should be already fixed in master.

But in case you're using a recent 2.5-dev version I'd like to hear about this.

Offline kurja

  • Captain
  • *****
  • Posts: 504
    • View Profile
Re: alien corpse appears to block line of fire
« Reply #2 on: May 26, 2012, 12:05:13 am »
haha, no, it's 2.4 hence posted in the 2.4 bug forum

 ;D

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: alien corpse appears to block line of fire
« Reply #3 on: May 26, 2012, 08:41:14 am »
of course. the corpse blocks fire but is usually lower and you shoot above it. but in this case the corpse is lying a little bit higher and thus blocks the line of fire. this is not a bug -at least not in this case

Offline kurja

  • Captain
  • *****
  • Posts: 504
    • View Profile
Re: alien corpse appears to block line of fire
« Reply #4 on: May 26, 2012, 08:47:02 am »
hmm, you're probably right. I took that shot btw, and did score a hit, so line of fire was not *entirely* blocked.

btw from recent "bleeding wounds" discussion I was under the impression that in 2.4 corpses were supposed to be "immaterial", untargettable.

Offline kurja

  • Captain
  • *****
  • Posts: 504
    • View Profile

Offline DarkRain

  • Project Coder
  • Captain
  • ***
  • Posts: 746
    • View Profile
Re: alien corpse appears to block line of fire
« Reply #6 on: May 26, 2012, 04:29:26 pm »
Indeed, they are non-solid objects, in the server side of the game, the client side still considers them solid, but since all the action happens server-side, the seemingly blocked LoF is only a cosmetic defect, server-side the shoots will go right through the body and into whatever is across.