Back to Index Page generated: Aug 1, 2026, 4:49:46 AM

Expansion Griff Clippers

Content

Warnings

  1. http://wiki.alioth.net/index.php/Griff%20Clippers -> 404 Not Found
  2. Low hanging fuit: Information URL exists...
  3. Required Expansions mismatch between OXP Manifest and Expansion Manager at character position 0059 (DIGIT ZERO vs LATIN SMALL LETTER N)
  4. No version in dependency reference to oolite.oxp.smivs.Clippers:null

Manifest

from Expansion Manager's OXP list from Expansion Manifest
Description Changes the look of the Boa Clipper and Python Clipper to match the core Griff ship models. Changes the look of the Boa Clipper and Python Clipper to match the core Griff ship models.
Identifier oolite.oxp.phkb.GriffClippers oolite.oxp.phkb.GriffClippers
Title Griff Clippers Griff Clippers
Category Retextures Retextures
Author phkb phkb
Version 1.1 1.1
Tags
Required Oolite Version
Maximum Oolite Version
Required Expansions
  • oolite.oxp.smivs.Clippers:0
  • oolite.oxp.smivs.Clippers:
  • Optional Expansions
    Conflict Expansions
    Information URL https://wiki.alioth.net/index.php/Clippers n/a
    Download URL https://wiki.alioth.net/img_auth.php/4/49/GriffClippers_1.1.oxz n/a
    License CC-BY-NC-SA 4.0 CC-BY-NC-SA 4.0
    File Size n/a
    Upload date 1781984186

    Relationships Diagram

    Documentation

    Equipment

    This expansion declares no equipment. This may be related to warnings.

    Ships

    Name
    boaclipper winglets
    pythonclipper winglets
    pythonclipper winglets

    Models

    This expansion declares no models. This may be related to warnings.

    Scripts

    Path
    Config/script.js
    "use strict";
    this.name = "GriffClippers_Script";
    this.author = "phkb";
    this.license = "CC-BY-NC-SA 4.0";
    
    this.startUpComplete = function () {
        var wsi = worldScripts.WireframeShipImages;
        if (wsi) {
            wsi._gameShips["Boa Clipper"] = "boa_clipper";
            wsi._gameShips["Python Clipper"] = "python_clipper";
        }
    }