| Back to Index | Page generated: Oct 27, 2025, 5:37:21 AM | 
 Expansion Data - Ship Name
 Expansion Data - Ship Name| from Expansion Manager's OXP list | from Expansion Manifest | |
|---|---|---|
| Description | Do not download this. This is a component for use by HUD expansion packs, it is NOT a stand-alone expansion pack; it will be downloaded automatically by HUDs which need it. | Do not download this. This is a component for use by HUD expansion packs, it is NOT a stand-alone expansion pack; it will be downloaded automatically by HUDs which need it. | 
| Identifier | oolite.hud.data.Wildeblood.ShipName | oolite.hud.data.Wildeblood.ShipName | 
| Title | Data - Ship Name | Data - Ship Name | 
| Category | HUDs | HUDs | 
| Author | Wildeblood | Wildeblood | 
| Version | 1.0 | 1.0 | 
| Tags | data | data | 
| Required Oolite Version | ||
| Maximum Oolite Version | ||
| Required Expansions | ||
| Optional Expansions | ||
| Conflict Expansions | ||
| Information URL | n/a | |
| Download URL | https://wiki.alioth.net/img_auth.php/7/72/HUDDataShipName.oxz | ShipName.oxz | 
| License | Public domain. | Public domain. | 
| File Size | n/a | |
| Upload date | 1610873335 | 
Also read http://wiki.alioth.net/index.php/Data%20-%20Ship%20Name
| Path | |
|---|---|
| Config/script.js | "use strict";
this.name = "HUD Data Source: Ship Name";
this.version = "1.0";
this.shipLaunchedFromStation = function () {
    var self = player.ship;
    self.setCustomHUDDial("playerShipName", self.shipUniqueName);
    self.setCustomHUDDial("playerShipClass", self.shipClassName.toUpperCase());
}
 |