Jump to content
  • 0

Players no longer take fall damage


cen

Question

12 answers to this question

Recommended Posts

  • 0

I've noticed that same thing on a server i play on, also most of the times when i try to run someone over with a car they just walk it off and most of the time if you jump out of a vehicle (for example a hmmwv) going at top speed you won't take any damage.

 

Anyhow my guess would be damageactions/damagehandler functions

Link to comment
Share on other sites

  • 0

You need to get v1403 or higher. Fixes this problem and from what i noticed when i installed v1403 the server and client side fps went up a lot. Server gained 5fps+ and clients gained 15+.

 

Not sure what infiSTAR changed but his last two updates have been the best i have seen in over 10 months. Not only the increase in performance but also catching a lot of hackers. Thank you infiSTAR.

Link to comment
Share on other sites

  • 0

In current version you need to open Ahconfig.sqf and find

_blockDamageFrom =

On the next line you will see

'',    // This might also block fall damage

Remove that whole line

Also you might want to remove some more stuff like

    'SmallSecondary',    // also happens when a vehicle explodes
    'HelicopterExploSmall','HelicopterExploBig',
    'PipeBomb','TimeBomb',
    'Mine','MineE',
    'GrenadeHand','GrenadeHand_stone','grenadecore',

Most servers have satchel charges, mines and all have hand grenades. If you don't remove them infiSTAR will block the damage. There are many more that should be removed if you have a vehicle or weapon on your server that does damage that is listed in the blocked list.

This is my list

_blockDamageFrom = [
    'R_57mm_HE','M_9M311_AA',
    'M_AT2_AT','G_30mm_HE','M_AT5_AT','M_AT6_AT','M_AT9_AT','M_AT13_AT','B_23mm_AA','Bo_GBU12_LGB','Bo_FAB_250','M_Ch29_AT','Sh_122_HE','Sh_125_SABOT','Sh_125_HE','R_Hydra_HE',
    'B_30mmA10_AP','B_25mm_HE','R_GRAD','B_23mm_APHE','M_Hellfire_AT','B_145x115_AP','Sh_105_HE','B_20mm_AA','B_20mm_AP','B_30x113mm_M789_HEDP','Sh_120_SABOT','Sh_120_HE',
    'M_Maverick_AT','Bo_Mk82','R_MLRS','M_R73_AA','R_80mm_HE','R_S8T_AT','M_Sidewinder_AA','M_Sidewinder_AA_F35','R_OG9_HE','M_Stinger_AA','M_TOW_AT','M_TOW2_AT',
    'M_Vikhr_AT','B_127x108_APHE','Sh_85_AP','Sh_85_HE','ARTY_Sh_122_HE','ARTY_Sh_122_WP','ARTY_Sh_105_HE','ARTY_Sh_105_WP','ARTY_Sh_81_HE','ARTY_Sh_81_WP','ARTY_Sh_82_HE','ARTY_Sh_82_WP',
    'ARTY_R_227mm_HE_Rocket','ARTY_R_120mm_HE_Rocket'
];

 

Edited by syco
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...