Porkeld / A3xai-2.3

6 stars 10 forks source link

Note that for the newest version to work you need to open a3xai_config.sqf and set A3XAI_loadCustomFile = true; in Otherwise it won’t work correctly.

For HC to work make sure that you have a excact copy of a3xai.pbo in @A3XAI_HC/addons

A3XAI - Version: 0.2.4

FIXED : Vehicles appearing in custom blacklisted areas

ADDED : You can now set the max number of AI passengers inside air vehicles

To update from 0.2.3, replace following files :

a3xai\init\loadSettings.sqf // Included airCargoUnits

a3xai\init\A3XAI_custom_loader.sqf // Added 30 second timer to give script time for setting up Blacklist zones before it attempts to spawn vehicles

a3xai\scripts\setup_veh_patrols.sqf // Added "waitUntil {uiSleep 0.3; (!isNil "A3XAI_customSpawnsReady")};" at line 4

a3xai\compile\A3XAI_unit_spawning\A3XAI_spawnVehiclePatrol.sqf // Added above + condition for blacklisted areas

a3xai\compile\A3XAI_utilities\A3XAI_fixStuckGroup.sqf // Added condition for blacklisted areas

a3xai\compile\A3XAI_group_functions\A3XAI_generateLootOnDeath.sqf // replaced "magazines" with "magazine" (code expects string)

And also compare and add few lines from following files:

a3xai_config\a3xai_custom_defs.sqf // Added detailed instructions with examples on how to create custom spawns.

a3xai_config\config.cpp // Added "airCargoUnits" variable at line 325 - it is set to 2 by default so make sure you change this to 0 if you don't want AI passengers!

a3xai\compile\A3XAI_unit_spawning\A3XAI_createUnit.sqf // I have commented out part which add money on AI so if you want this back, remove the block comment that starts at line 17

=====

A3XAI - Version: 0.2.3

FIXED : CBA compability with weapon scopes,muzzles etc.

=====

A3XAI - Version: 0.2.2

Updated to include vehicle loot and paratrooper reinforcements by Porkeld

Introduction

A3XAI is a roaming/ambient AI spawning addon for ArmA 3 Exile mod (http://www.exilemod.com/).

Installing A3XAI

IMPORTANT: As of A3XAI 0.2.0, the installation steps have changed. If you already have A3XAI installed (before version 0.2.0), you must remove all A3XAI files from @ExileServer.

To install A3XAI:

  1. Copy @A3XAI from "1. Installation Package" into your server's Arma 3 directory.
  2. Modify your server's startup parameters to include @A3XAI. For example: -serverMod=@ExileServer;@A3XAI;

To configure A3XAI:

  1. Unpack A3XAI_config.pbo (Recommended to use PBO Manager: http://www.armaholic.com/page.php?id=16369)
  2. Edit config.cpp with a text editor (Recommended to use Notepad++: https://notepad-plus-plus.org/). Make your configuration changes.
  3. Repack A3XAI_config.pbo

A3XAI Features

Support A3XAI

if you would like to support development of A3XAI, you can contribute to A3XAI with a donation by clicking on the Donate Icon below. Thank you for your support!

Donate

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.