Jump to content

-ITA-Cerbero

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Posts posted by -ITA-Cerbero


  1. 1 hour ago, GEORGE FLOROS GR said:

     

    #First post ?!

    Welcome to BIS Forums !

     

    PS : Say Ciao to Pester from George - he knows me !

    See you Cerbero !

    Hello m8, nice to meet u!!! Thanks for the welcome...ehm...who's Pester? ;-)


  2. First of all, congratulations for the great mission!!!
    I edited the "Unitclasses" file and added a BTR70 with crew Ind (rhsgref_un_btr70) to the item "Civilian vehicle classes for ambient traffic", a MRAP Blufor if I play as NATO and a MRAP Opfor if I play as CSAT.
    The problem is that if I play CSAT, both the allied civil MRAP (red) and the Inds see me as an enemy ... if I play as NATO it's all right and they do not shoot me.

    Any suggestions? Thank you Sir.

     

    P.S. the mission is CO10 Escape (Vanilla)

     

    CSAT vs NATO

    // Random array. Civilian vehicle classes for ambient traffic.
    a3e_arr_Escape_MilitaryTraffic_CivilianVehicleClasses = [
        "C_Hatchback_01_F"
        ,"C_Offroad_01_F"
        ,"CUP_C_Golf4_random_Civ"
        ,"C_SUV_01_F"
        ,"C_Hatchback_01_F"
        ,"rhs_tigr_sts_3camo_vmf"
        ,"C_Offroad_01_F"
        ,"rhsgref_un_m1117"
        ,"CUP_C_SUV_TK"
        ,"C_SUV_01_F"
        ,"C_Van_01_box_F"
        ,"rhsgref_un_btr70"
        ,"C_Van_01_transport_F"
        ,"C_Van_01_fuel_F"
        ,"C_Truck_02_covered_F"
        ,"C_Offroad_01_repair_F"
        ,"C_Truck_02_fuel_F"];

     

    NATO vs CSAT

    // Random array. Civilian vehicle classes for ambient traffic.
    a3e_arr_Escape_MilitaryTraffic_CivilianVehicleClasses = [
        "C_Hatchback_01_F"
        ,"C_Offroad_01_F"
        ,"CUP_C_Golf4_random_Civ"
        ,"C_SUV_01_F"
        ,"C_Hatchback_01_F"
        ,"rhsusf_M1220_M153_M2_usarmy_wd"
        ,"C_Offroad_01_F"
        ,"rhsgref_un_m1117"
        ,"CUP_C_SUV_TK"
        ,"C_SUV_01_F"
        ,"C_Van_01_box_F"
        ,"rhsgref_un_btr70"
        ,"C_Van_01_transport_F"
        ,"C_Van_01_fuel_F"
        ,"C_Truck_02_covered_F"
        ,"C_Offroad_01_repair_F"
        ,"C_Truck_02_fuel_F"];

    • Like 1
×