Jump to content
BartegUnified

Can somebody help in changing statistic of a weapon from a mod ?

Recommended Posts

So I have a modded weapon, an Mk-I EMR which fires a 6.5 round
It is fired at 940 m/s and lets say I wanted to change it to 980 m/s
I am entirely new to that and my experience in modding Arma is basically zero, so I need help with that
tried changing the stats it .pbo of the mod, it obviously did not work, just tested
can somebody help ?
Edit
"So I have a modded weapon, an Mk-I EMR which fires a 6.5 round"
Don't get this wrong, not my mod

Share this post


Link to post
Share on other sites

Welcome to BI forums BartegUnified!

Start here https://forums.bohemia.net/forums/topic/229179-arma3-modding-guides-tutorials-compilation/

   Ideally you want to create a little config yourself which will act like a patch for the weapon mod your

trying to adjust, so there should be config templates, and examples on my list.

 

 What mod is the weapon from?

Share this post


Link to post
Share on other sites

{
    author="Neonex";
    timepacked="1624106143";
};
class CfgAmmo
{    
    //-------------| 6.5x39mm |-----------------------------------------------------------
    class B_65x39_Caseless;
    
    class MkI_65x39_Caseless_Tracer_Red: B_65x39_Caseless
    {
        model="\A3\Weapons_f\Data\bullettracer\tracer_red";
    };
    
    class MkI_65x39_Caseless_Tracer_Green: B_65x39_Caseless
    {
        model="\A3\Weapons_f\Data\bullettracer\tracer_green";
    };
    
