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

Expansion Broadcast Comms - Digebiti Variations

Content

Manifest

from Expansion Manager's OXP list from Expansion Manifest
Description Alters BCC responses to be more inline with the cultured expressions of a native of Digebiti. Alters BCC responses to be more inline with the cultured expressions of a native of Digebiti.
Identifier oolite.oxp.Cholmondely.BroadcastComms_Digebiti_Variations oolite.oxp.Cholmondely.BroadcastComms_Digebiti_Variations
Title Broadcast Comms - Digebiti Variations Broadcast Comms - Digebiti Variations
Category HUDs HUDs
Author Cholmondely, phkb and Zireael Cholmondely, phkb and Zireael
Version 1.0 1.0
Tags
Required Oolite Version
Maximum Oolite Version
Required Expansions
  • oolite.oxp.phkb.BroadcastCommsMFD:1.2.12
  • oolite.oxp.phkb.BroadcastCommsMFD:1.2.12
  • Optional Expansions
    Conflict Expansions
    Information URL http://wiki.alioth.net/index.php/BroadcastComms_MFD n/a
    Download URL https://wiki.alioth.net/img_auth.php/6/61/BroadcastComms_Digebiti_Variations.oxz n/a
    License CC-BY-NC-SA 4.0 CC-BY-NC-SA 4.0
    File Size n/a
    Upload date 1626940550

    Documentation

    Also read http://wiki.alioth.net/index.php/Broadcast%20Comms%20-%20Digebiti%20Variations

    readme.txt

    Broadcast Comms - Digebitian Variations
    =======================================
    by Cholmondely, phkb and Zireael
    
    This OXP includes tweaked set of response, curated by Cholmondely, to alter the voice of the player and some NPC's into a style more in keeping with a native of Digebiti.
    
    The Broadcast Comms MFD OXP v1.2.12 (or later) is required.
    
    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/
    
    Version History
    ===============
    1.0
    - Initial release

    Equipment

    This expansion declares no equipment.

    Ships

    This expansion declares no ships.

    Models

    This expansion declares no models.

    Scripts

    Path
    Config/script.js
    "use strict";
    this.name = "BroadcastComms_Digebiti";
    this.author = "phkb";
    this.copyright = "2021 phkb";
    this.description = "Changes the BCC responses to the Digebiti variations.";
    this.licence = "CC BY-NC-SA 4.0";
    
    this.startUpComplete = function() {
        worldScripts.BroadcastCommsMFD._msgAlt = "_digebiti";
    }