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

Expansion Your Ad Here Set G

Content

Warnings

  1. Unknown key 'requires_oxp' at https://wiki.alioth.net/img_auth.php/e/ef/Yah_setg_4.5.oxz!manifest.plist

Manifest

from Expansion Manager's OXP list from Expansion Manifest
Description Advert set G for YAH - Oodles Advert set G for YAH - Oodles
Identifier oolite.oxp.DrNil.YAH-SetG oolite.oxp.DrNil.YAH-SetG
Title Your Ad Here Set G Your Ad Here Set G
Category Ambience Ambience
Author Dr. Nil and contributors Dr. Nil and contributors
Version 4.5 4.5
Tags dockables, ambience, systems dockables, ambience, systems
Required Oolite Version
Maximum Oolite Version
Required Expansions
Optional Expansions
Conflict Expansions
Information URL http://wiki.alioth.net/index.php/Your_Ad_Here! n/a
Download URL https://wiki.alioth.net/img_auth.php/e/ef/Yah_setg_4.5.oxz n/a
License Creative Commons Attribution - Non-Commercial - Share Alike 4.0 license Creative Commons Attribution - Non-Commercial - Share Alike 4.0 license
File Size n/a
Upload date 1610873508

Documentation

Also read http://wiki.alioth.net/index.php/Your%20Ad%20Here%20Set%20G

Equipment

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

Ships

Name
yah_set_G_asteroid-billboard
Oodles Con Store
yah_set_G_firm_ad
yah_set_G_griff_station_adring
yah_set_G_griff_station_glowads
yah_set_G_griff_station_roof_billboard
yah_set_G_griff_station_top
yah_set_G_large_ad
Sidewinder Oodles Security
yah_set_G_small_ad

Models

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

Scripts

Path
Config/script.js
"use strict";

this.name        = "yah_set_g"; 
this.author      = "spara";
this.description = "YAH Set G";

this.startUp = function() {
  var ws = worldScripts["yah_ad_service"];
  if (ws) {
    for (var i = 1; i <= 25; i++) {
      ws._setAd("yah_set_G_" + i + ".png");
    }
  }
}