    class MkI_65x39_Caseless_Tracer_Yellow: B_65x39_Caseless
    {
        model="\A3\Weapons_f\Data\bullettracer\tracer_yellow";
    };
};class CfgMagazines
{
    class CA_Magazine;
    
    
    //-------------| 6.5 25Rnd |-----------------------------------------------------------
    class 20Rnd_762x51_Mag;
    
    class MKI_25Rnd_65x39_Mag: 20Rnd_762x51_Mag
    {
        author="Neonex";
        displayName="$STR_MKI_65_Mag_Clear";
        ammo="MkI_65x39_Caseless_Tracer_Red";
        count=25;
        mass=8;
        initSpeed=940;
        picture="\SCM_MKI\UI\MAGClear.paa";
        descriptionShort="$STR_MKI_65_Mag_Desc";
    };
    
    class MKI_25Rnd_65x39_Mag_RTracer_Red: MKI_25Rnd_65x39_Mag
    {
        author="Neonex";
        displayName="$STR_MKI_65_Mag_RTracer_Red";
        lastRoundsTracer=3;
    };
    
    class MKI_25Rnd_65x39_Mag_RTracer_Green: MKI_25Rnd_65x39_Mag_RTracer_Red
    {
        author="Neonex";
        displayName="$STR_MKI_65_Mag_RTracer_Green";
        ammo="MkI_65x39_Caseless_Tracer_Green";
    };
    
    class MKI_25Rnd_65x39_Mag_RTracer_Yellow: MKI_25Rnd_65x39_Mag_RTracer_Red
    {
        author="Neonex";
        displayName="$STR_MKI_65_Mag_RTracer_Yellow";
        ammo="MkI_65x39_Caseless_Tracer_Yellow";
    };
    
    //---------------------------------------------------------------
    
    class MKI_25Rnd_65x39_Mag_Tracer_Red: MKI_25Rnd_65x39_Mag_RTracer_Red
    {
        author="Neonex";
        displayName="$STR_MKI_65_Mag_Tracer_Red";
        tracersEvery=1;
        picture="\SCM_MKI\UI\MAGRed.paa";
        displayNameShort="$STR_A3_tracer_dns";
    };
    
    class MKI_25Rnd_65x39_Mag_Tracer_Green: MKI_25Rnd_65x39_Mag_RTracer_Green
    {
        author="Neonex";
        displayName="$STR_MKI_65_Mag_Tracer_Green";
        tracersEvery=1;
        picture="\SCM_MKI\UI\MAGGreen.paa";
        displayNameShort="$STR_A3_tracer_dns";
    };
    
    class MKI_25Rnd_65x39_Mag_Tracer_Yellow: MKI_25Rnd_65x39_Mag_RTracer_Yellow
    {
        author="Neonex";
        displayName="$STR_MKI_65_Mag_Tracer_Yellow";
        tracersEvery=1;
        picture="\SCM_MKI\UI\MAGYellow.paa";
        displayNameShort="$STR_A3_tracer_dns";
    };
};class CfgMagazineWells
{
    class SCM_M14_65
    {
        SCM_MkI_65[]=
        {
            "MKI_25Rnd_65x39_Mag",
            "MKI_25Rnd_65x39_Mag_RTracer_Red",
            "MKI_25Rnd_65x39_Mag_RTracer_Green",
            "MKI_25Rnd_65x39_Mag_RTracer_Yellow",
            "MKI_25Rnd_65x39_Mag_Tracer_Red",
            "MKI_25Rnd_65x39_Mag_Tracer_Green",
            "MKI_25Rnd_65x39_Mag_Tracer_Yellow"
        };
    };
};class CfgPatches
{
    class MKIConversion
    {
        name="MKIConversion";
        units[]=
        {
            "Weapon_SCM_MkV_Woodland",
            "Weapon_SCM_MkV_Tan",
            "Weapon_SCM_MkV_Camo",
            "Weapon_SCM_MkV_Khaki",
            "Weapon_SCM_MkV_Black"
        };
        weapons[]=
        {
            "SCM_MkV_Woodland",
            "SCM_MkV_Tan",
            "SCM_MkV_Camo",
            "SCM_MkV_Khaki",
            "SCM_MkV_Black"
        };
        requiredVersion=0.1;
        requiredAddons[]=
        {
            "a3_3den",
            "a3_3den_language",
            "a3_air_f",
            "a3_air_f_beta",
            "a3_air_f_beta_heli_attack_01",
            "a3_air_f_beta_heli_attack_02",
            "a3_air_f_beta_heli_transport_01",
            "a3_air_f_beta_heli_transport_02",
            "a3_air_f_beta_parachute_01",
            "a3_air_f_beta_parachute_02",
            "a3_air_f_epb",
            "a3_air_f_epb_heli_light_03",
            "a3_air_f_epc",
            "a3_air_f_epc_plane_cas_01",
            "a3_air_f_epc_plane_cas_02",
            "a3_air_f_epc_plane_fighter_03",
            "a3_air_f_exp",
            "a3_air_f_exp_heli_light_01",
            "a3_air_f_exp_heli_transport_01",
            "a3_air_f_exp_plane_civil_01",
            "a3_air_f_exp_uav_03",
            "a3_air_f_exp_uav_04",
            "a3_air_f_exp_vtol_01",
            "a3_air_f_exp_vtol_02",
            "a3_air_f_gamma",
            "a3_air_f_gamma_plane_fighter_03",
            "a3_air_f_gamma_uav_01",
            "a3_air_f_gamma_uav_02",
            "a3_air_f_heli",
            "a3_air_f_heli_heli_attack_01",
            "a3_air_f_heli_heli_attack_02",
            "a3_air_f_heli_heli_light_01",
            "a3_air_f_heli_heli_light_02",
            "a3_air_f_heli_heli_light_03",
            "a3_air_f_heli_heli_transport_01",
            "a3_air_f_heli_heli_transport_02",
            "a3_air_f_heli_heli_transport_03",
            "a3_air_f_heli_heli_transport_04",
            "a3_air_f_heli_light_01",
            "a3_air_f_heli_light_02",
            "a3_animals_f",
            "a3_animals_f_animconfig",
            "a3_animals_f_beta",
            "a3_animals_f_beta_chicken",
            "a3_animals_f_beta_dog",
            "a3_animals_f_beta_goat",
            "a3_animals_f_beta_sheep",
            "a3_animals_f_chicken",
            "a3_animals_f_dog",
            "a3_animals_f_fishes",
            "a3_animals_f_goat",
            "a3_animals_f_kestrel",
            "a3_animals_f_rabbit",
            "a3_animals_f_seagull",
            "a3_animals_f_sheep",
            "a3_animals_f_snakes",
            "a3_animals_f_turtle",
            "a3_anims_f",
            "a3_anims_f_bootcamp",
            "a3_anims_f_config_sdr",
            "a3_anims_f_config_sdr_weaponswitching",
            "a3_anims_f_data",
            "a3_anims_f_epa",
            "a3_anims_f_epc",
            "a3_anims_f_exp",
            "a3_anims_f_exp_a",
            "a3_anims_f_exp_revive",
            "a3_anims_f_heli",
            "a3_anims_f_kart",
            "a3_anims_f_mark",
            "a3_anims_f_mark_deployment",
            "a3_armor_f",
            "a3_armor_f_amv",
            "a3_armor_f_apc_wheeled_03",
            "a3_armor_f_beta",
            "a3_armor_f_beta_apc_tracked_01",
            "a3_armor_f_beta_apc_tracked_02",
            "a3_armor_f_beta_apc_wheeled_01",
            "a3_armor_f_beta_apc_wheeled_02",
            "a3_armor_f_epb",
            "a3_armor_f_epb_apc_tracked_03",
            "a3_armor_f_epb_mbt_03",
            "a3_armor_f_epc",
            "a3_armor_f_epc_mbt_01",
            "a3_armor_f_exp",
            "a3_armor_f_exp_apc_tracked_02",
            "a3_armor_f_exp_apc_wheeled_02",
            "a3_armor_f_exp_mbt_02",
            "a3_armor_f_gamma",
            "a3_armor_f_gamma_apc_wheeled_03",
            "a3_armor_f_gamma_mbt_01",
            "a3_armor_f_gamma_mbt_02",
            "a3_armor_f_marid",
            "a3_armor_f_panther",
            "a3_armor_f_slammer",
            "a3_armor_f_t100k",
            "a3_baseconfig_f",
            "a3_boat_f",
            "a3_boat_f_beta",
            "a3_boat_f_beta_boat_armed_01",
            "a3_boat_f_beta_boat_transport_01",
            "a3_boat_f_beta_sdv_01",
            "a3_boat_f_boat_armed_01",
            "a3_boat_f_boat_transport_01",
            "a3_boat_f_civilian_boat",
            "a3_boat_f_epc",
            "a3_boat_f_epc_submarine_01",
            "a3_boat_f_epc_submarine_01_f",
            "a3_boat_f_exp",
            "a3_boat_f_exp_boat_transport_01",
            "a3_boat_f_exp_boat_transport_02",
            "a3_boat_f_exp_scooter_transport_01",
            "a3_boat_f_gamma",
            "a3_boat_f_gamma_boat_civil_01",
            "a3_boat_f_gamma_boat_civil_04",
            "a3_boat_f_gamma_boat_transport_01",
            "a3_boat_f_heli",
            "a3_boat_f_heli_boat_armed_01",
            "a3_boat_f_heli_sdv_01",
            "a3_boat_f_sdv_01",
            "a3_boat_f_trawler",
            "a3_cargoposes_f",
            "a3_cargoposes_f_exp",
            "a3_cargoposes_f_heli",
            "a3_characters_f",
            "a3_characters_f_beta",
            "a3_characters_f_beta_indep",
            "a3_characters_f_blufor",
            "a3_characters_f_bootcamp",
            "a3_characters_f_bootcamp_common",
            "a3_characters_f_civil",
            "a3_characters_f_common",
            "a3_characters_f_epa",
            "a3_characters_f_epb",
            "a3_characters_f_epb_heads",
            "a3_characters_f_epc",
            "a3_characters_f_exp",
            "a3_characters_f_exp_civil",
            "a3_characters_f_exp_headgear",
            "a3_characters_f_exp_vests",
            "a3_characters_f_gamma",
            "a3_characters_f_heads",
            "a3_characters_f_indep",
            "a3_characters_f_kart",
            "a3_characters_f_mark",
            "a3_characters_f_opfor",
            "a3_characters_f_proxies",
            "a3_data_f",
            "a3_data_f_bootcamp",
            "a3_data_f_curator",
            "a3_data_f_curator_characters",
            "a3_data_f_curator_eagle",
            "a3_data_f_curator_intel",
            "a3_data_f_curator_misc",
            "a3_data_f_curator_respawn",
            "a3_data_f_curator_virtual",
            "a3_data_f_exp",
            "a3_data_f_exp_a",
            "a3_data_f_exp_a_virtual",
            "a3_data_f_exp_b",
            "a3_data_f_exp_particleeffects",
            "a3_data_f_heli",
            "a3_data_f_hook",
            "a3_data_f_kart",
            "a3_data_f_kart_particleeffects",
            "a3_data_f_mark",
            "a3_data_f_particleeffects",
            "a3_drones_f",
            "a3_drones_f_air_f_gamma_uav_01",
            "a3_drones_f_air_f_gamma_uav_02",
            "a3_drones_f_characters_f_gamma",
            "a3_drones_f_soft_f_gamma_ugv_01",
            "a3_drones_f_weapons_f_gamma_ammoboxes",
            "a3_drones_f_weapons_f_gamma_items",
            "a3_dubbing_f",
            "a3_dubbing_f_beta",
            "a3_dubbing_f_bootcamp",
            "a3_dubbing_f_epa",
            "a3_dubbing_f_epb",
            "a3_dubbing_f_epc",
            "a3_dubbing_f_exp",
            "a3_dubbing_f_gamma",
            "a3_dubbing_f_heli",
            "a3_dubbing_f_mark",
            "a3_dubbing_f_mp_mark",
            "a3_dubbing_radio_f",
            "a3_dubbing_radio_f_data_eng",
            "a3_dubbing_radio_f_data_engb",
            "a3_dubbing_radio_f_data_gre",
            "a3_dubbing_radio_f_data_per",
            "a3_dubbing_radio_f_data_vr",
            "a3_dubbing_radio_f_exp",
            "a3_dubbing_radio_f_exp_data_chi",
            "a3_dubbing_radio_f_exp_data_engfre",
            "a3_dubbing_radio_f_exp_data_fre",
            "a3_editor_f",
            "a3_editorpreviews_f",
            "a3_editorpreviews_f_exp",
            "a3_functions_f",
            "a3_functions_f_bootcamp",
            "a3_functions_f_curator",
            "a3_functions_f_epa",
            "a3_functions_f_epc",
            "a3_functions_f_exp",
            "a3_functions_f_exp_a",
            "a3_functions_f_heli",
            "a3_functions_f_mark",
            "a3_functions_f_mp_mark",
            "a3_language_f",
            "a3_language_f_beta",
            "a3_language_f_bootcamp",
            "a3_language_f_curator",
            "a3_language_f_epa",
            "a3_language_f_epb",
            "a3_language_f_epc",
            "a3_language_f_exp",
            "a3_language_f_exp_a",
            "a3_language_f_exp_b",
            "a3_language_f_gamma",
            "a3_language_f_heli",
            "a3_language_f_kart",
            "a3_language_f_mark",
            "a3_language_f_mp_mark",
            "a3_languagemissions_f",
            "a3_languagemissions_f_beta",
            "a3_languagemissions_f_bootcamp",
            "a3_languagemissions_f_epa",
            "a3_languagemissions_f_epb",
            "a3_languagemissions_f_epc",
            "a3_languagemissions_f_exp",
            "a3_languagemissions_f_exp_a",
            "a3_languagemissions_f_gamma",
            "a3_languagemissions_f_heli",
            "a3_languagemissions_f_kart",
            "a3_languagemissions_f_mark",
            "a3_languagemissions_f_mp_mark",
            "a3_map_altis",
            "a3_map_altis_data",
            "a3_map_altis_data_layers",
            "a3_map_altis_scenes",
            "a3_map_altis_scenes_f",
            "a3_map_data",
            "a3_map_stratis",
            "a3_map_stratis_data",
            "a3_map_stratis_data_layers",
            "a3_map_stratis_scenes",
            "a3_map_stratis_scenes_f",
            "a3_map_vr",
            "a3_map_vr_scenes",
            "a3_map_vr_scenes_f",
            "a3_misc_f",
            "a3_misc_f_helpers",
            "a3_missions_f",
            "a3_missions_f_beta",
            "a3_missions_f_beta_data",
            "a3_missions_f_beta_video",
            "a3_missions_f_bootcamp",
            "a3_missions_f_bootcamp_data",
            "a3_missions_f_bootcamp_video",
            "a3_missions_f_curator",
            "a3_missions_f_data",
            "a3_missions_f_epa",
            "a3_missions_f_epa_data",
            "a3_missions_f_epa_video",
            "a3_missions_f_epb",
            "a3_missions_f_epc",
            "a3_missions_f_exp",
            "a3_missions_f_exp_a",
            "a3_missions_f_exp_a_data",
            "a3_missions_f_exp_data",
            "a3_missions_f_exp_video",
            "a3_missions_f_gamma",
            "a3_missions_f_gamma_data",
            "a3_missions_f_gamma_video",
            "a3_missions_f_heli",
            "a3_missions_f_heli_data",
            "a3_missions_f_heli_video",
            "a3_missions_f_kart",
            "a3_missions_f_kart_data",
            "a3_missions_f_mark",
            "a3_missions_f_mark_data",
            "a3_missions_f_mark_video",
            "a3_missions_f_mp_mark",
            "a3_missions_f_mp_mark_data",
            "a3_missions_f_video",
            "a3_modules_f",
            "a3_modules_f_beta",
            "a3_modules_f_beta_data",
            "a3_modules_f_beta_firingdrills",
            "a3_modules_f_bootcamp",
            "a3_modules_f_bootcamp_misc",
            "a3_modules_f_curator",
            "a3_modules_f_curator_animals",
            "a3_modules_f_curator_cas",
            "a3_modules_f_curator_chemlights",
            "a3_modules_f_curator_curator",
            "a3_modules_f_curator_effects",
            "a3_modules_f_curator_environment",
            "a3_modules_f_curator_flares",
            "a3_modules_f_curator_intel",
            "a3_modules_f_curator_lightning",
            "a3_modules_f_curator_mines",
            "a3_modules_f_curator_misc",
            "a3_modules_f_curator_multiplayer",
            "a3_modules_f_curator_objectives",
            "a3_modules_f_curator_ordnance",
            "a3_modules_f_curator_respawn",
            "a3_modules_f_curator_smokeshells",
            "a3_modules_f_data",
            "a3_modules_f_dyno",
            "a3_modules_f_effects",
            "a3_modules_f_epb",
            "a3_modules_f_epb_misc",
            "a3_modules_f_events",
            "a3_modules_f_exp",
            "a3_modules_f_exp_a",
            "a3_modules_f_groupmodifiers",
            "a3_modules_f_hc",
            "a3_modules_f_heli",
            "a3_modules_f_heli_misc",
            "a3_modules_f_heli_spawnai",
            "a3_modules_f_intel",
            "a3_modules_f_kart",
            "a3_modules_f_kart_data",
            "a3_modules_f_kart_timetrials",
            "a3_modules_f_livefeed",
            "a3_modules_f_mark",
            "a3_modules_f_mark_firingdrills",
            "a3_modules_f_mark_objectives",
            "a3_modules_f_marta",
            "a3_modules_f_misc",
            "a3_modules_f_mp_mark",
            "a3_modules_f_mp_mark_objectives",
            "a3_modules_f_multiplayer",
            "a3_modules_f_objectmodifiers",
            "a3_modules_f_sites",
            "a3_modules_f_skirmish",
            "a3_modules_f_strategicmap",
            "a3_modules_f_supports",
            "a3_modules_f_uav",
            "a3_music_f",
            "a3_music_f_bootcamp",
            "a3_music_f_bootcamp_music",
            "a3_music_f_epa",
            "a3_music_f_epa_music",
            "a3_music_f_epb",
            "a3_music_f_epb_music",
            "a3_music_f_epc",
            "a3_music_f_epc_music",
            "a3_music_f_exp",
            "a3_music_f_exp_music",
            "a3_music_f_heli",
            "a3_music_f_heli_music",
            "a3_music_f_mark",
            "a3_music_f_mark_music",
            "a3_music_f_music",
            "a3_plants_f",
            "a3_plants_f_bush",
            "a3_props_f_exp",
            "a3_props_f_exp_a",
            "a3_props_f_exp_a_military",
            "a3_props_f_exp_a_military_equipment",
            "a3_props_f_exp_civilian",
            "a3_props_f_exp_civilian_garbage",
            "a3_props_f_exp_commercial",
            "a3_props_f_exp_commercial_market",
            "a3_props_f_exp_industrial",
            "a3_props_f_exp_industrial_heavyequipment",
            "a3_props_f_exp_infrastructure",
            "a3_props_f_exp_infrastructure_railways",
            "a3_props_f_exp_infrastructure_traffic",
            "a3_props_f_exp_military",
            "a3_props_f_exp_military_camps",
            "a3_props_f_exp_military_oldplanewrecks",
            "a3_props_f_exp_naval",
            "a3_props_f_exp_naval_boats",
            "a3_roads_f",
            "a3_rocks_f",
            "a3_rocks_f_blunt",
            "a3_rocks_f_sharp",
            "a3_rocks_f_water",
            "a3_signs_f",
            "a3_signs_f_ad",
            "a3_signs_f_signs_ad",
            "a3_soft_f",
            "a3_soft_f_beta",
            "a3_soft_f_beta_mrap_03",
            "a3_soft_f_beta_quadbike",
            "a3_soft_f_beta_quadbike_01",
            "a3_soft_f_beta_truck_01",
            "a3_soft_f_beta_truck_02",
            "a3_soft_f_bootcamp",
            "a3_soft_f_bootcamp_offroad_01",
            "a3_soft_f_bootcamp_quadbike",
            "a3_soft_f_bootcamp_quadbike_01",
            "a3_soft_f_bootcamp_truck",
            "a3_soft_f_bootcamp_van_01",
            "a3_soft_f_car",
            "a3_soft_f_crusher_ugv",
            "a3_soft_f_epc",
            "a3_soft_f_epc_truck_03",
            "a3_soft_f_exp",
            "a3_soft_f_exp_lsv_01",
            "a3_soft_f_exp_lsv_02",
            "a3_soft_f_exp_mrap_02",
            "a3_soft_f_exp_offroad_01",
            "a3_soft_f_exp_offroad_02",
            "a3_soft_f_exp_quadbike_01",
            "a3_soft_f_exp_truck_03",
            "a3_soft_f_exp_ugv_01",
            "a3_soft_f_exp_van_01",
            "a3_soft_f_gamma",
            "a3_soft_f_gamma_hatchback_01",
            "a3_soft_f_gamma_hemtt",
            "a3_soft_f_gamma_offroad",
            "a3_soft_f_gamma_offroad_01",
            "a3_soft_f_gamma_quadbike",
            "a3_soft_f_gamma_quadbike_01",
            "a3_soft_f_gamma_suv_01",
            "a3_soft_f_gamma_truck_01",
            "a3_soft_f_gamma_truck_02",
            "a3_soft_f_gamma_truckheavy",
            "a3_soft_f_gamma_van_01",
            "a3_soft_f_heli",
            "a3_soft_f_heli_car",
            "a3_soft_f_heli_crusher_ugv",
            "a3_soft_f_heli_hatchback_01",
            "a3_soft_f_heli_mrap_01",
            "a3_soft_f_heli_mrap_02",
            "a3_soft_f_heli_mrap_03",
            "a3_soft_f_heli_quadbike",
            "a3_soft_f_heli_quadbike_01",
            "a3_soft_f_heli_suv",
            "a3_soft_f_heli_suv_01",
            "a3_soft_f_heli_truck",
            "a3_soft_f_heli_ugv_01",
            "a3_soft_f_heli_van_01",
            "a3_soft_f_hemtt",
            "a3_soft_f_kart",
            "a3_soft_f_kart_kart_01",
            "a3_soft_f_mrap_01",
            "a3_soft_f_mrap_02",
            "a3_soft_f_mrap_03",
            "a3_soft_f_offroad_01",
            "a3_soft_f_quadbike",
            "a3_soft_f_quadbike_01",
            "a3_soft_f_suv",
            "a3_soft_f_truck",
            "a3_soft_f_truckheavy",
            "a3_sounds_f",
            "a3_sounds_f_arsenal",
            "a3_sounds_f_bootcamp",
            "a3_sounds_f_characters",
            "a3_sounds_f_environment",
            "a3_sounds_f_epb",
            "a3_sounds_f_epc",
            "a3_sounds_f_exp",
            "a3_sounds_f_exp_a",
            "a3_sounds_f_heli",
            "a3_sounds_f_kart",
            "a3_sounds_f_mark",
            "a3_sounds_f_sfx",
            "a3_sounds_f_vehicles",
            "a3_static_f",
            "a3_static_f_aa_01",
            "a3_static_f_at_01",
            "a3_static_f_beta",
            "a3_static_f_beta_mortar_01",
            "a3_static_f_exp",
            "a3_static_f_gamma",
            "a3_static_f_gamma_aa",
            "a3_static_f_gamma_at",
            "a3_static_f_gamma_mortar_01",
            "a3_static_f_mark",
            "a3_static_f_mark_designator_01",
            "a3_static_f_mark_designator_02",
            "a3_static_f_mortar_01",
            "a3_structures_f",
            "a3_structures_f_bootcamp",
            "a3_structures_f_bootcamp_civ_camping",
            "a3_structures_f_bootcamp_civ_sportsgrounds",
            "a3_structures_f_bootcamp_ind_cargo",
            "a3_structures_f_bootcamp_items_electronics",
            "a3_structures_f_bootcamp_items_food",
            "a3_structures_f_bootcamp_items_sport",
            "a3_structures_f_bootcamp_system",
            "a3_structures_f_bootcamp_training",
            "a3_structures_f_bootcamp_vr_blocks",
            "a3_structures_f_bootcamp_vr_coverobjects",
            "a3_structures_f_bootcamp_vr_helpers",
            "a3_structures_f_bridges",
            "a3_structures_f_civ",
            "a3_structures_f_civ_accessories",
            "a3_structures_f_civ_ancient",
            "a3_structures_f_civ_belltowers",
            "a3_structures_f_civ_calvaries",
            "a3_structures_f_civ_camping",
            "a3_structures_f_civ_chapels",
            "a3_structures_f_civ_constructions",
            "a3_structures_f_civ_dead",
            "a3_structures_f_civ_garbage",
            "a3_structures_f_civ_graffiti",
            "a3_structures_f_civ_infoboards",
            "a3_structures_f_civ_kiosks",
            "a3_structures_f_civ_lamps",
            "a3_structures_f_civ_market",
            "a3_structures_f_civ_offices",
            "a3_structures_f_civ_pavements",
            "a3_structures_f_civ_playground",
            "a3_structures_f_civ_sportsgrounds",
            "a3_structures_f_civ_statues",
            "a3_structures_f_civ_tourism",
            "a3_structures_f_data",
            "a3_structures_f_dominants",
            "a3_structures_f_dominants_amphitheater",
            "a3_structures_f_dominants_castle",
            "a3_structures_f_dominants_church",
            "a3_structures_f_dominants_hospital",
            "a3_structures_f_dominants_lighthouse",
            "a3_structures_f_dominants_wip",
            "a3_structures_f_epa",
            "a3_structures_f_epa_civ_camping",
            "a3_structures_f_epa_civ_constructions",
            "a3_structures_f_epa_items_electronics",
            "a3_structures_f_epa_items_food",
            "a3_structures_f_epa_items_medical",
            "a3_structures_f_epa_items_tools",
            "a3_structures_f_epa_items_vessels",
            "a3_structures_f_epa_mil_scrapyard",
            "a3_structures_f_epa_walls",
            "a3_structures_f_epb",
            "a3_structures_f_epb_civ_accessories",
            "a3_structures_f_epb_civ_camping",
            "a3_structures_f_epb_civ_dead",
            "a3_structures_f_epb_civ_garbage",
            "a3_structures_f_epb_civ_graffiti",
            "a3_structures_f_epb_civ_playground",
            "a3_structures_f_epb_furniture",
            "a3_structures_f_epb_items_documents",
            "a3_structures_f_epb_items_luggage",
            "a3_structures_f_epb_items_military",
            "a3_structures_f_epb_items_vessels",
            "a3_structures_f_epb_naval_fishing",
            "a3_structures_f_epc",
            "a3_structures_f_epc_civ_accessories",
            "a3_structures_f_epc_civ_camping",
            "a3_structures_f_epc_civ_garbage",
            "a3_structures_f_epc_civ_infoboards",
            "a3_structures_f_epc_civ_kiosks",
            "a3_structures_f_epc_civ_playground",
            "a3_structures_f_epc_civ_tourism",
            "a3_structures_f_epc_dominants_ghosthotel",
            "a3_structures_f_epc_dominants_stadium",
            "a3_structures_f_epc_furniture",
            "a3_structures_f_epc_items_documents",
            "a3_structures_f_epc_items_electronics",
            "a3_structures_f_epc_walls",
            "a3_structures_f_exp_a",
            "a3_structures_f_exp_a_vr_blocks",
            "a3_structures_f_exp_a_vr_helpers",
            "a3_structures_f_furniture",
            "a3_structures_f_heli",
            "a3_structures_f_heli_civ_accessories",
            "a3_structures_f_heli_civ_constructions",
            "a3_structures_f_heli_civ_garbage",
            "a3_structures_f_heli_civ_market",
            "a3_structures_f_heli_furniture",
            "a3_structures_f_heli_ind_airport",
            "a3_structures_f_heli_ind_cargo",
            "a3_structures_f_heli_ind_machines",
            "a3_structures_f_heli_items_airport",
            "a3_structures_f_heli_items_electronics",
            "a3_structures_f_heli_items_food",
            "a3_structures_f_heli_items_luggage",
            "a3_structures_f_heli_items_sport",
            "a3_structures_f_heli_items_tools",
            "a3_structures_f_heli_vr_helpers",
            "a3_structures_f_households",
            "a3_structures_f_households_addons",
            "a3_structures_f_households_house_big01",
            "a3_structures_f_households_house_big02",
            "a3_structures_f_households_house_shop01",
            "a3_structures_f_households_house_shop02",
            "a3_structures_f_households_house_small01",
            "a3_structures_f_households_house_small02",
            "a3_structures_f_households_house_small03",
            "a3_structures_f_households_slum",
            "a3_structures_f_households_stone_big",
            "a3_structures_f_households_stone_shed",
            "a3_structures_f_households_stone_small",
            "a3_structures_f_households_wip",
            "a3_structures_f_ind",
            "a3_structures_f_ind_airport",
            "a3_structures_f_ind_cargo",
            "a3_structures_f_ind_carservice",
            "a3_structures_f_ind_concretemixingplant",
            "a3_structures_f_ind_crane",
            "a3_structures_f_ind_dieselpowerplant",
            "a3_structures_f_ind_factory",
            "a3_structures_f_ind_fuelstation",
            "a3_structures_f_ind_fuelstation_small",
            "a3_structures_f_ind_pipes",
            "a3_structures_f_ind_powerlines",
            "a3_structures_f_ind_reservoirtank",
            "a3_structures_f_ind_shed",
            "a3_structures_f_ind_solarpowerplant",
            "a3_structures_f_ind_tank",
            "a3_structures_f_ind_transmitter_tower",
            "a3_structures_f_ind_wavepowerplant",
            "a3_structures_f_ind_windmill",
            "a3_structures_f_ind_windpowerplant",
            "a3_structures_f_items",
            "a3_structures_f_items_cans",
            "a3_structures_f_items_documents",
            "a3_structures_f_items_electronics",
            "a3_structures_f_items_food",
            "a3_structures_f_items_gadgets",
            "a3_structures_f_items_luggage",
            "a3_structures_f_items_medical",
            "a3_structures_f_items_military",
            "a3_structures_f_items_stationery",
            "a3_structures_f_items_tools",
            "a3_structures_f_items_valuables",
            "a3_structures_f_items_vessels",
            "a3_structures_f_kart",
            "a3_structures_f_kart_civ_sportsgrounds",
            "a3_structures_f_kart_mil_flags",
            "a3_structures_f_kart_signs_companies",
            "a3_structures_f_mark",
            "a3_structures_f_mark_items_military",
            "a3_structures_f_mark_items_sport",
            "a3_structures_f_mark_mil_flags",
            "a3_structures_f_mark_training",
            "a3_structures_f_mark_vr_helpers",
            "a3_structures_f_mark_vr_shapes",
            "a3_structures_f_mark_vr_targets",
            "a3_structures_f_mil",
            "a3_structures_f_mil_bagbunker",
            "a3_structures_f_mil_bagfence",
            "a3_structures_f_mil_barracks",
            "a3_structures_f_mil_bunker",
            "a3_structures_f_mil_cargo",
            "a3_structures_f_mil_flags",
            "a3_structures_f_mil_fortification",
            "a3_structures_f_mil_helipads",
            "a3_structures_f_mil_offices",
            "a3_structures_f_mil_radar",
            "a3_structures_f_mil_scrapyard",
            "a3_structures_f_mil_shelters",
            "a3_structures_f_mil_tenthangar",
            "a3_structures_f_naval",
            "a3_structures_f_naval_buoys",
            "a3_structures_f_naval_fishing",
            "a3_structures_f_naval_piers",
            "a3_structures_f_naval_rowboats",
            "a3_structures_f_research",
            "a3_structures_f_signs_companies",
            "a3_structures_f_system",
            "a3_structures_f_training",
            "a3_structures_f_training_invisibletarget",
            "a3_structures_f_walls",
            "a3_structures_f_wrecks",
            "a3_supplies_f_exp",
            "a3_supplies_f_exp_ammoboxes",
            "a3_supplies_f_heli",
            "a3_supplies_f_heli_bladders",
            "a3_supplies_f_heli_cargonets",
            "a3_supplies_f_heli_fuel",
            "a3_supplies_f_heli_slingload",
            "a3_supplies_f_mark",
            "a3_uav_f_characters_f_gamma",
            "a3_uav_f_weapons_f_gamma_ammoboxes",
            "a3_ui_f",
            "a3_ui_f_bootcamp",
            "a3_ui_f_curator",
            "a3_ui_f_data",
            "a3_ui_f_exp",
            "a3_ui_f_exp_a",
            "a3_ui_f_heli",
            "a3_ui_f_kart",
            "a3_ui_f_mark",
            "a3_ui_f_mp_mark",
            "a3_uifonts_f",
            "a3_weapons_f",
            "a3_weapons_f_aaf",
            "a3_weapons_f_acc",
            "a3_weapons_f_ammoboxes",
            "a3_weapons_f_beta",
            "a3_weapons_f_beta_acc",
            "a3_weapons_f_beta_ammoboxes",
            "a3_weapons_f_beta_ebr",
            "a3_weapons_f_beta_longrangerifles_ebr",
            "a3_weapons_f_beta_longrangerifles_gm6",
            "a3_weapons_f_beta_longrangerifles_m320",
            "a3_weapons_f_beta_rifles_khaybar",
            "a3_weapons_f_beta_rifles_mx",
            "a3_weapons_f_beta_rifles_trg20",
            "a3_weapons_f_bootcamp",
            "a3_weapons_f_bootcamp_ammoboxes",
            "a3_weapons_f_bootcamp_longrangerifles_gm6",
            "a3_weapons_f_bootcamp_longrangerifles_gm6_camo",
            "a3_weapons_f_bootcamp_longrangerifles_m320",
            "a3_weapons_f_bootcamp_longrangerifles_m320_camo",
            "a3_weapons_f_csat",
            "a3_weapons_f_dummyweapons",
            "a3_weapons_f_ebr",
            "a3_weapons_f_epa",
            "a3_weapons_f_epa_acc",
            "a3_weapons_f_epa_ammoboxes",
            "a3_weapons_f_epa_ebr",
            "a3_weapons_f_epa_longrangerifles_dmr_01",
            "a3_weapons_f_epa_longrangerifles_gm6",
            "a3_weapons_f_epa_rifles_mx",
            "a3_weapons_f_epb",
            "a3_weapons_f_epb_acc",
            "a3_weapons_f_epb_ammoboxes",
            "a3_weapons_f_epb_longrangerifles_gm3",
            "a3_weapons_f_epb_longrangerifles_gm6",
            "a3_weapons_f_epb_longrangerifles_m320",
            "a3_weapons_f_epb_rifles_mx_black",
            "a3_weapons_f_epc",
            "a3_weapons_f_exp",
            "a3_weapons_f_exp_launchers_rpg32",
            "a3_weapons_f_exp_launchers_rpg7",
            "a3_weapons_f_exp_launchers_titan",
            "a3_weapons_f_exp_longrangerifles_dmr_07",
            "a3_weapons_f_exp_machineguns_lmg_03",
            "a3_weapons_f_exp_pistols_pistol_01",
            "a3_weapons_f_exp_rifles_ak12",
            "a3_weapons_f_exp_rifles_akm",
            "a3_weapons_f_exp_rifles_aks",
            "a3_weapons_f_exp_rifles_arx",
            "a3_weapons_f_exp_rifles_ctar",
            "a3_weapons_f_exp_rifles_ctars",
            "a3_weapons_f_exp_rifles_spar_01",
            "a3_weapons_f_exp_rifles_spar_02",
            "a3_weapons_f_exp_rifles_spar_03",
            "a3_weapons_f_exp_smgs_smg_05",
            "a3_weapons_f_explosives",
            "a3_weapons_f_fia",
            "a3_weapons_f_gamma",
            "a3_weapons_f_gamma_acc",
            "a3_weapons_f_gamma_ammoboxes",
            "a3_weapons_f_gamma_items",
            "a3_weapons_f_gamma_longrangerifles_ebr",
            "a3_weapons_f_gamma_rifles_mx",
            "a3_weapons_f_headgear",
            "a3_weapons_f_itemholders",
            "a3_weapons_f_items",
            "a3_weapons_f_kart",
            "a3_weapons_f_kart_pistols_pistol_signal_f",
            "a3_weapons_f_launchers_law",
            "a3_weapons_f_launchers_nlaw",
            "a3_weapons_f_launchers_rpg32",
            "a3_weapons_f_launchers_titan",
            "a3_weapons_f_longrangerifles_dmr_01",
            "a3_weapons_f_longrangerifles_ebr",
            "a3_weapons_f_longrangerifles_gm6",
            "a3_weapons_f_longrangerifles_m320",
            "a3_weapons_f_machineguns_m200",
            "a3_weapons_f_machineguns_zafir",
            "a3_weapons_f_mark",
            "a3_weapons_f_mark_acc",
            "a3_weapons_f_mark_ebr",
            "a3_weapons_f_mark_longrangerifles_dmr_01",
            "a3_weapons_f_mark_longrangerifles_dmr_02",
            "a3_weapons_f_mark_longrangerifles_dmr_03",
            "a3_weapons_f_mark_longrangerifles_dmr_04",
            "a3_weapons_f_mark_longrangerifles_dmr_05",
            "a3_weapons_f_mark_longrangerifles_dmr_06",
            "a3_weapons_f_mark_longrangerifles_ebr",
            "a3_weapons_f_mark_longrangerifles_gm6",
            "a3_weapons_f_mark_longrangerifles_gm6_camo",
            "a3_weapons_f_mark_longrangerifles_m320",
            "a3_weapons_f_mark_longrangerifles_m320_camo",
            "a3_weapons_f_mark_machineguns_m200",
            "a3_weapons_f_mark_machineguns_mmg_01",
            "a3_weapons_f_mark_machineguns_mmg_02",
            "a3_weapons_f_mark_machineguns_zafir",
            "a3_weapons_f_mark_rifles_khaybar",
            "a3_weapons_f_mark_rifles_mk20",
            "a3_weapons_f_mark_rifles_mx",
            "a3_weapons_f_mark_rifles_sdar",
            "a3_weapons_f_mark_rifles_trg20",
            "a3_weapons_f_nato",
            "a3_weapons_f_pistols_acpc2",
            "a3_weapons_f_pistols_p07",
            "a3_weapons_f_pistols_pdw2000",
            "a3_weapons_f_pistols_pistol_heavy_01",
            "a3_weapons_f_pistols_pistol_heavy_02",
            "a3_weapons_f_pistols_rook40",
            "a3_weapons_f_rifles_khaybar",
            "a3_weapons_f_rifles_mk20",
            "a3_weapons_f_rifles_mx",
            "a3_weapons_f_rifles_mx_black",
            "a3_weapons_f_rifles_sdar",
            "a3_weapons_f_rifles_smg_02",
            "a3_weapons_f_rifles_trg20",
            "a3_weapons_f_rifles_vector",
            "a3_weapons_f_smgs_pdw2000",
            "a3_weapons_f_smgs_smg_01",
            "a3_weapons_f_smgs_smg_02",
            "a3_weapons_f_uniforms",
            "a3_weapons_f_vests",
            "curatoronly_air_f_beta_heli_attack_01",
            "curatoronly_air_f_beta_heli_attack_02",
            "curatoronly_air_f_gamma_uav_01",
            "curatoronly_armor_f_amv",
            "curatoronly_armor_f_beta_apc_tracked_02",
            "curatoronly_armor_f_marid",
            "curatoronly_armor_f_panther",
            "curatoronly_armor_f_slammer",
            "curatoronly_armor_f_t100k",
            "curatoronly_boat_f_boat_armed_01",
            "curatoronly_characters_f_blufor",
            "curatoronly_characters_f_common",
            "curatoronly_characters_f_opfor",
            "curatoronly_modules_f_curator_animals",
            "curatoronly_modules_f_curator_chemlights",
            "curatoronly_modules_f_curator_effects",
            "curatoronly_modules_f_curator_environment",
            "curatoronly_modules_f_curator_flares",
            "curatoronly_modules_f_curator_lightning",
            "curatoronly_modules_f_curator_mines",
            "curatoronly_modules_f_curator_objectives",
            "curatoronly_modules_f_curator_ordnance",
            "curatoronly_modules_f_curator_smokeshells",
            "curatoronly_signs_f",
            "curatoronly_soft_f_crusher_ugv",
            "curatoronly_soft_f_mrap_01",
            "curatoronly_soft_f_mrap_02",
            "curatoronly_soft_f_quadbike",
            "curatoronly_static_f_gamma",
            "curatoronly_static_f_mortar_01",
            "curatoronly_structures_f_civ_ancient",
            "curatoronly_structures_f_civ_camping",
            "curatoronly_structures_f_civ_garbage",
            "curatoronly_structures_f_epa_civ_constructions",
            "curatoronly_structures_f_epb_civ_dead",
            "curatoronly_structures_f_ind_cargo",
            "curatoronly_structures_f_ind_crane",
            "curatoronly_structures_f_ind_reservoirtank",
            "curatoronly_structures_f_ind_transmitter_tower",
            "curatoronly_structures_f_items_vessels",
            "curatoronly_structures_f_mil_bagbunker",
            "curatoronly_structures_f_mil_bagfence",
            "curatoronly_structures_f_mil_cargo",
            "curatoronly_structures_f_mil_fortification",
            "curatoronly_structures_f_mil_radar",
            "curatoronly_structures_f_mil_shelters",
            "curatoronly_structures_f_research",
            "curatoronly_structures_f_walls",
            "curatoronly_structures_f_wrecks",
            "a3data",
            "3den",
            "map_vr"
        };
        author="Neonex";
    };
};class CfgVehicles
{
    class Weapon_Base_F;
    
    // Mk-V EMR
    
    class Weapon_SCM_MkV_Woodland: Weapon_Base_F
    {
        scope=2;
        scopeCurator=2;
        displayName="$STR_MKI_65_Woodland";
        author="Neonex";
        editorCategory="EdCat_Weapons";
        editorSubcategory="EdSubcat_SniperRifles";
        vehicleClass="WeaponsPrimary";
        class TransportWeapons
        {
            class SCM_MkV_Woodland
            {
                weapon="SCM_MkV_Woodland";
                count=1;
            };
        };
        class TransportMagazines
        {
            class MKI_25Rnd_65x39_Mag
            {
                magazine="MKI_25Rnd_65x39_Mag";
                count=1;
            };
        };
    };
    
    class Weapon_SCM_MkV_Tan: Weapon_Base_F
    {
        scope=2;
        scopeCurator=2;
        displayName="$STR_MKI_65_Tan";
        author="Neonex";
        editorCategory="EdCat_Weapons";
        editorSubcategory="EdSubcat_SniperRifles";
        vehicleClass="WeaponsPrimary";
        class TransportWeapons
        {
            class SCM_MkV_Tan
            {
                weapon="SCM_MkV_Tan";
                count=1;
            };
        };
        class TransportMagazines
        {
            class MKI_25Rnd_65x39_Mag
            {
                magazine="MKI_25Rnd_65x39_Mag";
                count=1;
            };
        };
    };
    
    class Weapon_SCM_MkV_Camo: Weapon_Base_F
    {
        scope=2;
        scopeCurator=2;
        displayName="$STR_MKI_65_Camo";
        author="Neonex";
        editorCategory="EdCat_Weapons";
        editorSubcategory="EdSubcat_SniperRifles";
        vehicleClass="WeaponsPrimary";
        class TransportWeapons
        {
            class SCM_MkV_Camo
            {
                weapon="SCM_MkV_Camo";
                count=1;
            };
        };
        class TransportMagazines
        {
            class MKI_25Rnd_65x39_Mag
            {
                magazine="MKI_25Rnd_65x39_Mag";
                count=1;
            };
        };
    };
    
    class Weapon_SCM_MkV_Khaki: Weapon_Base_F
    {
        scope=2;
        scopeCurator=2;
        displayName="$STR_MKI_65_Khaki";
        author="Neonex";
        editorCategory="EdCat_Weapons";
        editorSubcategory="EdSubcat_SniperRifles";
        vehicleClass="WeaponsPrimary";
        class TransportWeapons
        {
            class SCM_MkV_Khaki
            {
                weapon="SCM_MkV_Khaki";
                count=1;
            };
        };
        class TransportMagazines
        {
            class MKI_25Rnd_65x39_Mag
            {
                magazine="MKI_25Rnd_65x39_Mag";
                count=1;
            };
        };
    };
    
    class Weapon_SCM_MkV_Black: Weapon_Base_F
    {
        scope=2;
        scopeCurator=2;
        displayName="$STR_MKI_65_Black";
        author="Neonex";
        editorCategory="EdCat_Weapons";
        editorSubcategory="EdSubcat_SniperRifles";
        vehicleClass="WeaponsPrimary";
        class TransportWeapons
        {
            class SCM_MkV_Black
            {
                weapon="SCM_MkV_Black";
                count=1;
            };
        };
        class TransportMagazines
        {
            class MKI_25Rnd_65x39_Mag
            {
                magazine="MKI_25Rnd_65x39_Mag";
                count=1;
            };
        };
    };
};class Mode_SemiAuto;
class Mode_Burst;
class Mode_FullAuto;
class SlotInfo;
class MuzzleSlot;
class PointerSlot;
class CowsSlot;
class CowsSlot_Rail;
class CowsSlot_MSBS65;
class MuzzleSlot_65;
class MuzzleSlot_556;
class MuzzleSlot_762;
class MuzzleSlot_MG;
class UnderBarrelSlot_rail;
class PointerSlot_Rail;

