Jump to content

docdango

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About docdango

  • Rank
    Rookie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. docdango

    Model.Cfg help

    Hi War Book, If I am understanding correctly, you have two objects you want to import at the same time in one game patch. Below is an example of code that I've used to import two CfgVehicle objects at the same time. class CfgPatches { class NewMod{ addonRootClass = ""; requiredAddons[] = {""}; requiredVersion = 0.1; units[] = { "Submarine", "Torpedo"}; weapons[] = {}; }; }; class CfgVehicles { class Submarine { model = "\Path\To\Submarine_model.p3d" // Other stuff for your submarine }; class Torpedo { model = "\Path\To\Torprdo_model.p3d" // Other stuff for your torpedo }; };
  2. docdango

    Arma Discord Application to be unbanned

    Hi, I was banned from the Discord, but I'm not sure what policy I violated. I tried to post to the developer's board once, and might have made a mistake. Is there a way to appeal the ban? Editing to add my Discord ID: dango#2328
  3. Hi, I'm a new developer and I'm trying to make a custom UAV that has two cameras: a pilot view and a 'bomb bay door' style view looking down at the ground. I've been at this for a while, and I can't seem to find a good explanation for how turrets work on the forums or on YouTube. Does anyone have any resources that might help?
×