Is there a way to make vehicals take damage but not blow up?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fee501st

    #1

    Is there a way to make vehicals take damage but not blow up?

    Is there a way to make vehicles take damage but not blow up? For Example My friend is flying a blackhawk around, and i shoot it until goes into the red, but i dont want it to blow up, i want it too lose all power and crash into the ground, so he has to jump out or make a crash landing. Is this possible? I want to make it like Blackhawk down
  • NoB33r4u

    #2
    Re: Is there a way to make vehicals take damage but not blow up?

    try asking around at some mods - I havent heard if anyones made any progress yet....

    Comment

    • grolsche

      #3
      Re: Is there a way to make vehicals take damage but not blow up?

      Yes this is completely possible but off the top of my head ive forgotten how to do it. I'll have a go at remembering but no promises.

      Comment

      • NoB33r4u

        #4
        Re: Is there a way to make vehicals take damage but not blow up?

        does anyone else know how to make vehicles take damage to effectively render them worthless but without blowing them up?
        Is this even possible?

        Comment

        • excentriker.de

          #5
          Re: Is there a way to make vehicals take damage but not blow up?

          when you remove the addArmorEffect's like:
          Code:
          ObjectTemplate.armor.addArmorEffect 0 e_vexp_heli_Generic 0/0/0 0/0/0
          the vehicle will not explode when its at 0 but you still die inside

          Comment

          • wolfi

            #6
            Re: Is there a way to make vehicals take damage but not blow up?

            lol never heard about it, i thought the ArmorEffects were effects (eg an explosion)

            Here we go:
            Theres a "CriticalDamage" for every vehicle.
            This is the point where the vehicle gets useless.

            Theres also a "HpLostWhileCriticalDamage" (per second).
            This tells the game how many hp will get lost every second.
            Change it to 0 and the vehicle will only become useless and explodes only if you shoot at it again.

            Comment

            Working...