class CfgWeapons
{
    class srifle_DMR_03_multicam_F;
    class srifle_DMR_03_khaki_F;
    class srifle_DMR_03_tan_F;
    class srifle_DMR_03_F;
    class srifle_DMR_03_woodland_F;
    
    // Mk-V EMR
    
    class SCM_MkV_Woodland: srifle_DMR_03_woodland_F
    {
        author="Neonex";
        baseWeapon="SCM_MkV_Woodland";
        scope=2;
        picture="\SCM_MKI\UI\EMRWoodland.paa";
        class WeaponSlotsInfo
        {
            class MuzzleSlot: MuzzleSlot_65
            {
                
            };
            class CowsSlot: CowsSlot_Rail
            {
                
            };
            class PointerSlot: PointerSlot_Rail
            {
                
            };
            class UnderBarrelSlot: UnderBarrelSlot_rail
            {
                
            };
            mass=160;
        };
        displayName="$STR_MKI_65_Woodland";
        descriptionShort="$STR_MKI_65_Gun_Desc";
        initSpeed=940;
        recoil="recoil_mxm";
        magazines[]={"MKI_25Rnd_65x39_Mag"};
        magazineWell[]={"SCM_M14_65","MX_65x39_MSBS"};
    };
    
    class SCM_MkV_Tan: srifle_DMR_03_tan_F
    {
        author="Neonex";
        baseWeapon="SCM_MkV_Tan";
        scope=2;
        picture="\SCM_MKI\UI\EMRTan.paa";
        class WeaponSlotsInfo
        {
            class MuzzleSlot: MuzzleSlot_65
            {
                
            };
            class CowsSlot: CowsSlot_Rail
            {
                
            };
            class PointerSlot: PointerSlot_Rail
            {
                
            };
            class UnderBarrelSlot: UnderBarrelSlot_rail
            {
                
            };
            mass=160;
        };
        displayName="$STR_MKI_65_Tan";
        descriptionShort="$STR_MKI_65_Gun_Desc";
        initSpeed=940;
        recoil="recoil_mxm";
        magazines[]={"MKI_25Rnd_65x39_Mag"};
        magazineWell[]={"SCM_M14_65","MX_65x39_MSBS"};
    };
    
