SPON Core v0.5.3

Copyright (C) 2007-2008 Bil Bas (bil dot bagpuss at gmail dot com / a.k.a. Spooner)
License: GNU Lesser General Public License, version 3

Overview

Core components required by most of the other SPON script packs (the README for each package will say whether it actually requires SPON Core and what minimum version is required). Many of the features provided here might be of use in creating your own mission scripts.

SPON Core is avilable in two versions. One is an addon and the other is mission-script-based which does not require any addons to be installed on client or server. It requires ArmA 1.09 or higher.

Features

Standard

Optional

Installation (addon version)

  1. Install the XEH (Extended event handlers) addon by Solus.
  2. Copy the "Addon Version/@SPON_Core" directory into your ArmA directory.
  3. Add " -mod=@XEH;@SPON_Core" to your ArmA shortcut target.
  4. SPON Core will then be available in any mission with default settings (see the next section to see what the default settings are).

Installation (mission-script version)

Required

  1. Copy the "SPON" directory from "Scripts" into your mission directory.
  2. Add the following lines to your mission's "stringtable.csv" file (only #include the file from Core once, regardless of how many SPON components are used):
    LANGUAGE, "English"

    #include "SPON\Core\stringtable.csv"
  3. Add the following lines to your mission's "description.ext" file (this must be before the files for any other SPON components are #included):
    #include "SPON\Core\ui\core.hpp"

Optional

Usage

Limitations

Compatibility

Known Bugs

Plans

Design Aims

Credits

Change Log

v0.5.3

Fixed

v0.5.1

Modified

Fixed

v0.5.0

This is the first version available as an addon as well as a mission-script.

Added

Modified

Fixed

v0.2.0

Added

Modified

Fixed

v0.1.2

Added

Modified

Fixed

v0.1.1

Added

Modified

v0.1.0

Modified

v0.0.21