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

Expansion Staer9/Smivs S9 Chopped Cobra

Content

Manifest

from Expansion Manager's OXP list from Expansion Manifest
Description This oxp adds the Chopped Cobra by Staer9/Smivs. Can also be used on computers without a graphics card with shaders This oxp adds the Chopped Cobra by Staer9/Smivs. Can also be used on computers without a graphics card with shaders
Identifier oolite.oxp.amah.noshaders_staer9_chopped_cobra oolite.oxp.amah.noshaders_staer9_chopped_cobra
Title Staer9/Smivs S9 Chopped Cobra Staer9/Smivs S9 Chopped Cobra
Category Ships Ships
Author Staer9, SMIVS, Michael -Amah- Doering Staer9, SMIVS, Michael -Amah- Doering
Version 1.1.4 1.1.4
Tags chopped_cobra chopped_cobra
Required Oolite Version
Maximum Oolite Version
Required Expansions
Optional Expansions
Conflict Expansions
Information URL http://wiki.alioth.net/index.php/No_Shaders_alternate_or_extra_ships_and_accessories n/a
Download URL https://wiki.alioth.net/img_auth.php/e/e7/Oolite.oxp.amah.noshaders_staer9_chopped_cobra.oxz n/a
License CC-BY-NC-SA 3.0 CC-BY-NC-SA 3.0
File Size n/a
Upload date 1610873503

Documentation

Also read http://wiki.alioth.net/index.php/Staer9/Smivs%20S9%20Chopped%20Cobra

Equipment

This expansion declares no equipment.

Ships

Name
noshaders_Smivs_Cobra-S9-mercenary
Cobra S9
Cobra S9
noshaders_Smivs_Cobra-S9-pirate
GalCop Cobra 'Enforcer'
noshaders_Staer9_cobra3.5_template
Chopped Cobra
noshaders_cobra3.5npct10
noshaders_cobra3.5npct11
noshaders_cobra3.5npct12
noshaders_cobra3.5npct13
noshaders_cobra3.5npct14
noshaders_cobra3.5npct15
noshaders_cobra3.5npct16
noshaders_cobra3.5npct17
noshaders_cobra3.5npct18
noshaders_cobra3.5npct19
noshaders_cobra3.5npct2
noshaders_cobra3.5npct20
noshaders_cobra3.5npct3
noshaders_cobra3.5npct4
noshaders_cobra3.5npct5
noshaders_cobra3.5npct6
noshaders_cobra3.5npct7
noshaders_cobra3.5npct8
noshaders_cobra3.5npct9
Chopped Cobra
noshaders_cobra3.5t10
noshaders_cobra3.5t11
noshaders_cobra3.5t12
noshaders_cobra3.5t13
noshaders_cobra3.5t14
noshaders_cobra3.5t15
noshaders_cobra3.5t16
noshaders_cobra3.5t17
noshaders_cobra3.5t18
noshaders_cobra3.5t19
noshaders_cobra3.5t2
noshaders_cobra3.5t20
noshaders_cobra3.5t3
noshaders_cobra3.5t4
noshaders_cobra3.5t5
noshaders_cobra3.5t6
noshaders_cobra3.5t7
noshaders_cobra3.5t8
noshaders_cobra3.5t9

Models

This expansion declares no models.

Scripts

Path
Scripts/sysgov_lessthan3.js
this.author      = "amah"; 
this.copyright   = "2014 Amah"; 
this.licence = "CC-BY-SA 3.0";
this.version     = "1.0.0"; 
this.name = "NoShaders condition script";

"use strict";

this.allowSpawnShip = function(shipkey) {
  var cond = false;
  if (system.government < 3)
	{
	  cond = true;
	}
	return cond;
};