    class SCM_MkV_Camo: srifle_DMR_03_multicam_F
    {
        author="Neonex";
        baseWeapon="SCM_MkV_Camo";
        scope=2;
        picture="\SCM_MKI\UI\EMRMulticam.paa";
        class WeaponSlotsInfo
        {
            class MuzzleSlot: MuzzleSlot_65
            {
                
            };
            class CowsSlot: CowsSlot_Rail
            {
                
            };
            class PointerSlot: PointerSlot_Rail
            {
                
            };
            class UnderBarrelSlot: UnderBarrelSlot_rail
            {
                
            };
            mass=160;
        };
        displayName="$STR_MKI_65_Camo";
        descriptionShort="$STR_MKI_65_Gun_Desc";
        initSpeed=940;
        recoil="recoil_mxm";
        magazines[]={"MKI_25Rnd_65x39_Mag"};
        magazineWell[]={"SCM_M14_65","MX_65x39_MSBS"};
    };
    
    class SCM_MkV_Khaki: srifle_DMR_03_khaki_F
    {
        author="Neonex";
        baseWeapon="SCM_MkV_Khaki";
        scope=2;
        picture="\SCM_MKI\UI\EMRKhaki.paa";
        class WeaponSlotsInfo
        {
            class MuzzleSlot: MuzzleSlot_65
            {
                
            };
            class CowsSlot: CowsSlot_Rail
            {
                
            };
            class PointerSlot: PointerSlot_Rail
            {
                
            };
            class UnderBarrelSlot: UnderBarrelSlot_rail
            {
                
            };
            mass=160;
        };
        displayName="$STR_MKI_65_Khaki";
        descriptionShort="$STR_MKI_65_Gun_Desc";
        initSpeed=940;
        recoil="recoil_mxm";
        magazines[]={"MKI_25Rnd_65x39_Mag"};
        magazineWell[]={"SCM_M14_65","MX_65x39_MSBS"};
    };
    
