Jump to content

makkuranin

Member
  • Content Count

    53
  • Joined

  • Last visited

  • Medals

Posts posted by makkuranin


  1. On 29.07.2018 at 8:08 PM, DAP said:

     

    There is still problem with RHS vehicles (or, maybe, vehicles from other mods and addons). It because of custom event handlers on that vehicles. There is two workarounds:

    1. Custom compatibility addon look like this:

      Reveal hidden contents

     

    class CfgPatches
    {
             class my_compatibility_addon
             {
                     units[]= { };
                     weapons[]= { };
                     requiredAddons[] = {"custom_addon_classname_that_I_want_to_cahnge"};
             };
    };

    class CfgVehicles 

    {

             class my_vehicle_classname_parent;

             class my_vehicle_classname : my_vehicle_classname_parent
             {
                    class EventHandlers
                    {
                            init = "bla-bla-bla-vehicle-init-string-by-default; (_this select 0) call compile preprocessfilelinenumbers ""vtn_core_init\modules\eh\init.sqf"";";
                    };
             };

    };

     

    2. Add this string in vehicle init in editor (or call this string via scripts):

      Reveal hidden contents

    [objnull,0,this,[0]] call vtn_vehicle_actions_set;

     

    Both variants didn't work with RHS BMP's


  2. The same problem as it was on the T-140 Angara still on Rhino MGS even after update, and if we speak about it, same problem on RHS BMP's and static launchers (Konkurs, TOW) (yes, i know, thats not your problem, but this is symptom that maybe help you understand what happened). And thank you for the great job on updating so often (and ofcourse for the mod in general)


  3. Quote
    On 28.10.2017 at 11:26 AM, Jacali said:

    - Valmet RK-62 has a strange sound when being used in the woods. It kinda reminds me of the sound when you fire your weapon inside of some building.

     

    Same with RHS M16, M4, but this is more common on "CUP" islands (Chernarus, Utes) and other "not vanilla" islands, and not only in woods. This happens in random places.

×