Jump to content

havok13888

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About havok13888

  • Rank
    Newbie
  1. havok13888

    Noob over here

    So apparently I'm new and can't even make a new thread so I'm just going to post here. Hopefully someone can answer my question. My config.cpp located under C:\Users\<username>\Documents\Arma 3\missions\damageTest.Stratis\ class CfgPatches { class HAOP_Damage_Replacement { units[] = {}; weapons[] = {}; requiredVersion = 1.0; requiredAddons[] = {"A3_Weapons_F", "A3_Weapons_F_beta"}; }; }; class CfgAmmo { class BulletCore; class BulletBase : BulletCore { hit = 0.1; }; class B_65x39_Caseless : BulletBase { hit = 0.1; }; }; I know I can just PBO this file and put it under my main Arma 3 folder and test it as an addon. Is there a way I can just test this in the editor? As you can see the hit values are very low and my gun still does the same amount of damage. Would it to be possible to edit the config.cpp located in the missions folder. Relaunch the game, load the test mission and see the changes. Do I really need to make an addon out of it? I couldn't find much on BIKI
×