dekoplayer 1 Posted March 8, 2013 how to i spawn reddot silencers and stuff in the editor ? Share this post Link to post Share on other sites
nedley 10 Posted March 8, 2013 What exactly do you want to do? If you'd like to add them to a player, the process is as below: 1) find the item you want, for example, the silencer and holosight (use this great resource: http://forums.bistudio.com/showthread.php?147502-SIX-Config-Browser-Editing-resource-ARMA-3-Alpha-available) 2) Click on the init line of the player 3) write player removeItemFromPrimaryWeapon "optic_(whatever optics they currently have)";player addprimaryweaponitem "optic_holosight"; player addprimaryweaponitem "muzzle_snds_H"; In arma3 you have to add/remove items from the primary weapon using the above commands. You could just add these items as cargo with the old additem. Hope this helped. Share this post Link to post Share on other sites
outlaw3025 2 Posted March 10, 2013 how would one go about adding these items to a crate? Im currently creating a mini co-op campaign for my friends and myself but i want to limit the equipment available to them so obviously the add-all script is out of the question. Any help is greatly appriciated. Share this post Link to post Share on other sites
TraxusIV 1 Posted March 10, 2013 Here is a script that adds stuff to any container you care to use. Just paste it into the initialization box, and edit as you see fit. This link has some reference material for what the individual items are: http://browser.six-projects.net/cfg_weapons/classlist?version=67 this addWeaponCargo ["arifle_MX_F", 5]; this addWeaponCargo ["arifle_MX_GL_F", 5]; this addWeaponCargo ["arifle_MX_SW_F", 5]; this addWeaponCargo ["arifle_MXC_F", 5]; this addWeaponCargo ["arifle_MXM_F", 5]; this addWeaponCargo ["arifle_SDAR_F", 5]; this addWeaponCargo ["arifle_TRG20_F", 5]; this addWeaponCargo ["arifle_TRG21_F", 5]; this addWeaponCargo ["arifle_TRG21_GL_F", 5]; this addWeaponCargo ["hgun_P07_F", 5]; this addWeaponCargo ["LMG_Mk200_F", 5]; this addWeaponCargo ["srifle_EBR_F", 5]; this addWeaponCargo ["arifle_Khaybar_C_F", 5]; this addWeaponCargo ["arifle_Khaybar_F", 5]; this addWeaponCargo ["arifle_Khaybar_GL_F", 5]; this addWeaponCargo ["hgun_Rook40_F", 5]; this addMagazineCargo ["30Rnd_65x39_caseless_green", 20]; this addMagazineCargo ["30Rnd_65x39_caseless_green_mag_Tracer", 20]; this addMagazineCargo ["30Rnd_65x39_caseless_mag", 20]; this addMagazineCargo ["30Rnd_65x39_caseless_mag_Tracer", 20]; this addMagazineCargo ["100Rnd_65x39_caseless_mag", 20]; this addMagazineCargo ["100Rnd_65x39_caseless_mag_Tracer", 20]; this addMagazineCargo ["20Rnd_762x45_mag", 20]; this addMagazineCargo ["20Rnd_556x45_UW_mag", 20]; this addMagazineCargo ["30Rnd_556x45_Stanag", 20]; this addMagazineCargo ["30Rnd_65x39_case_mag", 20]; this addMagazineCargo ["30Rnd_65x39_case_mag_Tracer", 20]; this addMagazineCargo ["16Rnd_9x21_Mag", 20]; this addMagazineCargo ["30Rnd_9x21_Mag", 20]; this addMagazineCargo ["200Rnd_65x39_cased_Box", 20]; this addMagazineCargo ["200Rnd_65x39_cased_Box_Tracer", 20]; this addWeaponCargo ["launch_NLAW_F", 5]; this addWeaponCargo ["launch_RPG32_F", 5]; this addMagazineCargo ["NLAW_F", 20]; this addMagazineCargo ["RPG32_F", 20]; this addMagazineCargo ["RPG32_AA_F", 20]; this addMagazineCargo ["1Rnd_HE_Grenade_shell", 20]; this addMagazineCargo ["UGL_FlareWhite_F", 20]; this addMagazineCargo ["UGL_FlareGreen_F", 20]; this addMagazineCargo ["UGL_FlareRed_F", 20]; this addMagazineCargo ["UGL_FlareYellow_F", 20]; this addMagazineCargo ["UGL_FlareCIR_F", 20]; this addMagazineCargo ["1Rnd_Smoke_Grenade_shell", 20]; this addMagazineCargo ["1Rnd_SmokeRed_Grenade_shell", 20]; this addMagazineCargo ["1Rnd_SmokeGreen_Grenade_shell", 20]; this addMagazineCargo ["1Rnd_SmokeYellow_Grenade_shell", 20]; this addMagazineCargo ["1Rnd_SmokePurple_Grenade_shell", 20]; this addMagazineCargo ["1Rnd_SmokeBlue_Grenade_shell", 20]; this addMagazineCargo ["1Rnd_SmokeOrange_Grenade_shell", 20]; this addMagazineCargo ["3Rnd_HE_Grenade_shell", 20]; this addMagazineCargo ["3Rnd_UGL_FlareWhite_F", 20]; this addMagazineCargo ["3Rnd_UGL_FlareGreen_F", 20]; this addMagazineCargo ["3Rnd_UGL_FlareRed_F", 20]; this addMagazineCargo ["3Rnd_UGL_FlareYellow_F", 20]; this addMagazineCargo ["3Rnd_UGL_FlareCIR_F", 20]; this addMagazineCargo ["3Rnd_Smoke_Grenade_shell", 20]; this addMagazineCargo ["3Rnd_SmokeRed_Grenade_shell", 20]; this addMagazineCargo ["3Rnd_SmokeGreen_Grenade_shell", 20]; this addMagazineCargo ["3Rnd_SmokeYellow_Grenade_shell", 20]; this addMagazineCargo ["3Rnd_SmokePurple_Grenade_shell", 20]; this addMagazineCargo ["3Rnd_SmokeBlue_Grenade_shell", 20]; this addMagazineCargo ["3Rnd_SmokeOrange_Grenade_shell", 20]; this addItemCargo ["acc_flashlight", 5]; this addItemCargo ["acc_pointer_IR", 5]; this addItemCargo ["muzzle_snds_B", 5]; this addItemCargo ["muzzle_snds_H", 5]; this addItemCargo ["muzzle_snds_H_MG", 5]; this addItemCargo ["muzzle_snds_L", 5]; this addItemCargo ["optic_Aco", 5]; this addItemCargo ["optic_ACO_grn", 5]; this addItemCargo ["optic_Arco", 5]; this addItemCargo ["optic_Hamr", 5]; this addItemCargo ["optic_Holosight", 5]; this addMagazineCargo ["APERSBoundingMine_Range_Mag", 20]; this addMagazineCargo ["APERSMine_Range_Mag", 20]; this addMagazineCargo ["ATMine_Range_Mag", 20]; this addMagazineCargo ["Chemlight_blue", 20]; this addMagazineCargo ["Chemlight_green", 20]; this addMagazineCargo ["Chemlight_red", 20]; this addMagazineCargo ["Chemlight_yellow", 20]; this addMagazineCargo ["ClaymoreDirectionalMine_Remote_Mag", 20]; this addMagazineCargo ["DemoCharge_Remote_Mag", 20]; this addMagazineCargo ["HandGrenade", 20]; this addMagazineCargo ["HandGrenade_Stone", 20]; this addMagazineCargo ["MiniGrenade", 20]; this addMagazineCargo ["SatchelCharge_Remote_Mag", 20]; this addMagazineCargo ["SLAMDirectionalMine_Wire_Mag", 20]; this addMagazineCargo ["SmokeShell", 20]; this addMagazineCargo ["SmokeShellBlue", 20]; this addMagazineCargo ["SmokeShellGreen", 20]; this addMagazineCargo ["SmokeShellOrange", 20]; this addMagazineCargo ["SmokeShellPurple", 20]; this addMagazineCargo ["SmokeShellRed", 20]; this addMagazineCargo ["SmokeShellYellow", 20]; this addWeaponCargo ["Binocular", 5]; this addItemCargo ["FirstAidKit", 5]; this addItemCargo ["ItemCompass", 5]; this addItemCargo ["ItemGPS", 5]; this addItemCargo ["ItemMap", 5]; this addItemCargo ["ItemRadio", 5]; this addItemCargo ["ItemWatch", 5]; this addItemCargo ["Medikit", 5]; this addItemCargo ["MineDetector", 5]; this addItemCargo ["NVGoggles", 5]; this addItemCargo ["ToolKit", 5]; this addItemCargo ["H_Cap_blu", 5]; this addItemCargo ["H_Cap_brn_SERO", 5]; this addItemCargo ["H_Cap_headphones", 5]; this addItemCargo ["H_Cap_red", 5]; this addItemCargo ["H_HelmetB", 5]; this addItemCargo ["H_HelmetB_light", 5]; this addItemCargo ["H_HelmetB_paint", 5]; this addItemCargo ["H_HelmetO_ocamo", 5]; this addItemCargo ["H_MilCap_mcamo", 5]; this addItemCargo ["H_MilCap_ocamo", 5]; this addItemCargo ["H_PilotHelmetHeli_B", 5]; this addItemCargo ["H_PilotHelmetHeli_O", 5]; this addItemCargo ["U_B_CombatUniform_mcam", 5]; this addItemCargo ["U_B_CombatUniform_mcam_tshirt", 5]; this addItemCargo ["U_B_CombatUniform_mcam_vest", 5]; this addItemCargo ["U_B_HeliPilotCoveralls", 5]; this addItemCargo ["U_B_Wetsuit", 5]; this addItemCargo ["U_BasicBody", 5]; this addItemCargo ["U_C_Commoner1_1", 5]; this addItemCargo ["U_C_Commoner1_2", 5]; this addItemCargo ["U_C_Commoner1_3", 5]; this addItemCargo ["U_C_Poloshirt_blue", 5]; this addItemCargo ["U_C_Poloshirt_burgundy", 5]; this addItemCargo ["U_C_Poloshirt_redwhite", 5]; this addItemCargo ["U_C_Poloshirt_salmon", 5]; this addItemCargo ["U_C_Poloshirt_stripped", 5]; this addItemCargo ["U_C_Poloshirt_tricolour", 5]; this addItemCargo ["U_OI_CombatUniform_ocamo", 5]; this addItemCargo ["U_OI_PilotCoveralls", 5]; this addItemCargo ["U_OI_Wetsuit", 5]; this addItemCargo ["U_Rangemaster", 5]; this addItemCargo ["V_BandollierB_cbr", 5]; this addItemCargo ["V_BandollierB_khk", 5]; this addItemCargo ["V_BandollierB_rgr", 5]; this addItemCargo ["V_Chestrig_khk", 5]; this addItemCargo ["V_ChestrigB_rgr", 5]; this addItemCargo ["V_HarnessO_brn", 5]; this addItemCargo ["V_HarnessOGL_brn", 5]; this addItemCargo ["V_PlateCarrier1_cbr", 5]; this addItemCargo ["V_PlateCarrier1_rgr", 5]; this addItemCargo ["V_PlateCarrier2_rgr", 5]; this addItemCargo ["V_PlateCarrierGL_rgr", 5]; this addItemCargo ["V_Rangemaster_belt", 5]; this addItemCargo ["V_RebreatherB", 5]; this addItemCargo ["V_RebreatherIR", 5]; this addItemCargo ["V_TacVest_brn", 5]; this addItemCargo ["V_TacVest_khk", 5]; this addItemCargo ["V_TacVest_oli", 5]; this addBackpackCargo ["B_AssaultPack_Base", 5]; this addBackpackCargo ["B_AssaultPack_blk", 5]; this addBackpackCargo ["B_AssaultPack_blk_DiverExp", 5]; this addBackpackCargo ["B_AssaultPack_blk_DiverTL", 5]; this addBackpackCargo ["B_AssaultPack_cbr", 5]; this addBackpackCargo ["B_AssaultPack_dgtl", 5]; this addBackpackCargo ["B_AssaultPack_khk", 5]; this addBackpackCargo ["B_AssaultPack_khk_holder", 5]; this addBackpackCargo ["B_AssaultPack_mcamo", 5]; this addBackpackCargo ["B_AssaultPack_ocamo", 5]; this addBackpackCargo ["B_AssaultPack_rgr", 5]; this addBackpackCargo ["B_AssaultPack_rgr_Medic", 5]; this addBackpackCargo ["B_AssaultPack_rgr_Repair", 5]; this addBackpackCargo ["B_AssaultPack_sgg", 5]; this addBackpackCargo ["B_Bergen_Base", 5]; this addBackpackCargo ["B_Bergen_sgg", 5]; this addBackpackCargo ["B_Bergen_sgg_Exp", 5]; this addBackpackCargo ["B_Carryall_Base", 5]; this addBackpackCargo ["B_Carryall_ocamo", 5]; this addBackpackCargo ["B_Carryall_oucamo", 5]; this addBackpackCargo ["B_Carryall_oucamo_Exp", 5]; this addBackpackCargo ["B_FieldPack_Base", 5]; this addBackpackCargo ["B_FieldPack_blk", 5]; this addBackpackCargo ["B_FieldPack_blk_DiverExp", 5]; this addBackpackCargo ["B_FieldPack_blk_DiverTL", 5]; this addBackpackCargo ["B_FieldPack_cbr", 5]; this addBackpackCargo ["B_FieldPack_cbr_AT", 5]; this addBackpackCargo ["B_FieldPack_cbr_Repair", 5]; this addBackpackCargo ["B_FieldPack_ocamo", 5]; this addBackpackCargo ["B_FieldPack_ocamo_Medic", 5]; this addBackpackCargo ["B_FieldPack_oucamo", 5]; this addBackpackCargo ["B_Kitbag_Base", 5]; this addBackpackCargo ["B_Kitbag_cbr", 5]; this addBackpackCargo ["B_Kitbag_mcamo", 5]; this addBackpackCargo ["B_Kitbag_sgg", 5]; this addBackpackCargo ["Bag_Base", 5]; Share this post Link to post Share on other sites