Jump to content

chase212

Member
  • Content Count

    6
  • Joined

  • Last visited

  • Medals

Posts posted by chase212


  1. Hello, I made a model and this is the config.cpp file

    File Name: config.cpp

    class CfgPatches

    {

    class chase_house

    {

    units[] = {};

    weapons[] = {};

    requiredVersion = 0.1;

    };

    };

    class CfgVehicles

    {

    class chase_house

    {

    model="\chase";

    armor=2000;

    scope=2;

    displayName="Chase's House";

    };

    };

    Do I need to sign the PBO?

    Any help would be great! Thanks


  2. Hello

    I make an arma model and saves it as a P3D in oxygen, and then packed it into a pbo. Then when I go into the arma editor, I can't find the building to place it on the map. Is there any like config file or anything I need in the pbo as well? Thanks

    Any reply is greatly appreciated

×