Jump to content

Zetland Survivor

Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Zetland Survivor

  1. Hi, We currently have R3F running on our server, we have Tow, Lift and Cargo configured and working but i recently decide to add some move-able by player objects to the list. My plan was to add searchlights and static machine guns to the trader, which I have done. They can then be loaded as cargo into a truck or heli, driven to a location and unloaded. This is where the problems lie. When unloaded, the Static M2 gun seems to be automatically attached to the player, i'm unsure if this is a bug, or if this is how its supposed to be. But the problem is that you can't drop it. There is no option on the scroll wheel to select drop. Also, it should be possible to pick up and carry a stationary object, walk with it to a vehicle or location and drop it. There is also no option to pick up or move. I had problems with the Battleye filters when I tried to load or unload a 'Static' object, but after editing the BE filters, it is now fixed, I have checked the RPT log, no errors.

    This is what my settings are within the script.

     

    /****** MOVABLE-BY-PLAYER OBJECTS ******/

    /**
     * List of class names of objects moveables by player.
     */

    //R3F_LOG_CFG_objets_deplacables = ["Land_Teapot_EP1"];

    R3F_LOG_CFG_objets_deplacables =
    [
    "M2StaticMG",
    "MMT_Civ",
    "Old_bike_TK_INS_EP1",
    "Barrels",
    "USSpecialWeaponsBox",
    "USVehicleBox_EP1",
    "TKSpecialWeapons_EP1",
    "BAF_BasicAmmunitionBox",
    "SearchLight_US_EP1"

    ];

    /*

     

×
×
  • Create New...