Jump to content
Sign in to follow this  
HTom

cfgVehicles changes in mp mission

Recommended Posts

Hi! Need some help how can i change vehicle settings in mp mission? i'm beginer...

I want to change B_UAV_02_dynamicloadout's irTargetSize and radarTargetSize.

I hope this helps lock uav with missle over 2200m....
I tried make config.cpp file:

class cfgVehicles
 {
  class HTom_ReplacementSet_UAV_IR_AND_RADAR_SIZE
  {
   units[] = {};
   weapons[] = {};
  vehicles[] = {};
   requiredVersion = 1.70;
   requiredAddons[] = {};
  };
 };
 class CfgVehicles
 {
  class B_UAV_02_dynamicLoadout;
 class B_UAV_02_dynamicLoadout_new: B_UAV_02_dynamicLoadout
  {
   irTargetSize = 2;
  radarTargetSize = 2;
  };
 };


I need to execute config cpp somewhere? or need put somewhere in mission pbo file? or its working only mods and not on mp mission?

Have any way to change irTargetSize and radarTargetSize with script?
Or have other way to lock UAV with missle from ground if UAV flying over 2200m?  AA tank and AA ais just see UAVs...

Thanks for answers! HTom
 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×