Difference between revisions of "Ship Comparison"

From Elite Wiki
(Overview)
Line 17: Line 17:
 
* Energy recharge rate
 
* Energy recharge rate
 
* Hyperspace capable
 
* Hyperspace capable
* Equipment space (plus convertible cargo space) (if [[Ship_Configuration_OXP|Ship Configuration]] is installed)
+
If [[Ship_Configuration_OXP|Ship Configuration]] is installed:
 +
* Ship mass
 +
* Equipment space (plus convertible cargo space)
  
 
==Overriding Data==
 
==Overriding Data==

Revision as of 03:29, 15 December 2016

Shipcomparison.png

Overview

This OXP aims to help players who are in the market for a new ship by providing a visual, side-by-side comparison of ship specifications.

A new interface screen "Ship Comparisons" allows the details of up to three ships to be displayed. Details included are:

  • Max speed
  • Injector speed
  • Max thrust
  • Max pitch
  • Max roll
  • Max yaw
  • Weapon positions
  • Missile pylons
  • Cargo capacity (plus expansion size)
  • Energy banks
  • Energy recharge rate
  • Hyperspace capable

If Ship Configuration is installed:

  • Ship mass
  • Equipment space (plus convertible cargo space)

Overriding Data

If a particular ship needs to have it's own entry, even if it would normally be listed under another ship type, you can override the list entry for that data key. Put this into the startUpComplete routine of your OXP:

 var sc = worldScripts.ShipComparison;
 if (sc) {
   // add an override for a particular ship data key, giving it a new name
   sc._override["noshaders_z_groovy_cobra1_baker_player"] = "Cobra Mark I Special";
   // optionally, if you need to override the extra cargo capacity or the weapon facings, use the following
   // data element 1 is the additional cargo available for this ship type 
   //   (5 in the example)
   // data element 2 is the weapon facings on this ship type (1 = forward only, 3 = forward and aft, 15 = all) 
   //   (15 = All in the example)
   sc._extraData["Cobra Mark I Special"] = [5, 15];
 }

Installation

Place the 'ShipComparison.oxz' into your 'AddOns' folder and when you start the game, hold down 'Shift' until you see the spinning Cobra.
Alternatively, you can download the expansion using the expansion pack manager in the game itself.

Download

Download v1.7 ShipComparison.oxz (downloaded 2772 times).
Alternative download for the OXZ from box.com

License

This work is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 4.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/

Balance image from http://simpleicon.com/balance.html

Version History

1.7

  • Changed "==" comparisons to "===" for performance improvements.
  • Added ship mass to display (only if "Ship Configuration" OXP v0.3.1 is installed)
  • Moved the F4 interface to "Ship Systems", putting it near "Ship Registrations".

1.6

  • Fixed Javascript error when attempting to check for script_info objects on ships that don't have any script_info defined.

1.5

  • Added ability to hide ships via script info.

1.4

  • Added Equipment space from "Ship Configuration" OXP v0.1.0 or later. Only available if that OXP is installed.
  • Additional ship data overrides.

1.3

  • Added a "+" symbol to extra cargo value to make it clearer it is in addition to the base cargo capacity.
  • Additional ship data overrides.
  • Added dictionary and code examples to allow OXP's to override ship data for a particular data key.

1.2

  • Added cargo expansion size to list of items.
  • Fixed issue where missing "weapon_facings" value was not defaulting to the correct value. If any ships has been missed or show up incorrectly just let me know.
  • Added a "change scroll direction" function so if you go past the ship you want to can turn around and go back, rather than having to scroll all the way around the list.

1.1

  • Fixed issue where some ship definitions were incorrectly showing with "0" missiles.
  • Fixed issue where some ship definitions were showing a blank in the cargo capacity field.
  • Added code to hide specifications of some ships (classified data and such).

1.0

  • Initial release.

Quick Facts

Version Released License Features Category Author(s) Feedback
1.7 2016-12-15 CC BY-NC-SA 4.0 Ship Comparison Misc OXPs phkb Oolite BB

Gameplay and Balance indicator

Tag-colour-green.png