    class SCM_MkV_Black: srifle_DMR_03_F
    {
        author="Neonex";
        baseWeapon="SCM_MkV_Black";
        scope=2;
        picture="\SCM_MKI\UI\EMRBlack.paa";
        class WeaponSlotsInfo
        {
            class MuzzleSlot: MuzzleSlot_65
            {
                
            };
            class CowsSlot: CowsSlot_Rail
            {
                
            };
            class PointerSlot: PointerSlot_Rail
            {
                
            };
            class UnderBarrelSlot: UnderBarrelSlot_rail
            {
                
            };
            mass=160;
        };
        displayName="$STR_MKI_65_Black";
        descriptionShort="$STR_MKI_65_Gun_Desc";
        initSpeed=940;
        recoil="recoil_mxm";
        magazines[]={"MKI_25Rnd_65x39_Mag"};
        magazineWell[]={"SCM_M14_65","MX_65x39_MSBS"};
    };

That is config of the weapon in the mod if it is even needed, can I use this one instead, just modified ?
(This guy made a great weapon pack btw)

Share this post


Link to post
Share on other sites
1 hour ago, BartegUnified said:

 initSpeed=940;

Change that to 980 as per your op.

Use this as a reference guide for weapon settings for configs

https://community.bistudio.com/wiki/Weapons_settings

 

In your case

CfgWeapons

initSpeed = 980; // muzzle velocity

is what you want.

 

In the future use spoilers when you post configs, keep configs seperate.

Share this post


Link to post
Share on other sites

Alright but as I said I am totally new to this, so I take a config lets say I copy this one, I change the initSpeed to 980 
But now, where do I put it ? And can I just take the one I sent before ?

Share this post


Link to post
Share on other sites
Spoiler

class CfgAmmo
{    
    //-------------| 6.5x39mm |-----------------------------------------------------------
    class B_65x39_Caseless;
    
