Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexxel committed Feb 4, 2022
1 parent 4605028 commit 60ef466
Show file tree
Hide file tree
Showing 17 changed files with 4,836 additions and 0 deletions.
163 changes: 163 additions & 0 deletions Definitions/GU/Sirius/SeiriosA/Heh/Heh.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,163 @@
SPACEDUST_RESOURCE:NEEDS[SpaceDust]
{
resourceName = Rock
body = Heh

RESOURCEBAND
{
name = hehExoRings
title = #LOC_SpaceDust_Band_Belt

// Maximum and minimum abundances (variation is by game seed)
// In t/m^3
minAbundance = 0.006
maxAbundance = 0.008

// Discoverability Data
// --------------
alwaysDiscovered = false
alwaysIdentified = false

// Scale abundances by air density
useAirDensity = False
// Distribution model to use, can be Uniform or Spherical
distributionType = Spherical

// These parameters are specific to the Spherical model
// -------
// Altitudes are in km from sea level
// Maximum altitude for a distribution
altUpperBound = 160000
// minimum altitude for a distribution
altLowerBound = 60000
// peak of a distribution
altPeak = 105000
// maximum variation of these altitudes (variation is by game seed)
altVariability = 0
// Falloff for altitude, can be Linear or None
altFalloffType = Linear

// lats in degrees
// Maximum latitude for a distribution
latUpperBound = 2
// Minimum latitude for a distribution
latLowerBound = -2
// peak of a distribution
latPeak = 0
// maximum variation of these latitudes (variation is by game seed)
latVariability = 0
// Falloff for latitude, can be Linear or None
latFalloffType = Linear
}
}

SPACEDUST_RESOURCE:NEEDS[SpaceDust]
{
resourceName = Water
body = Heh

RESOURCEBAND
{
name = hehExoRings
title = #LOC_SpaceDust_Band_Belt

// Maximum and minimum abundances (variation is by game seed)
// In t/m^3
minAbundance = 0.0032
maxAbundance = 0.0055

// Discoverability Data
// --------------
alwaysDiscovered = false
alwaysIdentified = false

// Scale abundances by air density
useAirDensity = False
// Distribution model to use, can be Uniform or Spherical
distributionType = Spherical

// These parameters are specific to the Spherical model
// -------
// Altitudes are in km from sea level
// Maximum altitude for a distribution
altUpperBound = 160000
// minimum altitude for a distribution
altLowerBound = 60000
// peak of a distribution
altPeak = 105000
// maximum variation of these altitudes (variation is by game seed)
altVariability = 0
// Falloff for altitude, can be Linear or None
altFalloffType = Linear

// lats in degrees
// Maximum latitude for a distribution
latUpperBound = 2
// Minimum latitude for a distribution
latLowerBound = -2
// peak of a distribution
latPeak = 0
// maximum variation of these latitudes (variation is by game seed)
latVariability = 0
// Falloff for latitude, can be Linear or None
latFalloffType = Linear
}
}

SPACEDUST_RESOURCE
{
resourceName = LqdHydrogen
body = Heh

RESOURCEBAND
{
name = hehExo
title = #LOC_SpaceDust_Band_Exosphere
// Maximum and minimum abundances (variation is by game seed)
// In t/m^3
minAbundance = 0.000000000000000000181
maxAbundance = 0.000000000000000000202


// Visuals Data
// -------------
countScale = 1
rotateRate = 1

// Discoverability Data
// --------------
alwaysDiscovered = false
alwaysIdentified = false

// Scale abundances by air density
useAirDensity = False
// Distribution model to use, can be Uniform or Spherical
distributionType = Spherical

// These parameters are specific to the Spherical model
// -------
// Altitudes are in km from sea level
// Maximum altitude for a distribution
altUpperBound = 800000
// minimum altitude for a distribution
altLowerBound = 0
// peak of a distribution
altPeak = 300000
// maximum variation of these altitudes (variation is by game seed)
altVariability = 0
// Falloff for altitude, can be Linear or None
altFalloffType = Linear

// lats in degrees
// Maximum latitude for a distribution
latUpperBound = 90
// Minimum latitude for a distribution
latLowerBound = -90
// peak of a distribution
latPeak = 0
// maximum variation of these latitudes (variation is by game seed)
latVariability = 0
// Falloff for latitude, can be Linear or None
latFalloffType = None
}
}
135 changes: 135 additions & 0 deletions Definitions/GU/Sirius/SeiriosA/IsusApophis/Apophis.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
SPACEDUST_RESOURCE
{
resourceName = ArgonGas
body = Apophis

RESOURCEBAND
{
name = apophisAtmo
title = #LOC_SpaceDust_Band_Atmosphere

// Discoverability Data
// --------------
alwaysDiscovered = true
alwaysIdentified = true

// Abundance Data
// --------------
// Maximum and minimum abundances (variation is by game seed)
// In t/m^3
minAbundance = 0.00000033
maxAbundance = 0.00000040

// Scale abundances by air density
useAirDensity = True
//
densityCurve
{
key = 0 0
key = 1 1
key = 12 12
}

// Distribution Data
// --------------

// Distribution model to use, can be Uniform or Spherical
distributionType = Spherical

// These parameters are specific to the Spherical model
// -------
// Altitudes are in km from sea level
// Maximum altitude for a distribution
altUpperBound = 15000
// minimum altitude for a distribution
altLowerBound = -500
// peak of a distribution
altPeak = 0
// maximum variation of these altitudes (variation is by game seed)
altVariability = 0
// Falloff for altitude, can be Linear or None
altFalloffType = Linear

// lats in degrees
// Maximum latitude for a distribution
latUpperBound = 90
// Minimum latitude for a distribution
latLowerBound = -90
// peak of a distribution
latPeak = 0
// maximum variation of these latitudes (variation is by game seed)
latVariability = 0
// Falloff for latitude, can be Linear or None
latFalloffType = None
}
}

SPACEDUST_RESOURCE
{
resourceName = Rock
body = Apophis

RESOURCEBAND
{
name = apophisExo
title = #LOC_SpaceDust_Band_Belt

minAbundance = 0.00008
maxAbundance = 0.00013

// Discoverability Data
alwaysDiscovered = false
alwaysIdentified = false

useAirDensity = False
distributionType = Spherical

// These parameters are specific to the Spherical model
altUpperBound = 500000
altLowerBound = 15000
altPeak = 25000
altVariability = 0
altFalloffType = Linear

latUpperBound = 50
latLowerBound = -50
latPeak = 0
latVariability = 0
latFalloffType = Linear
}
}

SPACEDUST_RESOURCE
{
resourceName = Water
body = Apophis

RESOURCEBAND
{
name = apophisExo
title = #LOC_SpaceDust_Band_Exosphere

minAbundance = 0.0003
maxAbundance = 0.0009

// Discoverability Data
alwaysDiscovered = false
alwaysIdentified = false

useAirDensity = False
distributionType = Spherical

// These parameters are specific to the Spherical model
altUpperBound = 250000
altLowerBound = -500
altPeak = 5000
altVariability = 0
altFalloffType = Linear

latUpperBound = 90
latLowerBound = -90
latPeak = 0
latVariability = 0
latFalloffType = Linear
}
}
Loading

0 comments on commit 60ef466

Please sign in to comment.