Difference between revisions of "OXPConfig"

From Elite Wiki
(layout cleanup)
m (v2.0.7)
Line 1: Line 1:
__NOTOC__
+
[[Image:OXPConfig_logo.png|150px|right]]
 
==Overview==
 
==Overview==
 
This tool gives you the ability to configure several OXPs. It changes settings to enable (or disable) logging or audio functions
 
This tool gives you the ability to configure several OXPs. It changes settings to enable (or disable) logging or audio functions
Line 39: Line 39:
  
 
==Download==
 
==Download==
* [http://www.box.com/shared/h8dz74u39m OXPConfig2.0.6.zip] - (36.9 KB)
+
* [http://www.box.com/shared/h8dz74u39m OXPConfig2.0.7.zip] - (37.3 KB)
  
 
==Quick Facts==
 
==Quick Facts==
 
{{OXPLevel|0}}{{Infobox OXPb| title = OXPConfig
 
{{OXPLevel|0}}{{Infobox OXPb| title = OXPConfig
 
|image = [[Image:OXPConfig_logo.png|150px]]
 
|image = [[Image:OXPConfig_logo.png|150px]]
|version = 2.0.6
+
|version = 2.0.7
|release = 2012-01-04
+
|release = 2012-01-13
 
|license = CC-by-nc-sa-3.0
 
|license = CC-by-nc-sa-3.0
 
|features = Config
 
|features = Config

Revision as of 21:46, 13 January 2012

OXPConfig logo.png

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.7 2012-01-13 CC-by-nc-sa-3.0 Config Misc OXPs Svengali BB-Link