    class MkI_65x39_Caseless_Tracer_Red: B_65x39_Caseless
    {
        model="\A3\Weapons_f\Data\bullettracer\tracer_red";
    };
    
    class MkI_65x39_Caseless_Tracer_Green: B_65x39_Caseless
    {
        model="\A3\Weapons_f\Data\bullettracer\tracer_green";
    };
    
    class MkI_65x39_Caseless_Tracer_Yellow: B_65x39_Caseless
    {
        model="\A3\Weapons_f\Data\bullettracer\tracer_yellow";
    };
};class CfgMagazines
{
    class CA_Magazine;
    
    
    //-------------| 6.5 25Rnd |-----------------------------------------------------------
    class 20Rnd_762x51_Mag;
    
    class MKI_25Rnd_65x39_Mag: 20Rnd_762x51_Mag
    {
        author="Neonex";
        displayName="$STR_MKI_65_Mag_Clear";
        ammo="MkI_65x39_Caseless_Tracer_Red";
        count=25;
        mass=8;
        initSpeed=980;
        picture="\SCM_MKI\UI\MAGClear.paa";
        descriptionShort="$STR_MKI_65_Mag_Desc";
    };
    
    class MKI_25Rnd_65x39_Mag_RTracer_Red: MKI_25Rnd_65x39_Mag
    {
        author="Neonex";
        displayName="$STR_MKI_65_Mag_RTracer_Red";
        lastRoundsTracer=3;
    };
    
    class MKI_25Rnd_65x39_Mag_RTracer_Green: MKI_25Rnd_65x39_Mag_RTracer_Red
    {
        author="Neonex";
        displayName="$STR_MKI_65_Mag_RTracer_Green";
        ammo="MkI_65x39_Caseless_Tracer_Green";
    };
    
    class MKI_25Rnd_65x39_Mag_RTracer_Yellow: MKI_25Rnd_65x39_Mag_RTracer_Red
    {
        author="Neonex";
        displayName="$STR_MKI_65_Mag_RTracer_Yellow";
        ammo="MkI_65x39_Caseless_Tracer_Yellow";
    };
    
    //---------------------------------------------------------------
    
    class MKI_25Rnd_65x39_Mag_Tracer_Red: MKI_25Rnd_65x39_Mag_RTracer_Red
    {
        author="Neonex";
        displayName="$STR_MKI_65_Mag_Tracer_Red";
        tracersEvery=1;
        picture="\SCM_MKI\UI\MAGRed.paa";
        displayNameShort="$STR_A3_tracer_dns";
    };
    
    class MKI_25Rnd_65x39_Mag_Tracer_Green: MKI_25Rnd_65x39_Mag_RTracer_Green
    {
        author="Neonex";
        displayName="$STR_MKI_65_Mag_Tracer_Green";
        tracersEvery=1;
        picture="\SCM_MKI\UI\MAGGreen.paa";
        displayNameShort="$STR_A3_tracer_dns";
    };
    
    class MKI_25Rnd_65x39_Mag_Tracer_Yellow: MKI_25Rnd_65x39_Mag_RTracer_Yellow
    {
        author="Neonex";
        displayName="$STR_MKI_65_Mag_Tracer_Yellow";
        tracersEvery=1;
        picture="\SCM_MKI\UI\MAGYellow.paa";
        displayNameShort="$STR_A3_tracer_dns";
    };
};class CfgMagazineWells
{
    class SCM_M14_65
    {
        SCM_MkI_65[]=
        {
            "MKI_25Rnd_65x39_Mag",
            "MKI_25Rnd_65x39_Mag_RTracer_Red",
            "MKI_25Rnd_65x39_Mag_RTracer_Green",
            "MKI_25Rnd_65x39_Mag_RTracer_Yellow",
            "MKI_25Rnd_65x39_Mag_Tracer_Red",
            "MKI_25Rnd_65x39_Mag_Tracer_Green",
            "MKI_25Rnd_65x39_Mag_Tracer_Yellow"
        };
    };
};class CfgVehicles
{
    class Weapon_Base_F;
    
    // Mk-V EMR
    
    class Weapon_SCM_MkV_Woodland: Weapon_Base_F
    {
        scope=2;
        scopeCurator=2;
        displayName="$STR_MKI_65_Woodland";
        author="Neonex";
        editorCategory="EdCat_Weapons";
        editorSubcategory="EdSubcat_SniperRifles";
        vehicleClass="WeaponsPrimary";
        class TransportWeapons
        {
            class SCM_MkV_Woodland
            {
                weapon="SCM_MkV_Woodland";
                count=1;
            };
        };
        class TransportMagazines
        {
            class MKI_25Rnd_65x39_Mag
            {
                magazine="MKI_25Rnd_65x39_Mag";
                count=1;
            };
        };
    };
    
    class Weapon_SCM_MkV_Tan: Weapon_Base_F
    {
        scope=2;
        scopeCurator=2;
        displayName="$STR_MKI_65_Tan";
        author="Neonex";
        editorCategory="EdCat_Weapons";
        editorSubcategory="EdSubcat_SniperRifles";
        vehicleClass="WeaponsPrimary";
        class TransportWeapons
        {
            class SCM_MkV_Tan
            {
                weapon="SCM_MkV_Tan";
                count=1;
            };
        };
        class TransportMagazines
        {
            class MKI_25Rnd_65x39_Mag
            {
                magazine="MKI_25Rnd_65x39_Mag";
                count=1;
            };
        };
    };
    
    class Weapon_SCM_MkV_Camo: Weapon_Base_F
    {
        scope=2;
        scopeCurator=2;
        displayName="$STR_MKI_65_Camo";
        author="Neonex";
        editorCategory="EdCat_Weapons";
        editorSubcategory="EdSubcat_SniperRifles";
        vehicleClass="WeaponsPrimary";
        class TransportWeapons
        {
            class SCM_MkV_Camo
            {
                weapon="SCM_MkV_Camo";
                count=1;
            };
        };
        class TransportMagazines
        {
            class MKI_25Rnd_65x39_Mag
            {
                magazine="MKI_25Rnd_65x39_Mag";
                count=1;
            };
        };
    };
    
    class Weapon_SCM_MkV_Khaki: Weapon_Base_F
    {
        scope=2;
        scopeCurator=2;
        displayName="$STR_MKI_65_Khaki";
        author="Neonex";
        editorCategory="EdCat_Weapons";
        editorSubcategory="EdSubcat_SniperRifles";
        vehicleClass="WeaponsPrimary";
        class TransportWeapons
        {
            class SCM_MkV_Khaki
            {
                weapon="SCM_MkV_Khaki";
                count=1;
            };
        };
        class TransportMagazines
        {
            class MKI_25Rnd_65x39_Mag
            {
                magazine="MKI_25Rnd_65x39_Mag";
                count=1;
            };
        };
    };
    
    class Weapon_SCM_MkV_Black: Weapon_Base_F
    {
        scope=2;
        scopeCurator=2;
        displayName="$STR_MKI_65_Black";
        author="Neonex";
        editorCategory="EdCat_Weapons";
        editorSubcategory="EdSubcat_SniperRifles";
        vehicleClass="WeaponsPrimary";
        class TransportWeapons
        {
            class SCM_MkV_Black
            {
                weapon="SCM_MkV_Black";
                count=1;
            };
        };
        class TransportMagazines
        {
            class MKI_25Rnd_65x39_Mag
            {
                magazine="MKI_25Rnd_65x39_Mag";
                count=1;
            };
        };
    };
};class Mode_SemiAuto;
class Mode_Burst;
class Mode_FullAuto;
class SlotInfo;
class MuzzleSlot;
class PointerSlot;
class CowsSlot;
class CowsSlot_Rail;
class CowsSlot_MSBS65;
class MuzzleSlot_65;
class MuzzleSlot_556;
class MuzzleSlot_762;
class MuzzleSlot_MG;
class UnderBarrelSlot_rail;
class PointerSlot_Rail;

class CfgWeapons
{
    class srifle_DMR_03_multicam_F;
    class srifle_DMR_03_khaki_F;
    class srifle_DMR_03_tan_F;
    class srifle_DMR_03_F;
    class srifle_DMR_03_woodland_F;
    
