Jump to content

home1

Member
  • Posts

    25
  • Joined

  • Last visited

Reputation Activity

  1. Like
    home1 reacted to WarHammer(DayZ) in @MAS weapons Lootspawner script (More weapons!)   
    There is NO lootspawner.mas.weapons.sqf unless you make another one and also call for that sqf to launch in addition to LSlootLists . You just have to add your  mas weapons to the LSlootLists   .
     
    Try this

      and see if the @mas weapons spawn
  2. Like
    home1 reacted to Face in A3EAI - Roaming/Vehicle AI Patrols - Discontinued   
    The version number is displayed in the RPT log during startup. In the future I will be adding the current version number on the main page of the A3EAI Github.
  3. Like
    home1 reacted to Face in A3EAI - Roaming/Vehicle AI Patrols - Discontinued   
    If you know how to copy and paste then you should have absolutely no problems.
     
    Also I will see if I can write a quick how-to guide on creating custom spawns and blacklist areas soon. I've created a small .sqf file that can be used with the A3 Editor to help quickly create spawns/blacklists.
     
    Edit: Added custom infantry guide to the new A3EAI Wiki (http://a3eai.wikia.com/wiki/A3EAI_Editor_Tool). Vehicle spawns and blacklist guide to follow soon.
  4. Like
    home1 reacted to cyncrwler in blckeagls' AI Mission - Version 2.0.2 Release (1/2/2015)   
    Here is an example of one crate I modified
    _crate addMagazineCargoGlobal ["5Rnd_127x108_Mag",3]; _crate addMagazineCargoGlobal ["20Rnd_762x51_Mag",3]; _crate addMagazineCargoGlobal ["150Rnd_762x51_Box",1]; _crate addItemCargoGlobal ["optic_Nightstalker",1]; _crate addWeaponCargoGlobal ["m107_EPOCH",1]; _crate addItemCargoGlobal ["muzzle_snds_B",1]; _crate addWeaponCargoGlobal ["LMG_Zafir_F",1]; _crate addWeaponCargoGlobal ["srifle_EBR_F",1]; _crate addWeaponCargoGlobal ["arifle_MX_GL_Black_F",1]; _crate addMagazineCargoGlobal ["3Rnd_UGL_FlareGreen_F",2]; _crate addItemCargoGlobal ["FAK",4]; _crate addMagazineCargoGlobal ["3Rnd_UGL_FlareYellow_F",2]; _crate addMagazineCargoGlobal ["3Rnd_HE_Grenade_shell",2]; _crate addItemCargoGlobal ["ItemGoldBar",1]; _crate addItemCargoGlobal ["optic_NVS",1]; _crate addItemCargoGlobal ["EnergyPack",1]; _crate addItemCargoGlobal ["optic_tws",1]; _crate addMagazineCargoGlobal ["5Rnd_127x108_APDS_Mag",3]; _crate addMagazineCargoGlobal ["30Rnd_65x39_caseless_mag",2]; Hope that helps
×
×
  • Create New...