Helicopter dust effect
-
Does anyone happen to know where can I find the setting to edit the helicopter's dust when it lands on ground (upscale that dust effect)? I've been looking through all different type of visual setting but couldn't find it anywhere.
-
@Vampnos
There is this Helicopter Effects 1.34 script mod, that might work for ya (I haven't tested it)Also, in 'vfxvehicleinfo.ymt' there are these values:
<aircraftDownwashPtFxEnabled value="true"/> <aircraftDownwashPtFxNameDefault>veh_downwash</aircraftDownwashPtFxNameDefault> <aircraftDownwashPtFxNameSand>veh_downwash_sand</aircraftDownwashPtFxNameSand> <aircraftDownwashPtFxNameDirt>veh_downwash_dirt</aircraftDownwashPtFxNameDirt> <aircraftDownwashPtFxNameWater>veh_downwash_water</aircraftDownwashPtFxNameWater> <aircraftDownwashPtFxNameFoliage>veh_downwash_foliage</aircraftDownwashPtFxNameFoliage> <aircraftDownwashPtFxRange value="70.00000000"/> <aircraftDownwashPtFxDist value="20.00000000"/> <aircraftDownwashPtFxSpeedEvoMin value="0.00000000"/> <aircraftDownwashPtFxSpeedEvoMax value="10.00000000"/>
I'm making a guess here, but those values are probably the dust effect you are talking about.
Quick test would answer, find the one used by the vehicle/s you want to edit.Most likely this:
vehicles.meta:
<vfxInfoName>VFXVEHICLEINFO_HELI_GENERIC</vfxInfoName>
then find 'VFXVEHICLEINFO_HELI_GENERIC' etc in 'vfxvehicleinfo.ymt' & increase the '<aircraftDownwashPtFx' range & distance values for it (maybe 'FxSpeedEvoMin/Max' also) or try 'veh_downwash_sand'/'veh_downwash_dirt' (they are likely to have a bigger/dustier effect) in the '<aircraftDownwashPtFxNameDefault>' line instead of 'veh_downwash' & see what differences you get.
-
@a63nt-5m1th THANKS!!
-
i search this aswell !
but its not doing anything.. in here vfxvehicleinfo.ymt all those downwash values, engine etc seems dead.. do you have any clue of where can it be? anything would be appreciated^