    // Mk-V EMR
    
    class SCM_MkV_Woodland: srifle_DMR_03_woodland_F
    {
        author="Neonex";
        baseWeapon="SCM_MkV_Woodland";
        scope=2;
        picture="\SCM_MKI\UI\EMRWoodland.paa";
        class WeaponSlotsInfo
        {
            class MuzzleSlot: MuzzleSlot_65
            {
                
            };
            class CowsSlot: CowsSlot_Rail
            {
                
            };
            class PointerSlot: PointerSlot_Rail
            {
                
            };
            class UnderBarrelSlot: UnderBarrelSlot_rail
            {
                
            };
            mass=160;
        };
        displayName="$STR_MKI_65_Woodland";
        descriptionShort="$STR_MKI_65_Gun_Desc";
        initSpeed=980;
        recoil="recoil_mxm";
        magazines[]={"MKI_25Rnd_65x39_Mag"};
        magazineWell[]={"SCM_M14_65","MX_65x39_MSBS"};
    };
    
    class SCM_MkV_Tan: srifle_DMR_03_tan_F
    {
        author="Neonex";
        baseWeapon="SCM_MkV_Tan";
        scope=2;
        picture="\SCM_MKI\UI\EMRTan.paa";
        class WeaponSlotsInfo
        {
            class MuzzleSlot: MuzzleSlot_65
            {
                
            };
            class CowsSlot: CowsSlot_Rail
            {
                
            };
            class PointerSlot: PointerSlot_Rail
            {
                
            };
            class UnderBarrelSlot: UnderBarrelSlot_rail
            {
                
            };
            mass=160;
        };
        displayName="$STR_MKI_65_Tan";
        descriptionShort="$STR_MKI_65_Gun_Desc";
        initSpeed=980;
        recoil="recoil_mxm";
        magazines[]={"MKI_25Rnd_65x39_Mag"};
        magazineWell[]={"SCM_M14_65","MX_65x39_MSBS"};
    };
    
