Back to Index Page generated: May 8, 2024, 6:16:03 AM

Expansion CompactHUD

Content

Manifest

from Expansion Manager's OXP list from Expansion Manifest
Description Aegidean's CompactHUD, now with two MFDs, and the non-linear scanner and ultrazoom scanner features enabled. Aegidean's CompactHUD, now with two MFDs, and the non-linear scanner and ultrazoom scanner features enabled.
Identifier oolite.oxp.Aegidean.CompactHUD oolite.oxp.Aegidean.CompactHUD
Title CompactHUD CompactHUD
Category HUDs HUDs
Author Aegidean, Diziet Sma Aegidean, Diziet Sma
Version 1.3 1.3
Tags
Required Oolite Version
Maximum Oolite Version
Required Expansions
Optional Expansions
Conflict Expansions
Information URL http://wiki.alioth.net/index.php/CompactHUD n/a
Download URL https://wiki.alioth.net/img_auth.php/4/4b/Compact_HUD.oxz http://wiki.alioth.net/img_auth.php/4/4b/Compact_HUD.oxz
License CC-BY-NC-SA 3.0 CC-BY-NC-SA 3.0
File Size n/a
Upload date 1610873297

Documentation

Also read http://wiki.alioth.net/index.php/CompactHUD

Readme.txt

This HUD is simply Aegidean's CompactHUD, as originally posted at http://wiki.alioth.net/index.php/CompactHUD

All I've done is brought it up to date for Oolite 1.80, and packaged it as an OXZ.  In addition, it has now been made compatible with Norby's HUD Selector OXZ, and thus now requires that OXZ to function.

If you prefer not to use the HUD Selector, simply delete the 'script.js' file and rename 'CompactHUD.plist' to 'hud.plist'



Taking advantage of the new features in 1.80, the HUD now displays Waypoints, Primed Equipment, Joystick sensitivity mode, fuel scoop status and the name of the current ASC target.

The HUD also now includes a pair of small-style Multi Function Displays (MFDs) and has the non-linear scanner and ultra-zoom features enabled.  If you wish to disable either or both of the new scanner features, simply edit the hud.plist as follows:

Using any text editor (EXCEPT Windows Notepad), scroll to the very bottom of the file, where you will see the following two entries:

scanner_non_linear = yes;
scanner_ultra_zoom = yes;

Change the relevant entry from 'yes' to 'no'. Save your changes, and restart Oolite whilst holding down the <Shift> key until you see the spinning Cobra Mk3.


Diziet Sma
06/07/14

Equipment

This expansion declares no equipment.

Ships

This expansion declares no ships.

Models

This expansion declares no models.

Scripts

Path
Config/script.js
this.name = "CompactHUD";
  this.startUp = function () {
    player.ship.hud =  this.name + ".plist";
    var w = worldScripts.hudselector;
    if( w ) w.$HUDSelectorAddHUD("CompactHUD", this.name);
  }