project-navigation
Personal tools

Author Topic: Multiplayer - line of sight  (Read 2303 times)

inquisiteur2

  • Guest
Multiplayer - line of sight
« on: November 20, 2006, 11:38:02 pm »
I played a multiplayer session with my brother this evening and enjoyed the game very much.

But we had a probleme regarding reaction fire (wich works perfectly when line of sight is clear) in the Japan Map (japan06d).

2 of his soldiers had reaction fire activated and when my soldiers stood on the 2nd floor window of the japanese house (there are 2 narrow windows in this house) they didnt react and fire at them.

At my turn I just had to kill them one by one without having them fire on me.

Is it possible to fix that? I dont really now where the problem comes from...

ubequitz

  • Guest
Multiplayer - line of sight
« Reply #1 on: November 21, 2006, 02:40:22 pm »
Yes, in fact you noticed one of the remaining flaws in the reaction-fire code.

The current reaction-fire system runs a test before actually firing to determine the likelihood of hitting the enemy (it even factors in friendly fire likelihood). However it simply tests the pathway from the weapon to the center of the enemy. If there is an obstacle in the way (e.g. a window ledge) then the test may come up negative... i.e. the chance of hitting the enemy is too low to bother reacting. The calculation also doesn't take into account splash damage so again even reaction-fire with a RPG may result in the same problem under these circumstances.

One solution is to "scan" the enemy in this code, testing other points besides just the center. This still won't taken into account splash damage effects properly but I'm confident this can be worked into the calculation as well.

I also think sub-grid-point accuracy aiming should be allowed in general in the game... it can be done but will involve a bit of work.

Offline pete.lindsey@hotmail.com

  • Rookie
  • ***
  • Posts: 16
    • View Profile
Multiplayer - line of sight
« Reply #2 on: November 27, 2006, 05:10:13 pm »
you could also check to see if the enemy is a "threat" is he wielding a ranged weapon...  use that to modify the threat risk to determine at what probability they actor should fire