Jump to content

Vehicle Block Damage


Recommended Posts

Hello,

 

I have been trying for a couple of hours to determine which parameters, and in which XML, control vehicle block damage...I'm wanting to remove this so that vehicles no longer damage my base or anything like that...I'll even take if I have to remove it from damaging anything even zombies if need be...I don't really use my vehicles as a weapon anyways...

 

Any help would be appreciated...:smile-new:

Link to comment
Share on other sites

in the entitnclasses.xlm edit the block damage to "0" from "100"

 

<entity_class name="vehicle4x4Truck">

<property name="Tags" value="vehicle"/>

<property name="Class" value="EntityVJeep"/>

<property name="Parent" value="Cars"/>

<property name="Prefab" value="/Entities/Vehicles/jeep_Prefab"/>

<property name="ModelType" value="Standard"/>

<property name="SurfaceCategory" value="metal"/>

<property name="IgnoreTrigger" value="true"/>

<property name="LootListAlive" value="79"/>

<property name="IsEnemyEntity" value="false"/>

<property name="Explosion.ParticleIndex" value="6"/>

<property name="Explosion.RadiusBlocks" value="5"/>

<property name="Explosion.RadiusEntities" value="5"/>

<property name="Explosion.BlockDamage" value="100"/>

<property name="Explosion.EntityDamage" value="100"/>

<property name="RotateToGround" value="true"/>

<property name="Faction" value="none"/>

<property name="MapIcon" value="ui_game_symbol_4x4"/>

</entity_class>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...