f3cuk / WICKED-AI

Wicked AI missions for your server
30 stars 59 forks source link

WICKED AI 2.2.7

Since I really like (read love) the Wicked AI missions and support for them has gone in the latest patches, I decided to dust off the old files and start making these 1.0.6+ compatible. Starting with a few minor bugfixes and some custom loadouts, but quickly turning into a proper redo with awesome help of the - very much alive - mod community!

Release 2.2.7 (worldwidesorrow)

Release 2.2.6 (worldwidesorrow)

Version history

Installation Instructions

  1. Click Clone or Download the green button on the right side of the Github page.

    Recommended PBO tool for all "pack", "repack", or "unpack" steps: PBO Manager

  2. Extract the downloaded folder to your desktop and open it

  3. Go to your server pbo and unpack it.

  4. Copy the WAI folder into the dayz_server folder.

  5. Navigate to directory dayz_server\system\scheduler and replace sched_corpses.sqf with the one from the download.

  6. Copy over file sched_wai.sqf to the same folder.

  7. Open file sched_init.sqf.

    Find this line:

    call compile preprocessFileLineNumbers (PATH+"sched_safetyVehicle.sqf");

    Place this line directly below it:

    call compile preprocessFileLineNumbers (PATH+"sched_wai.sqf");

    Find this line:

    [ 300,      336,    sched_lootpiles_5m,         sched_lootpiles_5m_init ],

    Place this line directly below it:

    [ 90,       60,     sched_wai,                  sched_wai_init ],
  8. Navigate to the init folder and open server_functions.sqf

    Place this line at the very bottom of the file.

    call compile preprocessFileLineNumbers "\z\addons\dayz_server\WAI\init.sqf";
  9. Repack your server PBO.

Mission Folder

  1. Go to your mission pbo and unpack it.
  2. Open mission.sqm

    Find:

    "chernarus",

    And add the following line below it:

    "aif_arma1buildings",

Note: The announcements used in this mod are localized strings contained in the mod's dayz_code PBO. If you want to adjust the announcements, you need to create your own string table and overwrite the existing strings in the "WickedAI" section of stringtable.xml.

  1. Repack your mission PBO.

Note: In order for players to receive radio announcements, they must have ItemRadio in a toolbelt inventory slot, so you might want to adjust your default loadout in init.sqf if you have this feature enabled.

Configuration

Open file config.sqf in the WAI folder and review the configuration options. Generally, there are comments that explain the options.

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, bootstrap is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to those rules whenever possible.

Dev team