OXPConfig

From Elite Wiki
Revision as of 16:50, 7 January 2012 by Maik (talk | contribs) (layout cleanup)

Overview

This tool gives you the ability to configure several OXPs. It changes settings to enable (or disable) logging or audio functions and special settings to reckognize errors or to avoid clashes or to adjust numbers of planets/moons, etc. OXPs can use it in a lot of ways and in most cases it only needs a few additional lines of code.

OXPConfig runs without the debug-console and is primarily meant for non-scripters (and lazy scripters), but if you really need debug-options it is highly recommended to install the Debug.oxp (written by Ahruman) and if necessary the console (written by Ahruman and ported to Windows by Kaks).

Handling

  • Dock at a station,
  • open the Options-Menue (F2),
  • then step to the Gameoptions (where you can change Oolites options),
  • wait till you get a message that OXPConfig is activated,
  • and step directly to the SYSTEM_DATA_SCREEN (F7).

Features

  • Loading, storing and resetting to defaults of configurations.
  • 4 booleans.
  • 4 short unsigned integers (0xff).
  • 1 unsigned 24Bit integer (0xffffff) that is used as bitmask e.g. to en/disable appearance of entities.
  • Minimum version checks.
  • Early calls of OXPs startUp function if flag is set.
  • Early settings if OXPConfig has collected the data and flag is set.
  • Notification for OXPs about changed settings if flag is set. Calls oxpcNotifyOnChange().

Configuration

OXPConfig compatible.png

OXPConfig can be configured like the other oxps:

  • logging: en/disables the extended logging in OXPConfig.
  • logEarly: en/disables the logging of OXPs which have set the EarlyCall flag.
  • displayAll: en/disables collecting data from all OXPs which are declaring oxpcSettings.
  • collectAll: en/disables collecting of data from all worldScripts.

More infos are available in the OXPConfig Documentation.

Requirements

Download

Quick Facts

Levelindicator0.png
0-{{{2}}}
Version Released License Features Category Author(s) Feedback
2.0.6 2012-01-04 CC-by-nc-sa-3.0 Config Misc OXPs Svengali BB-Link