    class SCM_MkV_Camo: srifle_DMR_03_multicam_F
    {
        author="Neonex";
        baseWeapon="SCM_MkV_Camo";
        scope=2;
        picture="\SCM_MKI\UI\EMRMulticam.paa";
        class WeaponSlotsInfo
        {
            class MuzzleSlot: MuzzleSlot_65
            {
                
            };
            class CowsSlot: CowsSlot_Rail
            {
                
            };
            class PointerSlot: PointerSlot_Rail
            {
                
            };
            class UnderBarrelSlot: UnderBarrelSlot_rail
            {
                
            };
            mass=160;
        };
        displayName="$STR_MKI_65_Camo";
        descriptionShort="$STR_MKI_65_Gun_Desc";
        initSpeed=980;
        recoil="recoil_mxm";
        magazines[]={"MKI_25Rnd_65x39_Mag"};
        magazineWell[]={"SCM_M14_65","MX_65x39_MSBS"};
    };
    
    class SCM_MkV_Khaki: srifle_DMR_03_khaki_F
    {
        author="Neonex";
        baseWeapon="SCM_MkV_Khaki";
        scope=2;
        picture="\SCM_MKI\UI\EMRKhaki.paa";
        class WeaponSlotsInfo
        {
            class MuzzleSlot: MuzzleSlot_65
            {
                
            };
            class CowsSlot: CowsSlot_Rail
            {
                
            };
            class PointerSlot: PointerSlot_Rail
            {
                
            };
            class UnderBarrelSlot: UnderBarrelSlot_rail
            {
                
            };
            mass=160;
        };
        displayName="$STR_MKI_65_Khaki";
        descriptionShort="$STR_MKI_65_Gun_Desc";
        initSpeed=980;
        recoil="recoil_mxm";
        magazines[]={"MKI_25Rnd_65x39_Mag"};
        magazineWell[]={"SCM_M14_65","MX_65x39_MSBS"};
    };
    
    class SCM_MkV_Black: srifle_DMR_03_F
    {
        author="Neonex";
        baseWeapon="SCM_MkV_Black";
        scope=2;
        picture="\SCM_MKI\UI\EMRBlack.paa";
        class WeaponSlotsInfo
        {
            class MuzzleSlot: MuzzleSlot_65
            {
                
            };
            class CowsSlot: CowsSlot_Rail
            {
                
            };
            class PointerSlot: PointerSlot_Rail
            {
                
            };
            class UnderBarrelSlot: UnderBarrelSlot_rail
            {
                
            };
            mass=160;
        };
        displayName="$STR_MKI_65_Black";
        descriptionShort="$STR_MKI_65_Gun_Desc";
        initSpeed=980;
        recoil="recoil_mxm";
        magazines[]={"MKI_25Rnd_65x39_Mag"};
        magazineWell[]={"SCM_M14_65","MX_65x39_MSBS"};
    };

This is the config I created using ctrl+c and ctrl+v and some minor adjustments 

Share this post


Link to post
Share on other sites
1 hour ago, BartegUnified said:

Alright but as I said I am totally new to this, so I take a config lets say I copy this one, I change the initSpeed to 980 
But now, where do I put it ? And can I just take the one I sent before ?

After making your changes, just repack the pbo, and create a new mod folder follow below.

 

1. Create a new folder and name it:

@Mk-I 6.5 mm Variant2

 

2. Inside that folder create another folder, and name it addons <--- dont misspell this!

 

3. Now put the pbo inside the addons folder, the mod should look like this ----> @Mk-I 6.5 mm Variant2 /addons/file.pbo

Whatever the name of the pbo was previously leave it as it was.

 

4. Move your new mod to here:

      C:\Steam\SteamApps\common\Arma 3

4. Start the Arma 3 Launcher and go to the mods tab, and then choose local mod at the top, then import the mod

from there as it will be in your Arma 3 directory, load it and test it out.

==========

Imo you really dont need to create a whole new addon for just a tiny tweak on a gun, just make the changes

repack it and setup another mod folder so that the new file dont overwrite the existing one, but run the mod by itself.

 

Just dont get the idea that its ok to reupload this mod to the workshop and call it yours all because of your little tweak.

Share this post


Link to post
Share on other sites

So what did you do and how did you test it to determine that it didn't work?

 

I've used that method for years and never had issues, that mod is pretty simple from what i looked at, all you needed to do

was just change the number, save, and repack the pbo then put it into another mod folder.

Or use the same one take the original pbo out and replace with yours.

 

Or take the time to create a whole new config for your tweak and then put that into its own mod,

doing that would act like a patch for the existing weapon, but you would need to create a CfgPatches.hpp file for

it to update the existing weapon.

Share this post


Link to post
Share on other sites

The file (not the file), the config is probably incorrect, I will probably try again
so I take config from the mod (tell me if yes)
I make changes in it (tell if yes)
I save it, and I put it in my new file, and then I start it up

 

Share this post


Link to post
Share on other sites

I know this sounds bad but would you be capable of modifying the config of the mod and sending it here ? I know should od it myself, but looking at the whole thing, it is sort of a mess

Share this post


Link to post
Share on other sites

     Check your pm, as i had pointed out in the pm and follow those guidelines.

Guns have a nice punch to them, almost a one shot one kill depending on your placement, although

not to keen on the sound but nontheless.

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×