Difference between revisions of "OXPConfig"

From Elite Wiki
m (v2.0.5)
m (v2.0.6)
Line 1: Line 1:
 
{{Infobox OXPb| title = OXPConfig
 
{{Infobox OXPb| title = OXPConfig
 
|image = [[Image:OXPConfig_logo.png|150px]]
 
|image = [[Image:OXPConfig_logo.png|150px]]
|version = 2.0.5
+
|version = 2.0.6
|release = 2011-12-17
+
|release = 2012-01-04
 
|license = CC-by-nc-sa-3.0
 
|license = CC-by-nc-sa-3.0
|features = Config, Images, Sounds
+
|features = Config
 
|category = Misc OXPs
 
|category = Misc OXPs
 
|author = Svengali
 
|author = Svengali
Line 50: Line 50:
 
===Download===
 
===Download===
 
{{OXPLevel|0}}
 
{{OXPLevel|0}}
* [http://www.box.com/shared/h8dz74u39m OXPConfig2.0.5.zip] - (39.2 KB)
+
* [http://www.box.com/shared/h8dz74u39m OXPConfig2.0.6.zip] - (36.9 KB)
  
 
{{misc-OXP}} [[Category:Oolite utilities]][[Category:OXPConfig-compatible OXPs]]
 
{{misc-OXP}} [[Category:Oolite utilities]][[Category:OXPConfig-compatible OXPs]]

Revision as of 18:13, 4 January 2012

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

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 under OXPConfig_Doc.

Requirements

Download

Levelindicator0.png
0-{{{2}}}