Jump to content

SUPERNERD101

Member
  • Content Count

    5
  • Joined

  • Last visited

  • Medals

  • Medals

Community Reputation

10 Good

1 Follower

About SUPERNERD101

  • Rank
    Rookie
  1. SUPERNERD101

    New o2 Issues

    All I had to do was copy the folders in those PBOs to my P:\ drive (like I had with those two folders from OA). I had the same black screen issue until I got the bin and core stuff. My new tools are just where Steam downloaded them, the only thing I've changed in my P:\ drive are the new A3 bin/core folders, and the only thing I've done different in O2 settings is change the viewer path to the arma3.exe.
  2. SUPERNERD101

    New o2 Issues

    You need to extract the bin and core PBOs from the Dta folder in the ArmA 3 directory to your P:\ drive.
  3. SUPERNERD101

    Arma3 Characters Modding Tutorial

    Just rather than defining Vest_Base like you do, make it an external class reference. class Vest_Base;
  4. SUPERNERD101

    Arma3 Characters Modding Tutorial

    I think you're wanting this for your first line, if you don't already have it: enum { EDIT: To your new problem, Vest_Base should be an external class reference, not in your own config. Also, your picture path has a space in the .paa extension.
  5. SUPERNERD101

    Arma3 Characters Modding Tutorial

    TxT, Check all your opening/closing brackets ("{", "}"), for example you're closing a section that you never opened near the top, and then later, you don't close CfgWeapons.
×