There is now a wiki page up for
DevTools
I can't pretend to have any idea as to what this one is supposed to do.
1) Config for AddOns
There are 16 entries on the F4 Config for AddOns under Lib_ConfigTest:
Bool-B0-Empty setting
Bool-B0-No Def
Bool-B0-No Desc
Bool-B0-No Name
Bool-B0-null
Bool-Hide all
Bool notify
Bool-Ok
Nested <------ this is where your game opens up if you have DevTools & Library.oxp loaded
Path
Reference emptied
Reference type change
Removed reference object
SInt-Hid all
SInt-Notify
SInt-Ok
GUI-Config
Around half of these seem to be not working. Some are obscure, to put it mildly.
2) F4 "Lib_MatEditor"
This allows you to select ship models and see something like this:
"Flags" does nothing on my AppleMac
"Materials" drops you right into the Pool of Pellucid Perplexity:
3) Latest.log
According to the Lib_PropertiesTestPlayer.js hidden inside the OXP, checks against the standard player Cobra Mk.III exists somewhere inside! There might also be checks for commodities.
One finds readouts such as this:
16:26:04.931 [Lib_PropertiesTestPlayer] GlobalLog (OOJSGlobal.m:266):
Mismatch: Value mismatch: false - expected: true property:docked in player.ship.docked,Value mismatch: FeudalStates_hud.plist - expected: hud.plist property:hud in player.ship.hud,Value mismatch: true - expected: false property:hudAllowsBigGui in player.ship.hudAllowsBigGui,Value mismatch: 0 - expected: 2 property:multiFunctionDisplays in player.ship.multiFunctionDisplays,Value mismatch: -0.20820949971675873 - expected: 0 property:roll in player.ship.roll,Value mismatch: VIEW_FORWARD - expected: VIEW_GUI_DISPLAY property:viewDirection in player.ship.viewDirection,Value mismatch: 2 - expected: 0 property:alertCondition in player.ship.alertCondition,Value mismatch: 175.00001525878906 - expected: 0 property:desiredSpeed in player.ship.desiredSpeed,Value mismatch: 27313 - expected: 28753 property:entityPersonality in player.ship.entityPersonality,Value mismatch: 1.90 - expected: 1.86 property:version in player.ship.script.version,Value mismatch: 175.00001525878906 - expected: 0 property:speed in player.ship.speed,Value mismatch: true - expected: false property:withinStationAegis in player.ship.withinStationAegis,Value mismatch: 72.69734954833984 - expected: 72.69734191894531 property:collisionRadius in player.ship.collisionRadius,Value mismatch: 446.2585144042969 - expected: 0 property:distanceTravelled in player.ship.distanceTravelled,Value mismatch: 214737.6875 - expected: 214737.703125 property:mass in player.ship.mass,Value mismatch: STATUS_IN_FLIGHT - expected: STATUS_DOCKED property:status in player.ship.status,Value mismatch: true - expected: false property:isInSpace in player.ship.isInSpace,Value mismatch: 2 - expected: 0 property:alertCondition in player.alertCondition,Value mismatch: true - expected: false property:alertMassLocked in player.alertMassLocked,
Value mismatch: DOCKING_CLEARANCE_STATUS_NONE - expected: DOCKING_CLEARANCE_STATUS_GRANTED
property:dockingClearanceStatus in player.dockingClearanceStatus
16:26:04.931 [Lib_PropertiesTestPlayer] GlobalLog (OOJSGlobal.m:266): Specials missing: missiles.0.calculatedPrice,missiles.1.calculatedPrice,missiles.2.calculatedPrice
16:26:04.931 [Lib_PropertiesTestPlayer] GlobalLog (OOJSGlobal.m:266): Specials info: Specials matched in missiles
Can anybody throw any light onto any of this?